/* CSS Document */

* {
	padding:0;
	margin:0;
	}
	
body {
	background:#fbefd9;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#edcc6b;
	}

a {color:#ff9f90; text-decoration:none; font-weight:bold;}
a:hover { color:#ff756a;}
	
#mainContainer {
	width:760px;
	margin:0 auto;
	background-color:#790000;
	}
	
#sideNav {
	width:150px;
	float:left;
	background:#790000 url(../images/nav-top.gif) top left no-repeat;
	display:inline;
	font-size:0.8em;
	}
	
#sideNav ul {
	width:125px;
	list-style:none;
	background:#5b0101 url(../images/nav-bottom.gif) bottom left no-repeat;
	margin-top:13px;
	margin-bottom:16px;
	font-weight:bold;
	}
	
#sideNav ul li {
	padding:3px 0;
	line-height:1.5em;
	}
	
#sideNav ul li a {
	display:block;
	text-decoration:none;
	color:#dfb32d;
	padding-left:11px; padding-right:4px;
	}
	
#sideNav ul li a:hover {
	background:url(../images/mainNav-over.gif) top left repeat-y;
	}
	
#wrapper {
	background:#790000;
	padding-bottom:20px;
	}
	
#mainContent {
	width:555px;
	float:right;
	background:#9b2323 url(../images/mainContent-top.gif) top left no-repeat;
	font-size:0.9em;
	padding-top:20px;
	}
	
#mainContent h1 {
	background:url(../images/heading-left.gif) no-repeat top right #540000;
	font-size:1em;
	line-height:21px;
	padding-left:20px;
	width:336px;
	}
	
#mainContent p {
	padding:20px 20px 0 20px;
	}

#mainContent ol {
	display: block;
	list-style: none;
	margin: 0px;
	font-weight:normal;
	}
#mainContent li {
	line-height:1.2em;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:4px;
	padding-top:8px;
	}
	
#mainContentClose {
	width:515px;
	float:right;
	padding:0 20px;
	background:#9b2323 url(../images/mainContent-bottom.gif) bottom left no-repeat;
	line-height:14px;
	}
	
#footer {
	clear:both;
	text-align:right;
	font-weight: bold;
	background:#dfb32d;
	color:#790000;
	padding-right:12px; font-size:11px;
	}
	
.clear {
	clear:both;
	}
	
#p-home #nav-home,
#p-policies #nav-policies,
#p-product #nav-products,
#p-contact #nav-contact,
#p-partners #nav-partners {
	background:url(../images/mainNav-over.gif) top left no-repeat;
	}
.smtxt {
	font-size:0.9em; font-style: oblique;
}

.img{border:#edcc6b 1px solid;}
