/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #151515 url(images/img01.jpg) repeat-x left top;
	text-align: justify;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #7F7772;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, .fck {
	padding: 5px;
	border: 1px solid #626262;
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* NOLAN */
input, textarea, select, .fck{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:1px;
	border:1px solid #A5ACB2;
	width:200px;
	float:left;
	clear:left;
}

textarea{
	width:300px;
	height:100px;
}

.submit{
	clear:left;
	margin-top:10px;
}		

label{
	float:left;
	clear:left;
	width:150px;
	margin-top:10px;
}
/* NOLAN */


h1, h1 a, h2, h2 a, h3, h3 a {
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	color: #CF3822;
}

h1 {
	letter-spacing: -3px;
	font-size: 2.6em;
}

h2 {
	letter-spacing: -2px;
	font-size: 2em;
}

h3 {
	margin-bottom: 2em;
	font-size: 1em;
	font-weight: bold;
}

p, ol, ul {
	margin: 0 0 2em 0;
	line-height: 200%;
}

blockquote {
	margin: 0 0 0 1.5em;
	padding-left: 1em;
	border-left: 5px solid #DDDDDD;
}

a {
	color: #FFFFFF;
	text-decoration: none;}

a:hover {
	text-decoration: none;
	color: #FF5134;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 8px 20px 0px 0px;
	border: 2px solid #434343; 
}


/* Header */

#wrapper {
}

#header {
	width: 800px;
	height: 170px;
	margin: 0 auto;
	background: url(images/img02.jpg) no-repeat right top;
}

#logo h1, #logo p {
	float: left;
	color: #FFFFFF;
	font-weight:bold;
}

#logo h1 {
	height: 88px;
	padding: 20px 90px 0 0;
	font-size: 4em;
}

#logo p {
	margin: 0 0 0 0px;
	padding: 0px 0 0 0;
	line-height: normal;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
	clear:left;
	position:relative;
	top:-36px;
	left:175px;
	color:#cf3822;
	width:200px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

#logo p a {
	color: #FF5134;
}

/* RSS */

#rss {
	padding: 30px 39px 20px 0;
	text-align: right;
	width:304px;
	float:right;

}

#rss a {
	padding: 0 0 3px 24px;
	text-decoration: none;
	font-weight: bold;
	color: #FF5134;
}

#rss a:hover {
}

#rss p{
	font-style:italic;
}
	

/* Search */

#search {
	float: right;
	width: 200px;
	height: 25px;
	background: #FFFFFF;
}

#search #x {
	display: none;
}

#search #s {
	padding: 6px 5px 5px 35px;
	width: 160px;
	height: auto;
	background: none;
	border: none;
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #000;
}

#search br {
	display: none;
}

/* Menu */

#menu {
	width: 795px;
	height: 60px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top:11px;

}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	background: url(images/img03.gif) no-repeat left 50%;
	padding: 0px 27px 0px 8px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	line-height:1.5em;
	
	height:24px;

}

#menu a:hover {
	color: #FF5134;
}

#menu .current_page_item {
}

#menu .current_page_item a {
	color: #FFFFFF;
}

.dsc{
	float:left;
	clear:left;
	padding-top:22px;
	color:#FFFFFF;
	font-weight:bold;
	
	line-height: normal;

	font-weight: bold;
	color:#cf3822;
	color:#FFFFFF;
}	

/* Page */

#page {
	width: 790px;
	margin: 0 auto;
	padding: 30px 0;
}

/* Ads */

#ads {
	float: right;
	width: 160px;
	padding: 0 0 0 20px;
}

/* Content */

#content {
	float: left;
	width:500px;
}

.post {
	margin-bottom: 20px;
	border-bottom: 1px #A90000 dashed;
}

.post .title {
}

.post .title h2 {
	font-size: 2.2em;
	color: #CF3822;
}

.post .title p {
	margin: 0;
	line-height: normal;
	color: #BABABA;
}

.post .title p a {
	color: #880A0B;
}

.post .entry {
	padding-top: 10px;
}


.post .links {
	margin: 0;
	padding: 6px 0 0 0px;
	overflow:hidden;
	height:100px;
}

.post .links a {
	text-decoration: none;
	font-weight: bold;
	color: #CF3822;
	
	display:block;
	float:left;
	width:170px;
}

.post .links a:hover {
	text-decoration: underline;
	color: #CF3822;
}

