@charset "utf-8";
/* CSS Document */

/*GLOBAL STYLES*/
* {
	margin: 0;
	padding: 0;
}

a {
	letter-spacing: 1.2px;
	color: #666;
	text-decoration: none;
	border: none;
}

a img {
	border: none;	
}

a:hover {
	text-decoration: underline;	
}

a:focus {
	outline: none;	
}


/*BODY STYLES*/



body {
	background-color: #000;
	font-family: Tahoma, Geneva, sans-serif;
}

#container {
	width: 980px;
	margin: 0 auto;
	color: #AFA4A4;
}

h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}

h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #4F6AA3;
	text-transform: uppercase;
	letter-spacing: 3px;
}

p, ul {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
}


/*HEADER STYLES*/

#header {
		
}

#logo {
	padding: 20px 0px;	
}

#nav {
	margin-top: 47px;	
}

#logopic {
	width: 318px;	
}

#nav ul {
	position: relative;
	left: 64px;
}

#nav ul li {
	float: left;
	list-style-type: none;
	width: 148px;
	height: 68px;
	margin: 0 8px 0 0;
}

#nav ul li a {
	/* Sliding right image */
	background: transparent url('../images/nav_buttons/inactive_button_right.png') no-repeat scroll top right;
	width: inherit;
	text-align: center;
	display: block;
	float: left;
	height: 68px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 6px;
	padding-right: 12px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
}

#nav ul li a span {
	/* Background left image */ 
	background: transparent url('../images/nav_buttons/inactive_button_left.png') no-repeat;
	display: block;
	line-height: 68px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 0px 0 5px 18px;
	text-transform: uppercase;
	color: #FFFFFF;
}

#nav ul li a.active {
	background: transparent url('../images/nav_buttons/active_button_right_blue.png') no-repeat scroll top right; 
}

#nav ul li a.active span {
	background: transparent url('../images/nav_buttons/active_button_left_blue.png') no-repeat;
}

#nav ul li a:hover {
	background: transparent url('../images/nav_buttons/active_button_right_blue.png') no-repeat scroll top right; 
}

#nav ul li a:hover span {
	background: transparent url('../images/nav_buttons/active_button_left_blue.png') no-repeat;
}



#banner {
	clear: both;
	width: 980px;
	height: 330px;
	border: 1px solid #AFA4A4;
	position: relative;
	top: -2px;
}

/*MAIN CONTENT STYLES*/


.main {
	background-color: #181818;
	position: relative;
}

.content_area {
	margin: 0px 0px 0px 15px;
}



.main h2 {
	padding-top: 12px;
	letter-spacing: 1.2px;
}

.main h3, .main h4 {
	padding-top: 10px;
}

.main h3 {
	padding-bottom: 10px;	
}

.main p, .main ul {
	padding: 10px 20px 18px 0px;
	letter-spacing: 1.2px;
	line-height: 20px;	
}

#TopLeftCorner, #TopRightCorner, #BottomLeftCorner, #BottomRightCorner
{
background:#ffffff;
height:10px;
width:10px;
position:absolute;
}

#TopLeftCorner
{
top:0;
left:0;
background-image:url(../images/corners/top_left_corner.gif);
}
#TopRightCorner
{
top:0;
right:0;
background-image:url(../images/corners/top_right_corner.gif);
}
#BottomRightCorner
{
bottom:0;
right:0;
background-image:url(../images/corners/bottom_right_corner.gif);
}
#BottomLeftCorner
{
bottom:0;
left:0;
background-image:url(../images/corners/bottom_left_corner.gif);
}

.title_topleft_corner {
	background:#ffffff;
	height:56px;
	width:12px;
	position:absolute;
	top:0;
	left:0;
	background-image:url(../images/title_bar/top_left_corner_blue.gif);
}

.title_topright_corner {
	background:#ffffff;
	height:56px;
	width:12px;
	position:absolute;
	top:0;
	right:0;
	background-image:url(../images/title_bar/top_right_corner_blue.gif);
}

.title_top_middle {
	background:url(../images/title_bar/top_middle_blue.gif) repeat-x;	
	height:56px;
}

.title_top_middle span {
	position: relative;
	top: 7px;
	left: 3px;
}


.reflective_button {
	position: relative;
	left: 179px;
}

.bottom_button {
	/* Sliding right image */
	background: transparent url('../images/reflective_buttons/large_right.png') no-repeat scroll top right;
	text-align: center;
	display: block;
	float: right;
	height: 97px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 10px;
	padding-right: 9px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
	position: relative;
	top: -19px;
}

.bottom_button .button_bg {
	/* Background left image */ 
	background: transparent url('../images/reflective_buttons/large_left.png') no-repeat;
	display: block;
	line-height: 68px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 0px 0 5px 18px;
}

.bottom_button .button_text {
	/* Button text */ 
	position: relative;
	top: -10px;
	left: -4px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #f6f3f2;
}


.glow_left {
	display: block;
	background: transparent url('../images/reflective_buttons/glow_left.png') no-repeat;
	width: 175px;
	height: 57px;
	float: right;
	position: relative;
	left: -179px;
	top: -5px;
}


.center_button {
	width: 199px;
	margin: 0 auto;
}

.inner_medium_button {
	/* Sliding right image */
	background: transparent url('../images/normal_buttons/medium_right.png') no-repeat scroll top right;
	text-align: center;
	display: block;
	height: 44px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 6px;
	padding-right: 12px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	text-decoration: none;
	font-size:17px;
	font-weight:bold;
	float:left;
	padding-bottom: 20px;
}

