/* Standard CSS Styles*/



.news {
	font-family:helvetica,arial, sans-serif; 
	font-size:12px;
	line-height:16px;
	font-weight:normal; 
	color:#000000;
	}
	
.news a:link {
	color:#733a3a; 
	text-decoration:none;
	font-weight:normal; 
	}
	
.news a:visited {
	color:#733a3a;
	text-decoration:none; 
	font-weight:normal;
	}
	
.news a:hover {
	color:#733a3a; 
	text-decoration:underline; 
	font-weight:normal;
	}


.footer {
	font-family:arial, helvetica, sans-serif; 
	font-size:12px;
	color:#333333;
	}

.footer a:link {
	color:#333333; 
	text-decoration:none;
	font-weight:normal; 
	}
	
.footer a:visited {
	color:#333333;
	text-decoration:none; 
	font-weight:normal;
	}
	
.footer a:hover {
	color:#857b6e; 
	text-decoration:none; 
	font-weight:normal; 
	}

a:link {
	color:#ffffff; 
	text-decoration:none;
	font-weight:normal; 
	}
	
a:visited {
	color:#ffffff;
	text-decoration:none; 
	font-weight:normal;
	}
	
a:hover {
	color:#857b6e; 
	text-decoration:none; 
	font-weight:normal; 
	}


.input {
	font-family:arial, helvetica, sans-serif; 
	font-size:11px;
	}

.stockbox {
        width: 186px;
        display: block;
        padding: 0px 25px 0px 23px;
        
	}

.stock {
	font-family:arial, helvetica, sans-serif; 
	font-size:12px;
	color:#FFFFFF;
	}
	
.stocklarge {
	font-family:arial, helvetica, sans-serif; 
	font-size:22px;
	color:#af955e; 
	font-weight:bold;
	}

.stock2 {
	font-family:arial, helvetica, sans-serif; 
	font-size:12px;
	color:#FFFFFF;
	}


.title {
	font-family:arial, helvetica, sans-serif; 
	font-size:18px;
	line-height:18px;
	letter-spacing:2px;
	font-weight:bold; 
	color:#000;
	padding: 10px 0 0 0;
	}

.intro {
	font-family:arial, helvetica, sans-serif; 
	font-size:14px;
	line-height:16px;
	font-weight:normal; 
	color:#000;
	}

/* Navigation Styles*/
	
.navLink {
        width: 178px;
	border-bottom: solid 1px #D2C2B0;
	border-top: solid 1px #755639;
	}
	
.navLink a {
	display: block; 
	padding: 9px; 
	text-transform:uppercase;
	font-weight:normal;
	font-size:12px;
	color:#FFFFFF; 
	text-decoration:none;
	border-top: solid 1px #D2C2B0;
	border-bottom: solid 1px #755639;
	}
	
.navLink a:visited {
	color:#FFFFFF;
	text-decoration:none; 
	font-weight:normal;
	}
	
.navLink a:hover {
	color:#FFFFFF; 
	text-decoration:none; 
	font-weight:normal; 
	background-color: #857b6e; 
	}

.navaLink {
        width: 178px;
	background-color: #857b6e; 
	}
	
.navaLink a {
	display: block; 
	padding: 9px; 
	text-transform:uppercase;
	font-weight:normal;
	font-size:12px;
	color:#FFFFFF; 
	text-decoration:none;
	border-top: solid 1px #D2C2B0;
	border-bottom: solid 1px #755639;
	}
	
.navaLink a:visited {
	color:#FFFFFF; 
	text-decoration:none; 
	font-weight:normal; 
	background-color: #857b6e;
	}
	
.navaLink a:hover {
	color:#FFFFFF; 
	text-decoration:none; 
	font-weight:normal; 
	}


/* Page Layout Styles*/

.front {
	background-image: url("/i/common/frontbg.jpg"); 
	background-repeat: no-repeat; 
	background-position: top center;
	}
	
.main {
	background-image: url("/i/common/mainbg.jpg"); 
	background-repeat: no-repeat; 
	background-position: top left;
	background-color:#7b6641;
	}

.topimage {
	background-image: url("/i/common/topimage.jpg"); 
	background-repeat: no-repeat; 
	background-position: top center;
	}

.bg {
	background-image: url("/i/common/bg.jpg"); 
	background-repeat: no-repeat; 
	background-position: top left;
	background-color:#7b6641;
	}

.features {
	background-image: url("/i/common/features.jpg"); 
	background-repeat: no-repeat; 
	background-position: top left;
	}

.stockbg {
	background-image: url("/i/front/stockbg.jpg"); 
	background-repeat: no-repeat; 
	background-position: top left;
	background-color:#848c95;
	}

.tbg {
	background-image: url("/i/common/tablebg.png"); 
	background-repeat: no-repeat; 
	background-position: top left;
        behavior: url('/cc/js/pngbehavior.htc');
	}
	
.navbg {
	background-image: url("/i/common/navbg.gif"); 
	background-repeat: no-repeat; 
	background-position: bottom left;
	background-color: #ad9479;
	}

.footerbg {
	background-image: url("/i/common/footerbg.jpg"); 
	background-repeat: no-repeat; 
	background-position: top left;
	}
	
