@charset "UTF-8";
/* CSS Document */

* {
	padding:0 0 0 0;
	margin:0 0 0 0;
	border:0;
}

body {
	background-image:url(/images/back_pattern.jpg);
	background-repeat:repeat-x;
	background-color:#ed0000;
	font-family:Arial, Helvetica, sans-serif;
}

#mainwrapper
{
	background-image:url(/images/back_pattern.jpg);
	background-repeat:repeat-x;
	background-color:#ed0000;
	font-family:Arial, Helvetica, sans-serif;
}


p {
	font-size:12px;
	line-height:18px;
	color:#333333;
}

h1 {
	font-size:24px;
	color:#931818;
	font-weight:normal;
	padding-bottom:10px;
}

h2 {
	font-size:19px;
	color:#931818;
	font-weight:normal;
	padding-bottom:10px;
}

h3 {
	font-size:17px;
	color:#931818;
	font-weight:normal;
	padding-bottom:10px;
}

td {
	vertical-align:top;
}

#main {
	width:882px;
	text-align:left;
	background-image:url(/images/back_shadow.png);
	background-repeat:repeat-y;
}

#content {
	width:836px;
	background-color:#931818;
	padding:0 15px 0 15px;
	margin:0 8px 0 8px;
}

#logo {
	height:71px;
	background-image:url(/images/logo_gradient.jpg);
	background-repeat:repeat-x;
	float:left;
}

#clientlogin {
	float:right;
	/*position:relative;*/
	/*top:-60px;*/
	margin-top:14px;
	padding-right:10px;
}

#smartway {
	float:right;
	margin-right:44px;
}

#body_container {
	background-color:#dcddde;
}

#body_container_interior {
	background-color:#dcddde;

}

#footer_container {
	background-color:#dcddde;
	height:30px;
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#6d6f71;
	padding:12px 35px 0 0;
	position:relative;
}

#footer_container a {
	color:#6d6f71;
	text-decoration:none;
}

#footer_container a:hover {
	text-decoration:underline;
}

#footer_container li {
	float:right;
	list-style:none;
	padding-left:5px;
}

#copywrite {
	position:absolute;
	left:35px;
	top:12px;
}

div.clear {
	clear:both;
}

.right_box {

}

.mainmenu
{
	text-align: left;
}

ul {
	padding-left: 20px;
}