.post .links .more {
	background: url(images/img07.gif) no-repeat;
}

.post .links .comments {
	background: url(images/img08.gif) no-repeat;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
	padding: 15px 20px;
	line-height: 200%;
}

#sidebar li li {
	margin: 0;
	padding-left: 15px;
	padding-bottom: 5px;
	background: url(images/img04.gif) repeat-x left bottom;
}

#sidebar h2 {
	width: 210px;
	height: 30px;
	padding: 5px 0 0 30px;
	background: url(images/img05.gif) no-repeat left 60%;
	border-bottom: 1px #A90000 dashed;
	letter-spacing: -1px;
	font-size: 1.6em;
	color: #FFFFFF;
}

#sidebar a:hover {

}

/* Calendar */

#calendar_wrap {
	padding: 15px 20px;
}

#calendar table {
	width: 100%;
	background: #1F1F1D;
	border: 1px solid #11110F;
	text-align: center;
}

#calendar thead {
	background: #161616;
}

#calendar tbody td {
	background: #0F0F0D;
	border: 1px solid #11110F;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#calendar tfoot a {
	text-decoration: none;
	font-weight: bold;
}

#calendar #today {
	background: #121210;
	border: 1px solid #11110F;
	font-weight: bold;
	color: #CF3822
}

/* Footer */

#footer {
	clear: both;
	width: 850px;
	margin: 0 auto;
	padding: 30px 0;
	border-top: 2px solid #2B2B2B;
}

#footer p {
	margin: 0 0 5px 0;
	text-align: center;
	line-height: normal;
	font-size: .9em;
}

#footer a {
	text-decoration: none;
}




.photo{
	margin:0;
	padding:0;
	clear:both;
	overflow:hidden;
}	
.photo .entry{
	margin:5px 0px 5px 0px;
	padding:5px 0px 5px 0px;
}
.photo h3, .photo p{
	margin:0;
	padding:0;
}
.photo h3 a{
	font-weight:bold;
}
.photo input{
	float:none;
	clear:none;
}				

#container{
	margin-bottom:10px;
}


.featured{
	float:right;
	width:260px;
	margin-top:18px;
}

.weditor{
	width:700px;
}
.weditor_home{
	width:400px;
	color:#7F7772;
}

.entry p{
	margin-bottom:10px;
}	

ul.tabs{
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
	line-height:normal;
	margin-bottom:20px;
}
.tabs li{
	margin:0; padding:0;
	float:left;
}
.tabs a{
	display:block;
	padding:0 4px 0 4px;
	margin:0 0 0 3px;
}

.orderform .textbox, .orderform .selectbox{
	width:100%;
}
.checkbox{
	width:auto;
	float:left;
	clear:none;
	margin-top:12px;
	margin-left:10px;
}
.cb_label{
	width:auto;
}

.tooltip{
	color:#CF3822;
	display:none;
}	

.radios{
overflow:hidden;
margin-bottom:20px;
}
.radios label{
float:left;
clear:none;
margin:0; padding:0;
width:auto;
margin-top:5px;
}

.radios input{
float:left;
clear:left;
margin:0; padding:0;
width:auto;
margin-right:5px;
margin-top:7px;
}

.terms{
	height:100px;
	width:400px;
	overflow:scroll;
	padding:5px;
	border:1px solid #999999;
	background-color:#333333;

	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

.inline label{
	float:none;
	clear:none;
}
.inline input{
	float:none;
	clear:none;
	width:auto;
	margin-right:10px;
}

.homelogin{
	width:790px;
	margin-left:auto;
	margin-right:auto;
}


.mat input, .mat select{
margin:2px;
margin-bottom:6px;
}

.mat .id{
width:80px;
}
.mat .address2{
width:100px;
}
.mat .city{
width:100px;
}
.mat .state{
width:40px;
}
.mat .zip{
width:60px;
}
.mat .country{
width:100px;
}
.mat .phone{
width:120px;
}
.mat .fax{
width:100px;
}
.mat .inactive{
width:50px;
}
.mat .region{
width:40px;
}
.mat .channel{
width:40px;
}
.mat .invoice_type{
width:100px;
}
.mat .shipping{
width:100px;
}
.mat .percent{
width:50px;
}
.mat .price_level{
width:100px;
}


.exam label{
	float:none;
	clear:none;
}
.exam input{
	float:none;
	clear:none;
	width:auto;
}
.exam li{
	list-style-type:none;
}

