/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

#wrapper_outer { 
	margin: 0 auto;
	width: 1003px;
	background: #0C1E2C;
}
#wrapper_columns {
	margin-bottom: 10px;
	width: 100%;
	min-height: 355px;
}
#wrapper_header {
	color: #333;
	width: auto;
	padding: 10px;
	height: 140px;
	background: #0C1E2C;
}
#wrapper_left { 
	display: block;
	color: #333;
	padding: 0px;
	width: 265px;
	height: 100px;
	float: left;
}
	#nav_left ul {
		padding:0px;
		margin:0px;
	}
	#nav_left ul li {
		padding:0px;
		margin:0px;
		list-style-type: none;
		display:block;
	}
	#nav_left .selected {
		text-decoration: underline;
	}
#wrapper_content { 
	float: left;
	color: #fff;
	padding: 10px;
	width: 455px;
	min-height: 335px;
	position: relative;
	background: #919195;
	z-index: 5!important;
	margin: 0;
	margin-bottom: 10px;
}
#wrapper_content a {
	color: white!important;
	text-decoration: underline;
}
#wrapper_footer { 
	width: auto;
	clear: both;
	color: #333;
	background: #0C1E2C;
	margin: 0px 0px 0px 0px;
	padding: 10px;
}
	#nav_bottom {
		width:auto;
		margin: 15px 0 0 0;
	}
	#nav_bottom ul {
		position:relative;
		float:right;
		padding:0px;
		margin:0px;
	}
	#nav_bottom ul li {
		padding:0px;
		margin:0px;
		list-style-type: none;
		display:inline;
		border: 0;
		margin: 0 5px 0 5px;
	}
	#nav_bottom ul li a {
		color: white!important;
		font-family: tahoma;
		font-size: 0.9em;
	}

#wrapper_header h1 a, #wrapper_header h2 a {
	width: 304px;
	height: 80px;
	overflow: hidden;
	display: block;
	background: url('images/logo.gif') center center no-repeat;
	text-indent: -1000000px;
}

#wrapper_header h1, #wrapper_header h2 {
	width: 304px;
	height: 80px;
	overflow: hidden;
	display: block;
	float: left;
	margin: 30px 0 0 5px;
}

#header_rotate {
	width: 670px;
	height: 79px;
	overflow: hidden;
	display: block;
	float: left;
	margin: 30px 0 0 0;
	background: white;
}

.footer_boxes {
	list-style-type: none;
	padding: 0;
}

.footer_boxes li {
	width: 228px;
	height: 128px;
	display: block;
	overflow: hidden;
	background: #979A9B;
	float: left;
	font-weight: bold;
	margin: 0 0 0 20px;
}	

.footer_boxes li:first-child {
	margin: 0 0 0 5px;
}

.article_date {
	font-weight: bold;
	margin: 0 0 10px 0;
}

.news_list {
	padding: 0;
	list-style-type: none;
	position: relative;
	display: block;
	height: 1%;
}

.news_list li .news_img {
	float: left;
	margin: 0 60px 0 20px;
	display: block;
	width: 165px;
	height: 90px;
}

.news_list li .prod_img {
	float: right;
	margin: 0 20px 0 60px;
}

.news_list li .leftf {
	width: 200px;
	font-size: 0.8em;
}

a.black {
	color: #000!important;
}

.page_1_1 {
	width: 104px;
	padding: 5px;
	height: 118px;
	cursor: pointer;
	display: block;
	background: #60AAD7;
}

.page_1_2 {
	width: 104px;
	padding: 5px;
	height: 118px;
	background: #74a67c;
	display: block;
	cursor: pointer;
}

.page_1_3 {
	width: 104px;
	padding: 5px;
	height: 118px;
	cursor: pointer;
	background: #9e1f63;
	display: block;
}

.page_1_4 {
	width: 104px;
	padding: 5px;
	height: 118px;
	display: block;
	cursor: pointer;
	background: #4778bc;
}

.bg_1 {
	cursor: pointer;
	background: #60AAD7!important;
}

.bg_2 {
	cursor: pointer;
	background: #74a67c!important;
}

.bg_3 {
	cursor: pointer;
	background: #9e1f63!important;
}

.bg_4 {
	cursor: pointer;
	background: #4778bc!important;
}

.footer_boxes li a {
	color: white!important;
	cursor: pointer;
}


#header_rotate .png {
	position: absolute;
	top: 0;
	z-index: 30;
}

#header_rotate .rotate {
	position: absolute;
	top: 0;
	z-index: 10;
}


	#wrapper_ticker {
		position: relative;
		margin-top: 20px;
		width: 933px;
		margin-left: -10px;
		height: 18px;
		background-color: #919194;
		padding: 5px 0 5px 70px;
		overflow: hidden;
	}

		#wrapper_ticker h4 {
			position: absolute;
			left: 0px;
			top: 0px;
			width: 44px;
			height: 14px;
			padding: 7px 10px 7px 8px;
			margin: 0;
			background: #919194 url(images/bg_ticker_label_news.gif) 8px 7px no-repeat;
			text-indent: -999em;
			overflow: hidden;
		}

		#ticker {
			position: relative;
			display: block;
			width: 923px;
			height: 18px;
			overflow: hidden;
			margin: 0;
			padding: 0;
			background: white;
		}

		#ticker dd {
			visibility: hidden;
			position: absolute;
			left: 0px;
			top: 1px;
			margin: 0;
			padding: 0 100px 0 0;
			width: auto;
			white-space: nowrap;
		}

		#ticker a {
			color: #000 ! important;
		}

.results li {
	list-style-type: none;
	padding: 5px;
	margin: 0;
	display: inline;
	color: white;
}

.results li a {
	color: #FFF!important;
}
	
.results {
	text-align: right;
}

.news_list li {
	margin: 0 0 10px 0;
}

.nextlink, .backlink {
	background: #AFAFAF;
	display: block;
	padding: 5px;
	margin: 0 0 15px 0!important;
}

.nextlink a, .backlink a {
	text-decoration: none!important;
}

.nextlink {
	float: right;
}

.backlink {
	float: left;
}
