@charset "UTF-8";
/* =CALL LIBRARY */
	@import url("reset-min.css"); /* ------- Reset all CSS Styles */

/* =GENERAL - the general styles */
	body{
	font: 62.5%/2.2em "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #4b4942;
	background: url(../images/bg.jpg) repeat;
	margin-top:0;
	}
	
	a {
	text-decoration: none;
	color: #6a1b1b;
	font-weight:bold;
	}
	
	a:hover {
	color: #bb800f;
	}
	
	strong{
	font-weight: bold;
	}
	
	
	UL.listy { 
	list-style-type:square;
	margin-left:25px;
	font-size:1.2em;
	}
	
	ul.sublist {
	list-style-image:url(../images/wtbullet.gif);
	font-size:1em;
	line-height:1.2em;
	margin-left:15px;
	}
	
	ul.sublist li {
	padding-top:0;
	}
	

	div.hr {
    height: 1px;
    background: #fff url(../images/hr2.gif) no-repeat scroll center;
    margin-bottom:10px;
    }

    div.hr hr {
    display: none;
}
	

/* =LAYOUT - the main layout styles */
	.container {
	width:900px;
	margin: 0 auto;
	position: relative;
	overflow:hidden;
	}
	
	.maincontainer {
	background-image: url(../images/containerbg.gif);
	width:920px;
	margin: 0 auto;
	position: relative;
	overflow:hidden;
	}
	
	.floatleft {
	float:left;
	padding-right: 12px;
	padding-bottom: 6px;
	}
	
	/* header layout */
	#header{
	height: 253px;
	background: #4a4841 url(../images/top_bg2.gif) top repeat-x;
	position: relative;
	}
	#navigation{
	position: absolute;
	right: 0;
	top:20px;
	}
	
	/* main area layout */
	#main{
	padding:24px 0 20px 0;
	}
	
	#leftcolumn {
	margin-left:15px;
	float: left;
	width:193px;
	background-color:#eeeecc;
	}
	
	#old-center {
	float: left;
	width:370px;
	padding: 0 20px;
	}
	
	#center  {
	float: left;
	width:570px;
	padding: 0 20px;
	}
	

	#centerfull {
	float:left;
	width: 880px;
	padding: 0 20px;
	}
	
	#center2{
	float: right;
	width:667px;
	padding: 0 15px 0 0;
	}
	
	#rightcolumn{
	float: left;
	width:275px;
	padding-right:15px;
	}
	
	
	/* bottom layout */
	#bottominfo {
	border-top: 5px solid #42423b;
	background: #f1eee7;
	padding-bottom:25px;
	width: 100%;
	overflow: hidden;
	}
	
	.bottomcolumn {
	float: left;
	width:288px;
	margin-right: 18px;
	}
	
	.bottomright {
	margin-right:0;
	}
	
/* =HEADER - the header styles */
	#header .container{height: 253px;}
	/* logo */
	
	.logo {
	float: left;
	padding: 0;
	position: relative;
	margin-top: 10px;
	margin-right: 10;
	margin-bottom: 0;
	margin-left: 10px;
	padding-right: 12px;
	background-repeat:no-repeat;
}
	
	
	/*this is brilliant -- keep for something else
	h1{
		position: absolute;
		height: 71px;
		top: 15px;
	}
	
	h1 a{
		font: 24px/24px Arial, Helvetica, sans-serif;
		font-weight: bold;
		letter-spacing: -1px;
		padding: 22px 9px 25px 20px;
		display: block;
		color: #fff;
		background: url(../images/logo_bg.gif) left top no-repeat;
	}
	h1 a:hover{color: #fff;}
	h1 a span{
		height:71px;
		width: 13px;
		position: absolute;
		top:0;
		right: -13px;
		cursor: pointer;
		background: url(../images/logo_right.gif) right top no-repeat;
	}
	*/
	/* top navigation */
	#navigation li{
	float: left;
	padding-right: 27px;
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: bold;
	}
	#navigation li a{color: #eeeecc;}
	#navigation li a:hover,#navigation li.active a{color: #cc9752;}
	
	/* message and building pic */
	#banner{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 125px;
	color: #eeeecc;
	font-weight: bold;
	padding:0 490px 0 7px;
	background: url(../images/wts-header.png) right center no-repeat;
	font-size: 1.3em;
	line-height: 1.5em;
	/* clear:both; */
	/* float:left; */
	}
	
	#banner p {
	text-align:left;
	}
	
