@charset "UTF-8";
/* CSS Document */
a img { border:0; }
body  {
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:url(images/background.png) no-repeat scroll center top #F8F8F8;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #5b5b5c;
}

body#home  {
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:url(images/background3.jpg) repeat-x scroll center top #F8F8F8;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #5b5b5c;
}

:focus {
    outline: 0;
}

.thrColElsHdr #container {
	width: 900px;
	background:none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border:none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#clear_header { 
	height:56px;
	background:none; 
	padding:none;
	margin:none;
} 

#header {
	width:900px;
	height:42px;	
}

#header_logo {
	display:block;
	background:url(images/header/tectrainer_logo.png);
	width:342px;
	height:42px;
	float:left;
}

#btn_contact {
	background:none;
	margin-right:12px;
	width:87px;
	height:42px;
	float:right;
}

#btn_aboutus {
	background:none;
	margin-right:12px;
	width:87px;
	height:42px;
	float:right;
}

#btn_courses {
	background:none;
	margin-right:12px;
	width:87px;
	height:42px;
	float:right;
}

#btn_portabletrainers {
	background:none;
	margin-right:12px;
	width:116px;
	height:42px;
	float:right;
}

#btn_home {
	background:none;
	margin-right:12px;
	width:87px;
	height:42px;
	float:right;
}

#btn_blog {
	background:none;
	width:87px;
	height:42px;
	float:right;
}

.thrColElsHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.thrColElsHdr #sidebar1 {
	float: left; 
	width: 390px;
	height: 550px;
	background:none; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 30px 15px 0; /* top and bottom padding create visual space within this div */
}

.sub_tagline {
	font:100% Arial, Helvetica, sans-serif;
	font-weight:100;
	color:#a1a1a1;
	font-size:15px;
	line-height:22px;
}

.tagline {
	font:100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	color:#424242;
	font-size:22px;
	line-height:36px;
}
	
	

.thrColElsHdr #sidebar2 {
	float: right; 
	width: 11em; /* since this element is floated, a width must be given */
	background:non; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}
.thrColElsHdr #sidebar1 h3, .thrColElsHdr #sidebar1 p, .thrColElsHdr #sidebar2 p, .thrColElsHdr #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.thrColElsHdr #mainContent {
/*background:url(images/homepage/HP_product1.png) no-repeat ;*/
	float:right;
	width:480px;
	height:580px;
	}

/* This starts the bottom 3 containers */

#bottom_container {
	width:900px;
	height:300px;
	font-size:13px;
	line-height:18px;
	padding:none;
	margin:none;
}

#middle_container {
	border-right:#fcb040 2px solid;
	float:left;
	width:245px;
 	margin: 0 10px 0 10px;
	padding: 0 15px 0 15px;
}

#left_container {
	border-right:#fcb040 2px solid;
	float: left; 
	width: 245px;
	margin: 0 10px 0 10px;
	padding: 0 20px 0 0;
}
#right_container {
	float: right; 
	width: 245px;
	margin: 0 10px 0 10px;
	background:none;
	padding: 0 25px 0 10px;
}
 
.thrColElsHdr #footer { 
	background:none repeat scroll 0 0 #525253;
	height:150px;
	clear:both;
	padding:35px 0;
	width:100%;
}


.foot_container .right-col {
	padding-top:47px;
	text-align:right;
}


.right-col {
	float:right;
	width:300px;

}

.left-col {
	color:#66666;
	margin-top:60px;
	float:left;
	width:400px;
}

.just_left {
	text-alight:left;
}

.footer_container {
	margin:0 auto;
	position:relative;
	width:900px;
}

.clearfix  {
display:block;
}
.clearfix {
display:inline-block;
}

/* Portbale Trainers */


.product_text {
	font:100% Arial, Helvetica, sans-serif;
	font-weight:100;
	color:#a1a1a1;
	font-size:13px;
	line-height:20px;
}