.inner_medium_button span {
	/* Background left image */ 
	background: transparent url('../images/normal_buttons/medium_left.png') no-repeat;
	display: block;
	line-height: 44px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 0px 0 5px 18px;
	color: #f6f3f2;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
}

.inner_small_button {
	/* Sliding right image */
	background: transparent url('../images/normal_buttons/small_right_blue.png') no-repeat scroll top right;
	text-align: center;
	display: block;
	float:left;
	height: 38px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 6px;
	padding-right: 11px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	text-decoration: none;
	font-size:13px;
	font-weight:bold;
	padding-bottom: 20px;
}

.inner_small_button span {
	/* Background left image */ 
	background: transparent url('../images/normal_buttons/small_left_blue.png') no-repeat;
	display: block;
	line-height: 39px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 0px 0 5px 14px;
	color: #f6f3f2;
	font-family: Tahoma, Geneva, sans-serif;
}



#first_column {
	margin: 16px 0px 0px 44px;
	width: 581px;
	float:left;
}

#second_column {
	margin: 16px 0px 0px 20px;
	width: 285px;
	overflow: auto;
	position: relative;
	left: 20px;
}

#featured, #intro, #products, #contact, #testimonials {
	width: 581px;
	margin: 0px 20px 32px 0px;
	float: left;
}

#social {
	width: 281px;
	margin: 0px 0px 26px 0px;
	float: left;
}

#social p {
	margin-bottom: -4px;
	line-height: 23px;
}


.testimonials_area {
	background-color: #999;
	color: #000;
	margin-right: 15px;
	clear: both;
	margin-bottom: 15px
}

.testimonials_area h4, .testimonials_area ul {
	margin-left: 15px;	
}

.testimonials_area p{
	padding: 10px 20px 0 15px;
}


.testimonial_text {
	clear: both;
	font-size: 12px;
	padding: 10px 20px 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.testimonial_name {
	float: right;
	position: relative;
	top: -15px;
	font-size: 12px;
	padding: 10px 20px 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#last_name {
	margin-bottom: 15px;	
}












#mailing_list {
	width: 285px;
	margin: 0 0 30px;
	float: left;
}

#mailing_list p {
	padding: 10px 20px 0 0;	
}

#mailing_list form {
	margin-top: 15px;
	padding-bottom: 20px;
}

#mailing_list form input {
	margin-top: 5px;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #7F7F7F;
	padding: 3px;
}

.form_group {
	padding-bottom: 10px;
	display: block
}

#mailing_list button {
	margin-top: 5px;	
}

button{
	border:none;
	background:none;
	padding:0;
	margin:0;
	width:auto;
	overflow:visible;					
	text-align:center;	
	white-space:nowrap;	
	height:40px;
	line-height:38px;
	cursor: pointer;
	}
	
button span, button em{
	display:block;
	height:40px;
	line-height:38px;			
	margin:0;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #f6f3f2;
	}

button span{
	padding-left:20px;
	background:url("../images/normal_buttons/small_blue.gif") no-repeat 0 0;
	}	
button em{
	font-style: normal;
	padding-right:20px;
	background:url("../images/normal_buttons/small_blue.gif") no-repeat 100% 0;
	}

.main ul {
	list-style-type: none;
	padding: 10px 20px 15px 0;
}

.main ul li {
	padding-bottom: 5px;	
}

.main ul li span {
	font-weight: bold;	
}

#social_icons {
	padding-bottom: 20px;	
}

.social_icon {
	float:left;
	margin-right: 10px;
}

.social_icon span {
	width: 32px;
	height: 32px;
	text-indent: -9999px;	
	display: block;
}

#youtube span {
	background: url("../images/social_icons/youtube.png") no-repeat;
}

#twitter span {
	background: url("../images/social_icons/twitter.png") no-repeat;
	padding-left: 10px;
}

#facebook span {
	background: url("../images/social_icons/facebook.png") no-repeat;
	padding-left: 10px;
}


#contact_form input, #contact_form select, #contact_form textarea {
	margin-bottom: 20px;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #7F7F7F;
	padding: 3px;
}

#contact_form select option {
	margin: 5px;	
}

#contact_form textarea {
	width: 300px;
	height: 150px;
}

#contact_form {
	padding-bottom: 20px;	
	clear: both;
}


#testimonials_content {
	padding-bottom: 10px;
}

.photo_area_left {
	margin: 15px 15px 15px 0px;
	float: left;
}

.photo_area_right {
	margin: 15px 15px 15px 15px;
	float: right;
}

.photo_area_center {
	margin: 15px 15px 15px 0px;
}

.photo_description {
	text-align:center;
	color: white;
	font-size: 11px;
	letter-spacing: 1.2px;
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 7px;
	display: block;
}

.photo_area_left img, .photo_area_right img, .photo_area_center img {
	border: 1px solid #AFA4A4;
}


.cert_logo {
	
}

#certifications_area ul li {
	float:left;
	clear: both;
	padding: 20px 10px;
}

#certifications_area ul li span{
	display: block;
}

#certifications_area ul li img {
	border: 1px solid #2F2C2C;
}

.error {
	color: #AF2627;
	font-size: 12px;
	padding-left: 5px;
}

#comments_error {
	position: relative;
	top: -165px;
}

#thankyou_message {
	background-color: #999;
	clear: both;
	color: #000;
	float: left;
	margin-bottom: 15px;
	border: 1px solid #DFDFDF;
}

#thankyou_message p {
	padding-top: 16px;
	padding-left: 10px;	
}

#mailing_email_error {
	position: relative;
	top: -10px;
}

#mail_thankyou_message {
	padding-bottom: 20px;
}