/* =CONTENT - the content styles */
	/* left column */
	.leftbox{
	font-size:1.2em;
	background-color: #eeeecc;
	padding: 10px 23px 10px 23px;
	margin-bottom:3px;
	line-height:1.6em;
	}
	
	h3.leftbox{
	font-size:19px;
	color: #ffffff;
    background: #f1f0ef url(../images/h3_bg_tall.jpg) 0 0 repeat-x;
	padding:5px 0 10px 23px;
	}
	
	h3.header_small{
	font-size:15px;
	font-weight: bold;
	background: #6a1b1b;
	padding:2px 23px 5px 23px;
	}
	
	ul.leftbox {
	list-style-image:url(../images/wtbullet.gif);
	line-height:1.1em;
	}
	
	.leftbox li {
	font-size: 1em;
	margin-left:8px;
	padding-top:5px;
	padding-bottom:5px;
	}
	
	.leftbox li a {
	padding-top:5px;
	padding-bottom:5px;
	}

	.features {
	padding-top:15px;
	font:1.27em "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	}
	
	#leftcolumn .leftbox p{
	padding-bottom:1em;
	line-height:1.5em; 
	font-size:12px
	}	
	
	
	/* center column */
	.article_wrapper h2{
	color: #cc9752; 
	font-weight: bold;
	font-size:2em;
	margin:0 0 10px 0;
	}
	
	.article_wrapper h2 a{
	color: #cc9752; 
	font-weight: bold;
	margin:10px 0;
	}
	
	.article_wrapper h3{
	color: #6a1b1b; 
	background-color:#eeeecc;
	padding-left:5px;
	font-weight: bold;
	font-size:1.4em;
	margin:0 0 10px 0;
	}
	
	.article_wrapper h3 a{
	color: #6a1b1b; 
	background-color:#eeeecc;
	padding-left:5px; 
	font-weight: bold;
	margin:10px 0;
	}
	
	.article_wrapper p {
	padding-bottom:10px;
	font-size:1.3em;
	line-height: 1.5em;
	}	
	
	.smallitalic a {
	font-size:10px;
	font-style:italic;
	}
	
	/* right column */
	.rightbox_wrapper{
	background: #eeeecc;
	padding:5px;
	margin-bottom: 2px;
	width:277px;
	overflow: hidden;
	font-size:11px;
	line-height: 16px;
	color: #58584D;
	}
	
	.rightbox{
	border: 1px solid #6a1b1b;
	width:270px;
	overflow: hidden;
	padding-bottom:6px;
	}
	
	.product_image{ 
	float: left;
	margin: 6px 0 0 6px;
	}
	
	.product_wrapper{
	float: right;
	width:200px;
	}
	
	.product_wrapper h4{
	font-size:1.3em;
	color: #483F3D;
	font-weight: bold;
	padding-top:10px;
	padding-left: 3px;
	}
	
	.product_wrapper p{
	font-size:1em;
	padding-right: 10px;
	margin-top: 4px;
	padding-left: 3px;
	}
	
	.lastbox{
	margin:0;
	}

	
	
/* =FOOTER */
	#footer{
	height: 37px;
	background: #4a4841 url(../images/footer_bg.jpg) 0 0 repeat-x;
	font-size: 1.2em;
	}
	
	#footer p {
	color: #A39D97;
	font-weight:normal;
	}
	
	#footer a {
	color: #A39D97;
	font-weight:bold;
	}
	
	#footer a:hover{
	color: #cc9752;
	}
	
	#disclaim {
	float: left;
	height: 23px;
	padding:2px 0 0 30px;
	margin-top: 5px;
	}
	 
	 
	#footer_navigation {
	float:right;
	padding-top:7px;
	}
	
	#footer_navigation ul {
	
	}
	
	#footer_navigation ul li {
	float:left;
	padding-left:18px;
	}
	
	#footer_navigation ul li a{
	text-transform:uppercase;
	}
	
	#footer_navigation ul li a:hover{
	color: #cc9752;
	}
	