body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0; padding:0;}
table {border-collapse:collapse; border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,th,var {font-style:normal; font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-weight:normal;}
q:before,q:after {content:'';}
h1,h2,h3,h4,h5,h6,p {margin-bottom: 1em;}

body {
	/*background: url(../../images/body-bg.jpg) repeat-x #468c8c; green */
	background: url(../../images/body-bg2.jpg) repeat-x #203f6f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #002d59;
}
ul, ol {
	margin-bottom: 10px;
}
li {
	margin-left: 20px;
}
ul.pdf-list {
	list-style-image: url(../../images/pdf.gif);
}

#container {
	position: relative;
	margin: 0 auto;
	width: 790px;
	background-color: #FFF;
	border-left: 5px solid #4d1717;
	border-right: 5px solid #4d1717;
}
#header {
	height: 95px;
}
#header #logo {
	margin: 10px 0 0 10px;
}
#header #top-contact {
	position: absolute;
	top: 55px;
	right: 15px;
}
#nav {
	background-color: #661a1a;
}
#nav{
	float: left;
	width: 785px;
	padding-left: 5px;
}
#nav ul {
	margin: 0;
}
#nav li{
	float: left;
	margin: 0;
}
#nav li a{
	display: block;
	padding: 7px 7px;
	color: #FFF;
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	position: static;
}
#nav li a:hover {
	background-color:#802020;
}
#nav li a:hover, #nav li ul a {
	position: static;
}
#nav li ul{
	position: absolute;
	left: -9999em;
	width: 170px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 100;
	border-top: 1px solid #4d1717;
}
#nav li ul ul { /* third-and-above-level lists */
	margin: -20px 0 0 160px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	/*position: static;*/
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul{
	position: absolute;
	left: auto;
}
#nav li ul li{
}
#nav li ul li a{
	display: block;
	width: 150px;
	height: auto;
	padding: 5px 10px;
	color:#4d1717;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
	background-color: #cc8f8f;
	font-weight: bold;
	border: 1px solid #4d1717;
	border-top:0;
}
#nav li ul li a:hover{
	color: #FFF;
	background-image: none;
	background-color: #4d1717;
	position: static;
}


#banner {
	clear: left;
	height: 120px;
	border-bottom: 5px solid #4d1717;
}
#content {
	padding: 20px;
}
#content ul,ol {
	list-style-type:disc;
	margin-left: 10px;
}
#content table td {
	padding: 3px;
}

.contact-button {
	display:block;
	width:133px;
	height:26px;
	background:url(../../images/button-contact.jpg) no-repeat;
}
.contact-button:hover {
	background-position: 0 -26px;
}

.error-message {
	margin-bottom: 10px;
	padding: 5px 8px;
	color: #900;
	background-color: #ffe5e5;
	border: 1px solid #ffcccc;
}
#email-form, .order-form {
	width: 100%;
	background-color: #f8fbff;
	border-top: 1px solid #a1c3e5;
	border-bottom: 1px solid #a1c3e5;
}
#email-form tr, .order-form tr {
	border-bottom: 1px solid #d3e9ff;
}
#email-form th {
	padding: 5px;
	text-align: right;
	font-weight: bold;
	font-size: 11px;
	border-bottom: 1px solid #d3e9ff;
}
#email-form td {
	padding: 10px;
	width: 400px;
	border-bottom: 1px solid #d3e9ff;
}
.order-form h3 {
	margin: 5px 0;
	font-weight: bold;
}
.hdr-blue {
	padding: 5px;
	background-color: #f8fbff;
	border-bottom: 1px solid #a1c3e5;
	
}

.tr_required {
	background-color: #ffe5e5;
}

.star {
	color: #900;
}

#email-form input[type=text], #email-form input[type=checkbox], #email-form textarea {
	margin: 3px;
	padding: 2px;
}
#email-form input[type=text] { width: 200px; font: 12px Verdana, Arial, Helvetica, sans-serif; }
#email-form textarea { width: 300px; height: 150px; font: 12px Verdana, Arial, Helvetica, sans-serif; }

.code {
	margin-bottom: 10px;
	padding: 10px;
	background-color: #f2f2f2;
	border: 1px solid #dadada;
}

#footer-contact {
	clear: both;
	text-align:center;
	font-size:11px;
	margin-top:20px;
	margin-bottom:0;
}

#footer {
	background-color: #002d59;
	padding: 10px 7px;
}
#footer a {
	padding: 0 7px;
	color: #DDD;
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

#footer a:hover {
	color:#FFF;
}

#cjfooter {
	text-align: center;
	margin: 3px;
	color: #4c7abf;
}
#cjfooter a {
	color: #4c7abf;
}