.productTitle {
	color:#fcb040;
	padding-left:20px;
}

#portabletrainers_mainContainer { 
    width:900px;
	height:850px;
	background:none; 
	padding:none;
	margin:none;
}


#portabletrainers_header { 
    width:900px;
	height:200px;
	background:none; 
	padding:none;
	margin:none;
}

#portabletrainers_headertext { 
	float:right;
    width:620px;
	height:400px;
	background:none;
	padding:20px 20px 20px 40px;
	margin:none;
}

#portablecontainer_imagewrap_container {
	width:524px;
	/*float:right;*/
	height:305px;
	margin:none;
	padding:0 0 0 15px;
}

#portablecontainer_secondary_container {
	width:900px;
	height:175px;
	margin:none;
	padding:0 0 0 15px;
}

#portablecontainer_imagewrap {
	background:url(images/portabletrainers/image_wrap.png) no-repeat;
	float:left;
	width:81px;
	height:81px;
	margin-top:20px;
	padding:none;
	
}

#portabletrainers_product_container {
	background:url(images/portabletrainers/product_container_bg.png) repeat-x top;
	border-top:1px #FFF solid;
    width:900px;
	height:1370px;
	padding:none;
	margin:none;
}

#product_container_header { 
	background:url(images/portabletrainers/product_header.png) no-repeat;
    width:847px;
	height:90px;
	padding:5px 0 0 0 ;
	margin-left:20px;
}

#portabletrainers_text { 
	float:right;
    width:620px;
	height:200px;
	background:none;
	padding:0 20px 0 20px;
	margin:none;
}

#portabletrainers_left_column { 
	float:left;
    width:220px;
	height:400px;
	/*background:url(images/courses/left_column_bg.png) no-repeat right top; */
	padding:none;
	margin:none;
}

#portabletrainers_left_column_image { 
    width:220px;
	height:300px;
	background:url(images/portabletrainers/left_column_image.jpg) no-repeat top left; 
	padding:none;
	margin:25px 0 0 0;
}

#portabletrainers_left_column_text { 
    width:220px;
	height:300px;
	text-align:left;
	padding:none;
	margin:10px 0 0 0;
}

#product_container { 
    width:900px;
	height:200px;
	background:none; 
	padding:none;
	margin:none;
}

#portabletrainers_image1 { 
	float:left;
    width:220px;
	height:200px;
	background:none; 
	padding:none;
	margin:none;
} 

#portabletrainers_image2 { 
	float:left;
    width:220px;
	height:200px;
	background:url(images/portabletrainers/product2.png) no-repeat; 
	padding:none;
	margin:none;
} 

#portabletrainers_image3 { 
	float:left;
    width:220px;
	height:200px; 
	background:url(images/portabletrainers/product3.png) no-repeat; 
	padding:none;
	margin:none;
} 

/* End Portbale Trainers */

/* Courses */
#courses_header { 
    width:900px;
	height:240px;
	background:none; 
	padding:none;
	margin:none;
} 

#courses_left_image1 { 
	float:left;
    width:200px;
	height:240px;
	background:url(images/courses/left_image1.png) no-repeat; 
	margin:none;
} 

#courses_left_image2 { 
    width:220px;
	height:281px;
	background:url(images/courses/left_image2.png) no-repeat; 
	margin-top:30px;
} 

#courses_left_image3 { 
    width:220px;
	height:281px;
	background:url(images/courses/left_image3.png) no-repeat; 
	margin-top:30px;
} 

#courses_header_text { 
	float:right;
    width:620px;
	height:200px;
	background:none;
	padding:20px 20px 20px 40px;
	margin:none;
} 

#courses_text { 
	float:right;
    width:620px;
	height:860px;
	background:none;
	padding:20px 20px 20px 40px;
	margin:none;
}

#courses_left_column { 
	float:left;
    width:220px;
	height:860px;
	background:none; 
	padding:none;
	margin:none;
}


/* End Courses */

/* About Us */

