/* Designed by Waila Skinner, W Creative Nov. 2009 */

html { overflow-y: scroll; }

body {
	background: #200b01;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #190903;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans Regular", Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
a {
	text-decoration:underline;
	color: #6A3011;
}
a:hover {
	text-decoration:none;
	color: #F93;
}

.clear {
	clear: both;
}

.photo-link         { padding: 4px; margin: 5px; border: 1px solid #999; display: block; width: 100px;  
                      float: left; }  
.photo-link:hover   { border-color: white; }

fieldset,img { border: 0; }
#container {
	width: 914px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #5a4a43;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #180801;
	padding: 5px;
}
#header {
	background: #DDDDDD;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #e7e7e0;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
}
/*#mainContent p {
	padding-left: 10px;
	margin-bottom: 1.25em;
	margin-top: 1.5em;
}
*/
#menu_box {
	background-color: #271105;
	margin: 0px;
	padding: 0px;
	height: 35px;
	width: 900px;
}
.servicesdropped h3 {
	font-size: 14px;
	font-weight: normal;
	color: #846d61;
	margin-left: 5px;
	padding-left: 5px;
}
.servicesdropped h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #a99084;
}
/*.megamenu {
	background:#200b01;
	border:1px solid #9FC54E;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-family:helvetica, arial, sans-serif;
	font-size:24px;
	width:698px;
	height:60px;
	color:#FFF;
	margin:0;
	padding:0;
}


.megamenu ul {
text-align:center;
list-style-type:none;
margin:0;
padding:16px;
}

.megamenu ul li {
	list-style-type:none;
	display:inline;
	margin:0;
	padding:0;
	color: #846d61;
}

.megamenu ul li a,.megamenu ul li a:visited {
text-decoration:none;
color:#fff;
margin:0;
padding:10px;
}

.megamenu ul li a:hover,.megamenu ul li a:visited:hover {
text-decoration:none;
color:#CEFF65;
margin:0;
padding:10px;
}*/
.downservices   {
	margin:0;
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	background-position: 135px center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.servicesdropped {
	display:none;
	text-align:left;
	position:absolute;
	background:#200b01;
	font-size:12px;
	width:620px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #a99084;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

.servicesdropped p.textleft {
	float:left;
	font-size:12px;
	width:200px;
	color: #FFF;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 5px;
}

.servicesdropped ul.middle {
	text-align:left;
	float:left;
	border-right:1px solid #333;
	border-left:1px solid #333;
	font-size:12px;
	width:120px;
	margin:0;
	padding:0;
}

.servicesdropped ul.right {
	text-align:left;
	float:left;
	font-size:12px;
	width:120px;
	margin:0;
	padding:0;
}

#navcontainer .servicesdropped ul.right li a, #navcontainer .servicesdropped ul.middle li a {
	list-style-type:none;
	display:block;
	color:#FFF;
	font-size:12px;
	margin:0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
}

#navcontainer .servicesdropped ul.right li a:hover,#navcontainer .servicesdropped ul.middle li a:hover {
	list-style-type:none;
	color:#888;
	display:block;
	font-size:12px;
	margin:0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
}


.text {
	float:left;
	margin:5px;
	padding:5px;
	padding-left:25px;
	padding-right:20px;
}
.text ul {
	list-style-type: square;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20;
	margin: 0px;
}
.text li {
	margin:0;
	background:url(images/about_ul_li.gif) left no-repeat;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.text h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	font-size: 24px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.text h2 {
	font-weight: normal;
	color: #a33b01;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
.other {
	float:left;
	padding:5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
}
.header_imgs {
	float: left;
}
.oragne_divider {
	clear: both;
	background-color: #8D3611;
	color: #FFF;
	padding: 10px;
	padding-left:30px;
}
.oragne_divider2 {
	clear: both;
	background-color: #8D3611;
	color: #FFF;
}
#mainContent .oragne_divider h1 {
	padding: 0px;
	font-size: 24px;
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: normal;
}
#footer  {
	padding: 0 5px;
	background-color: #000;
	color: #FFF;
	font-size: 10px;
	width: 900px;
}
#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a, #footer a:visited {
	color:#FFF;
	text-decoration:none;
	padding:5px 5px;
	margin:0;
}
/* Menu */
 #navcontainer {
	width: 900px;
	background:#8D3611;
	float: left;
	height:42px;
}

#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	} 

#navcontainer ul li {
	margin-left: 0;
	padding: 3px 14px;
	border-left: 1px solid #000;
	list-style: none;
	display: inline;
	}
		
#navcontainer ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}
	
#navcontainer a
{
	text-transform: uppercase;
	font-size: 13px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
	color: #fff;
	text-decoration:underline;
}

#navcontainer a:link active
{
color: #EEE;
text-decoration: bold;
}
/* End of Menu */

/********** contact form **********/
#contactform {
	margin:0;
	padding:5px 10px;
}
#contactform * { color:#F00;}
#contactform ol { margin:0; padding:0; list-style:none;}
#contactform li { margin:0; padding:0; background:none; border:none; display:block;}
#contactform li.buttons { margin:5px 0 5px 0;}
#contactform label {
	margin:0;
	width:100px;
	display:block;
	padding:5px 0;
	color:#2a2a2a;
	font: bold 11px Arial, Helvetica, sans-serif;
	text-transform:capitalize;
}
#contactform label span { color:#F00;}
#contactform input.text {
	width:250px;
	border:1px solid #d4d4d4;
	margin:5px 0;
	padding:5px 2px;
	height:16px;
	background:#fff;
}
#contactform textarea {
	width:537px;
	border:1px solid #d4d4d4;
	margin:10px 0;
	padding:2px;
	background:#fff;
	float:left;
}
#contactform li.buttons input { padding:3px 0 3px 110px; margin:0; border:0; color:#FFF; float:left;}
p.response { text-align:center; color:#666666; font: normal 11px  Georgia, "Times New Roman", Times, serif; line-height:1.8em; width:auto;}
.list {
	float: left;
	width: 200px;
	padding-right: 10px;
	padding-left: 5px;
}

.clear			{ clear:both; }
