@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	background-color:#e9ebed;
	background-image:url(images/graphics/background.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:15px;
}
h1{
	font-family:Arial, Helvetica, sans-serif;
	padding-left:inherit;
	color:#2C364B;
	font-size:22px;
	margin-top:0px;
	text-transform:uppercase;
	margin-left:0px;
}
h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-style:italic;
	margin-top:0px;
	margin-left:10px;
	color:#2B656B;
	text-transform:uppercase;
}
p{
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.3;
	font-size:15px;
	padding-left:10px;
	padding-right:10px;
	margin-top:5px;
}
img{
	border:none;
}
a{
	color:#2B656B;
}
ol{
	font-size:15px;
}
ul{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	list-style-image:url(images/graphics/arrow_small.png);
	list-style-position:outside;
}
#wrapper{
	text-align:center;
}
#content{
	width:1024px;
	margin-left:auto;
	margin-right:auto;
}
#banner{
	height:172px;
	background-color:#099;
}
#navbar{
	text-align:left;
	position:absolute;
	height:90px;
	width:1024px;
	background-image:url(images/graphics/navbar.png);
	background-repeat:no-repeat;
	margin-top:-30px;
	margin-left:-6px;
	z-index:10;
	padding-top:35px;
	padding-left:7px;
}
#main{
	text-align:left;
	/*padding-left:10px;
	padding-right:10px;
	padding-top:10px;*/
	width:1024px;
	/*background-image:url(images/graphics/shadow_background.jpg);*/
	background-repeat:repeat-x;
	background-color:#FFF;
}
#main_tabs{
	text-align:left;
	padding-left:10px;
	padding-right:10px;
	padding-top:85px;
	width:1004px;
	background-image:url(images/graphics/shadow_background.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
}
#left{
	margin-top:10px;
	float:left;
	width:500px;
}
#left_large{
	margin-top:10px;
	float:left;
	width:764px;
	padding-left: 10px;
}
#left_large_2{
	margin-top:10px;
	float:left;
	width:764px;
	padding-left: 10px;
}
#right{
	margin-right:-10px;
	margin-left:10px;
	float:right;
	width:424px;
	background-color:#e5e6e8;
	background-image:url(images/graphics/bottom_corners.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
.right_small{
	margin-bottom:10px;
	margin-right:0px;
	margin-left:10px;
	float:right;
	width:240px;
	background-color:#e5e6e8;
	background-image:url(images/graphics/bottom_corners.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}
#right_small p{
	font-size:12px;

}
#footer{
	text-align:center;
	border-bottom:solid thick #2C364B;
	width:1024px;
	margin-bottom:10px;
	background-color:#2C364B;
	padding-top:10px;
	color:#FFF;
}
#footer a{
	text-align:center;
	width:1024px;
	margin-bottom:10px;
	background-color:#2C364B;
	padding-top:10px;
	color:#CFF;
}
#footer p{
	font-size:1`px;
}
#order_button{
	position:absolute;
	margin-left:85%;
	margin-right:10px;
	height:120px;
	width:120px;
	background-color:#0C0;
}
.rounded{
	width:100%;
	background-color:#e5e6e8;
	background-image:url(images/graphics/bottom_corners_full.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-bottom:10px;
	padding-bottom:5px;
}
.clear{
	clear:both;
}
.full_width{
	width:1004px;
}
.ticks{
	list-style-image:url(images/graphics/tick.png);
	margin-left: 20px;
	padding-left: 40px;
}
.ticks li{
	line-height:2;
}
.highlight{
	background-color:#e5e6e8;
	padding:10px;
	margin:10px;
}
li{
	line-height:1.6;
	padding-left:12px;
}
ul{
	margin-left:20px;
	padding-left:20px;
}
