/*
      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: 801px;
	padding: 0px 10px 0px 10px;
	background: url('images/fade.png') center;
}
#wrapper_columns {
	margin-bottom: 0px;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 802px;
	background: #000;
}
#wrapper_header {
	color: #333;
	width: 782px;
	padding: 10px;
	padding-bottom: 0px;
	height: auto;
	margin: 0px 0px 0px 0px;
	background: #000;
	height: 220px;
	overflow: hidden;
}

#wrapper_right p{
	font-size: 12px;
}

#wrapper_header h1 {
	margin: 18px 20px 0 0;
}
#wrapper_left { 
	display: inline;
	color: #333;
	margin-bottom: 0px;
	padding: 0px;
	width: 205px;
	float: left;
}
	#nav_left ul {
		padding:0px;
		margin:20px;
		margin-bottom: 30px;
		text-align: left;
		width: 225px;
	}
	#nav_left ul li {
		padding:0px;
		margin:0px;
		list-style-type: none;
		display:block;
		font-size: 30px;
		width: 100%;
	}
	#nav_left ul li a {
		width: 100%;
		display: block;
		filter:alpha(opacity=50);
		opacity:0.50;
		-moz-opacity:0.50;
	}
	#nav_left .selected, #nav_left ul li a:hover, #nav_left .menu a {
		color:red;
		font-weight:bold;
		width: 100%;
		filter:alpha(opacity=100);
		opacity:1;
		-moz-opacity:1;

	}

#wrapper_right { 
	float: right;
	color: #333;
	margin: 10px;
	padding: 0px;
	padding-bottom: 20px;
	padding-right: 20px;
	width: 543px;
	display: inline;
	position: relative;
	text-align: left;
	font-size: 120%;
	color: #FFF;
}
#wrapper_right p{ 
	font-size: 1em;
}
#wrapper_right h1 {
	font-size: 1.7em;
	font-weight: normal;
	color: #FFF;
	font-family: lucida sans, lucida grande;
}
#wrapper_footer { 
	width: 782px;
	clear: both;
	color: #333;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	background: #4D4D4D;
	border: 0;
	color: #999999;
	text-align: left;
	border-top: 1px solid #666666;
	position: relative;
	font-family: lucida sans, lucida grande;
}

#wrapper_footer p {
	margin: 30px;
}

	#nav_bottom {
		width:740px!important;
		position: static;
	}
	#nav_bottom ul {
		text-align: center!important;
		position:relative;
		padding: 0px 25px 15px 25px;
		margin:0px;
		width: 762px;
		line-height: 14px;
	}
	#nav_bottom ul li {
		padding:5px 10px 5px 0px;
		margin:0px;
		list-style-type: none;
		float: left;
		line-height: 14px;
	}

	#nav_bottom ul li a{
		margin: 5px 0 5px 0!important;
		color: #000;
		line-height: 22px;
	}

	#nav_bottom .selected {
		color: #FFF;
	}
	
	.copyright {
		margin: 0 !important;
		padding: 0!important;
	}

.prominent {
	font-size: 1.4em!important;
	color: #F8971D!important;
	font-weight: bold;
}

.top_fade {
	height: 10px;
	width: 100%;
	margin: 0;
	padding: 0;
	background: url('images/top_fade.png') center top no-repeat;
	position: relative;
}

.bottom_fade {
	height: 10px;
	width: 100%;
	margin: 0;
	padding: 0;
	background: url('images/bottom_fade.png') center top no-repeat;
	position: absolute;
	bottom: -10px;
}

#wrapper_right p {
	width: 85%;
}

.subnav {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 1.7em;
	width: 98%;
	font-family: lucida sans, lucida grande;
}

.subnav li {
	float: left;
	display: block;
	color: #333333;
}

.subnav li a {
	color: #333333!important;
	text-decoration: none;
}

.subnav .selected a{
	color: #FFF!important;
}

 .subnav li a:hover{
	color: #4D4D4D;
	text-decoration: none;
}
.sq {
	width: 40px;
	height: 40px;
	float: left;
	border: 1px solid #F8971D;
	margin: 0px 15px 15px 0px;
	overflow: hidden;
}

.items {
	padding: 0;
	margin: 0;
	margin-left: 30px;
	margin-bottom: 30px;
	margin-top: 15px;
	width: 100%;
	list-style-type: none;
}

.wrapper_outer_pop {
	width: auto!important;
	background: none!important;
}

.popup_bg {
	background: #4d4d4d;
}

.profession {
	background: url('images/profession_icon.gif') no-repeat;
}

hr {
	height: 0;
	border: 0;
	border-top: 1px solid #616163;
}

.admin_form th{
	width: 25%;
	background-color: #4D4D4D;
	padding: 5px;
}

.admin_form td{
	width: 75%;
	padding: 5px;
}

.admin_form {
	margin: 10px 0 10px 0;
}

.display {
	padding: 10px 0 0 0;
	margin: 0 0 0 10px;
}

.msg {
	color: #F8981D;
}

.err {
	color: #F82D1D;
}


#page {
	font-size: 80%;
}

.admin_form a {
	color: #F8981D!important;
	text-decoration: underline;
}

.white {
	color: #FFF!important;
}

.page_text a {
	color: #FFF!important;
}

.contact {
	margin: 20px 20px -10px 20px;
}

.contact_form {
	width: 300px;
}

.contact_form label {
	width: auto;
}

.contact_element {
	width: 250px;
	border: 0;
	padding: 2px;
	font-family: lucida grande, lucida sans;
	margin: 5px 0 5px 0;
	height: 16px;
}

.textarea {
	height: 170px;
	font-size: 1em!important;
}	

.contact_submit {
	background: url('images/contact_submit.gif') no-repeat;
	text-indent: 3000px;
	height: 17px!important;
	width: 46px!important;
	overflow: hidden!important;	
	border: 0;
	text-align: right;
}

.contact_form_form {
	text-align: right;
}

.address_info {
	text-align: left;
	clear:both;
	margin-top: -20px;
	color: #FFF;
}

.address_info p.prominent {
	font-size: 1.6em!important;
	color: #FFF;
	font-weight: bold;
}

.address_info span.prominent, .prominent a {
	color: #FFF!important;
	font-size: 1em!important;
}

.product {
	text-align: left;
	margin: 0 30px 0 30px;
}

.product p {
	color: #FFF;	
}

.product h1, .product h2, .product .prominent {
	color: #FFF;
	font-size: 2em;
}

.types {
	list-style-type: none;
	clear:both;
	padding: 0;
	font-size: 0.7em;
	color: #3d3d3d;
}

.types a {
	color: #3d3d3d!important;
	text-decoration: none;
}

.types .active_type {
	color: #FFF!important;
}

.types li {
	float: left;
}

#media img {
	margin: 0 0 10px 0;-
}

#left_nav_admin {
	color: #FFA01F;
	text-align: left;
	margin: 0;
	margin-left: 30px;
}

#left_nav_admin li{
	margin: 0;
	margin-bottom: 10px;
}

#left_nav_admin li a {
	color: #FFA01F!important;	
}

.address_info2 a {
	color: #FFF!important;
}

.nextbtn {
	position: absolute;
	left: 550px;
}

.newsletter_tbl a:link,.newsletter_tbl a:active,.newsletter_tbl a:hover,.newsletter_tbl a:visited,.newsletter_tbl a {
	color: #FFF;
	text-decoration: underline;
}

.newsletter_tbl td, .newsletter_tbl th {
	padding: 5px;
}