body
{
	margin:0px auto;
	background:url(../images/browntheme/bckg.jpg) bottom repeat-x;
	background-color:#736851;
}

#clouds
{
	width:100%;
	height:auto;
	background:url(../images/browntheme/clouds.jpg) no-repeat center top;
	margin:0px auto;
}

#wrapper
{
	width:901px;
	height:auto;
	margin:0px auto;
}

#topwrapper
{
	width:901px;
	height:445px;
	background:url(../images/browntheme/topnew.jpg) no-repeat center;
	margin:0px auto;
	position:relative;
}

#nav
{
	width:901px;
	height:25px;
	top:127px;
	position:absolute;
	line-height:25px;
}

#nav ul
{
	margin:0px 0px 0px 45px;
}

#flashbanner
{
	width:745px;
	height:206px;
	bottom:47px;
	left:76px;
	position:absolute;
	line-height:25px;
}

#mainbody
{
	width:901px;
	height:auto;
	background:url(../images/browntheme/mainbody.jpg) repeat-y center top;
	margin:0px auto;
	float:left;
}

#content
{
	width:745px;
	height:auto;
	margin:0px 0px 0px 80px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:22px;
	float:left;
	padding-bottom:0px;
}

#left
{
	width:540px;
	height:auto;
	margin:0px 10px 0px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:22px;
	border-right:1px solid #bdb6a2;
	float:left;
	padding-right:10px;
	
}

#right
{
	width:175px;
	height:auto;
	margin:0px auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:22px;
	float:left;
}


.sidetext
{
	margin-left:10px;
}

.bannerad
{
	margin:0px auto;
}

#footer
{
	width:901px;
	height:221px;
	background:url(../images/browntheme/footer.jpg) no-repeat center;
	margin:0px auto;
	float:left;
}

#footer address
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	font-style:normal;
	margin-left:75px;
	margin-top:27px;
	line-height:20px;
}

#footer address span
{
	font-size:12px;
}

#bottomnavigation
{
	width:800px;
	height:30px;
	margin:27px auto 0px;
}

#bottomnavigation ul a
{
	border-right:#ffffff 1px solid;
	color:#ffffff;
	font-size:14px;
	
}

#copyright
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	margin-top:25px;
	color:#d4d4d4;
}

#copyright p
{
	margin-bottom:5px;
	color:#d4d4d4;
}

#copyright a
{
	text-decoration:none;
	color:#d4d4d4;
}

#copyright span
{
	font-size:11px;
	color:#fff;
}


/*TYPOGRAPHY AND OTHER THINGS LOL..*/

h1
{
	color:#5378a0;
	font-size:15px;
	margin-top:0px;
        margin-bottom:8px;
}

h2
{
	color:#5378a0;
	font-size:15px;
	margin-top:0px;
	margin-bottom:5px;
}

p
{
	color:#53504b;
	margin-top:0px;
}

dl
{
	color:#53504b;	
}

.sidetext li, .sidetext ul
{
	color:#53504b;
	margin-top:0px;
	padding-left:5px;
	margin-left:5px;
	list-style:square;

}

.sidetext a
{
	color:#53504b;
}

ul.emails
{
	margin-top:10px;
}

ul.emails, ul.emails li
{
	font-size:11px;
	list-style:none;
	margin-left:0px;
	padding-left:0px;
	line-height:18px;
}

ul.emails li
{
	padding-bottom:10px;
}

ul.supportlist dl
{
	font-weight:bold;
	margin-top:15px;
	margin-bottom:0px;
}


ul.supportlist li
{
	list-style:square;
	color: #53504b;
	margin-left:20px;
}

ul.supportlist table
{
	text-align:left;
}

ul.supportlist table tr td
{
	width:170px;
	vertical-align:top;
}

/*forms*/
form .rfq
{
	margin-top:20px;
	color:#53504b;
	position:relative;
}

form .rfq legend
{
	font-weight:bold;
	color:#53504b;
}

form .row
{
	margin:10px 0px;
	clear:both;
	padding:10px;
}

form .row label
{
	vertical-align:top;
	width: 130px;
	float:left;
	display:block;
	margin-left:10px;
}

form .row input, form .row textarea
{
	margin-left:10px;
	float:left;
	
}

form .submit
{
	float:left;
	display:block;
	width:200px;
	padding-bottom:10px;
	padding-top:10px;
	padding-left:160px;
}

form .error
{
	color:#FF0000;
	margin-left:10px;
	float:left;
}

form .row label span
{
	color:#FF0000;
}