.bio_text {
	font:100% Arial, Helvetica, sans-serif;
	font-weight:100;
	color:#828282;
	font-size:12px;
	line-height:18px;
}

#aboutUs_container {
	float:left;
	padding-right:30px;
	padding-top:7px;
	width:520px;
	height:1180px;
}

#aboutUs_right {
	float:right;
	padding:0 15px 0 15px;
	width:300px;
	height:1180px;
}

#aboutUs_bio {
	padding:10px 20px 20px 20px;
	width:260px;
	height:328px;
	background-color:#f3f3f3;
	margin-bottom:30px;
}

/* End About Us*/


/* Contact */

#contact_header { 
    width:900px;
	height:290px;
	background:none; 
	padding:none;
	margin:none;
} 

#contact_header_image { 
	float:left;
    width:220px;
	height:290px;
	background:url(images/contact/email-icon.png) no-repeat top; 
	padding:none;
	margin:none;
} 

#contact_header_text { 
	float:right;
    width:640px;
	height:250px;
	background:none;
	padding:20px 20px;
	margin:none;
} 

#form_container {
	-moz-border-radius:8px 8px 8px 8px;
	background-color:#f0f0f0;
	line-height:22px;
	float: left; 
	width: 580px;
	height: 725px;
	padding: 30px 30px 30px 30px; /* top and bottom padding create visual space within this div */
}

#form_fields input[type="text"], #form_fields textarea {
-moz-border-radius:4px 4px 4px 4px;
background:none repeat scroll 0 0 #FFFFFF;
border:medium none;
color:#999999;
font-family:Cambria,Georgia,serif;
font-size:14px;
padding:6px;
width:365px;

}

.smallForm {
	font-size:13px;
}

.contactRight {
	font-size:13px;
	line-height:20px;
}


#contact_right {
	background:none;
	padding:10px 10px;
	height:450px;
	float:right;
	width:230px;
	}
/* End Contact */

/* Successful Submit*/

#successful_submit {
	padding:30px 30px;
	width:840px;
	height:600px;
}

/* End Successful Submit*/

.thrColElsHdr #footer p { /* changes footer font style */
	line-height:18px;
	font-size:11px;
	color:#cdcdcd;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 30px 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:right;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/** Modal Whatever Thing **/
.productTextHover:hover {
	cursor:pointer;

text-decoration: underline;
}

#product_container .modalPop {
	width:220px;
	float:left;
}

.modalPop .modalList { display:none; }
#modalOverlay {
	display:none;
	background:transparent url(images/overlay.png) left top repeat;
	position:fixed;
	top:50%;
	left:50%;
	width:0;
	height:0;
	z-index:1000;
	overflow:hidden;
}
#modalOverlay .title {
	height:50px;
	line-height:50px;
	margin:0;
	padding:10px 30px 0 30px;
}
#modalOverlay .close {
	height:20px;
	width:20px;
	position:absolute;
	right:25px;
	top:20px;
	background:#FFFFFF url(images/close.jpg) top left no-repeat;
	z-index:1;
	cursor:pointer;
}
#modalOverlay .next,
#modalOverlay .previous {
	width:20px;
	position:absolute;
	height:100%;
	background-image:url(images/aarows.png);
	background-repeat:no-repeat;
	background-color:transparent;
	top:0;
	cursor:pointer;
	z-index:0;
}
#modalOverlay .next {
	right:0;
	background-position:-20px center;
	margin-right:35px;
}
#modalOverlay .previous {
	background-position:0 center;
	left:0;
	margin-left:35px;
}
.modal {
	font-size:12px;
	width:850px;
	height:550px;
	background: url(lightbox/images/lightbox_bg.png) no-repeat;
	margin:0 auto;
	position:relative;
}
.modal ul {
	width:700px;
	position:relative;
	height:545px;
	margin:0 auto;
	list-style:none;
	padding:0;
}
.modal ul li { width:100%; }
