@charset "UTF-8";
/* CSS Document */

body  {
	font: 80% Arial, Helvetica, sans-serif;
	background: #c1c1c1;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #575757;
	background-image:url('images/bg-top.jpg');
	background-position:top;
	background-repeat:repeat-x;
}
#container { 
	width: 960px; 
	background: #fff;
	margin: 0 auto; 
	text-align: left; 
	background-image:url('images/cont-bg-bot.jpg');
	background-position:bottom;
	background-repeat:no-repeat;
} 
#special-offer-box {
	background-color: #f5f3db;
	border: 1px solid #909090;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 12px;
}
#special-offer-box:hover {
	background-color: #fffde3;
}
h1, h2, h3 {
	color: #895d14;
}

h1 {
	font: 160% Georgia, "Times New Roman", Times, serif;
}

h2 {
	font: 120% Georgia, "Times New Roman", Times, serif;
}

h3 {
	font: 100% Georgia, "Times New Roman", Times, serif;
}

p {
	font: 90% Arial, Helvetica, sans-serif;
}
.rc-large {
	font: 150% Arial, Helvetica, sans-serif;
}
.rc-large2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	line-height: 150%;
}

ul {
	font: 80% Arial, Helvetica, sans-serif;	
}

a:visited, a {
	color:#4b4b4b;
}
a:hover {
	color:#CCC;
}

object {
	padding:0px;
	margin:0px;
}

/* HEADER */

#header { 
	width: 960px;
	background: #000000;
	color: #FFF;
	margin: 0 0 0 0;  
	background-image:url('images/head-bg.jpg');
	height: 90px;
} 
#headerlogo {
	margin: 0; 
	padding: 0; 
	float:left;
}

#headerright {
	top:50%;
	margin-top:20px;
	margin-right: 50px;
	text-align: right;
	font: 100% Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}

/* NAVIGATION */

#nav {
	color:#5b5b5b;
	font-size: 85%;
	background: #eaeaea;
	background-image:url('images/navbg.jpg');	
	line-height:320%;
	padding: 0 50px 0 50px;
	text-align:center;
}
.navitem {
	padding-right: 10px;
}
.navitem a:visited, .navitem a {
	color:#5b5b5b;
}
.navitem a:hover {
	color:#5b5b5b;
}

/* BODY CONTENT */

#sidebar1 {
	float: left;
	width: 180px; 
	padding: 0px 10px 15px 20px;
}

#mainSidebar2 {
	float: right;
	width: 260px; 
	padding: 0px 50px 15px 30px;
	margin: 0 0px 40px 0px;
	border-left: 1px #666 solid;
}

#fullContent {
	width: 960px;
	
}

#mainContent { 
	margin: 0 350px 40px 0px;
	padding: 0px 20px 20px 50px;
} 
#footer { 
	width: 960px; 
	margin: 0 auto; 
	padding: 0 0 0 0;
	text-align:center;
} 
#footer p {
	margin: 0;
	padding: 10px, 0 10px 0;
	font-size: 70%;
}
#footer p a:visited, ul li a {
	color:#4b4b4b;
}
#footer p a:hover {
	color:#262626;
}
.fltrt { 
	float: right;
	margin: 0px;
}
.fltlft { 
	float: left;
	margin: 0px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
img {
	border-style: none;	
}
img.fltlft {
	float: left;
	margin: 0 12px 10px 0;
	background-color: #f2f2f2;
	border: 1px solid #e3e3e3;
	padding: 10px;
}
img.fltrt { 
    float: right; 
	margin: 0 0 10px 12px;
	background-color: #f2f2f2;
	border: 1px solid #e3e3e3;
	padding: 10px;
}

ul {
	margin-left: 17px; 
	padding-left: 0;
}
li {
	margin: 0; 
	padding: 0;
}

ul, li {
 	list-style-image: url('images/tick.gif');
	line-height:150%;
}

ul li a:visited, ul li a {
	color:#4b4b4b;
}
ul li a:hover {
	color:#CCC;
}

/* fix Object spacing */
#fullContent object, #fullContent td embed {
vertical-align: bottom;
} 

/* IE FIXES */

 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 200px; }
</style>
<![endif][if IE]>
<style type="text/css"> 

/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContnet { padding-top: 30px; }
.twoColFixLtHdr #mainContent {
	zoom: 1;
	font-weight: bold;
}
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
<![endif]

