/* BODY, HEADING, & FLOATING */

body{
	margin: 0;
	padding: 0;
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: black;
	background-color: #a2a2a2;
	}
	
h1{
	font-family: Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	}
	
.fl_left{
	float: left;
	}

.fl_right{
	float: right;
	}

.clear{
	clear: both;
	}

/* PAGE STRUCTURE */

/* A. HEADER */
	
#header{
	display: block;
	height: 124px;
	color: white; 
	background-color: #a2a2a2;
	padding: 30px 15px 0 15px;
	}
	
#header a{
	display: block;
	text-decoration: none;
	color: white;
	}	
	
#header a:hover{
	color: orange;
	}	

#topbar{
	height: 40px;
	/* border: 1px dashed orange; */
	}

#company{
	float: left;
	width: 250px;
	padding: 5px 22px 5px 0;
	}

#tagline{
	float: left;
	width: 400px;
	padding: 5px 10px 5px 15px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 0px 1px 0px black;
	}
	
#webmail{
	float: right;
	width: 98px;
	padding: 5px 22px 5px 0px;
	background-color: #585858;
	background-image: url(../images/backg_pointer1.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	border: 1px solid #464646;
	}

#topnav{
	height: 75px;
	background-color: #323232;
	}
	
.topnav_menu{
	float: left;
	height: 63px;
	padding: 10px 22px 10px 22px;
	text-shadow: 0px 1px 0px black;
	/* border: 1px dashed orange; */
	}
	
.topnav_text{
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	line-height:1.8;
	}

.topnav_subtext{
	font-family: Helvetica, sans-serif;
	font-size: 12px;	
	font-style: italic;
	font-weight: normal;
	}
	
#topnav_active{
	float: left;
	height: 63px;
	padding: 0 0 20px 0;
	text-shadow: 0px 1px 0px black;
	background-image: url(../images/backg_pointer2.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	/* border: 1px dashed yellow; */
	}

#topnav_active_text{
	height: 65px;
	background-color: #464646; 
	padding: 10px 22px 0 22px;	
	}

/* B. CONTENT */
	
#content{
	display: block;
	height: 315px;
	padding: 10px 15px 0 15px;
	}

#content a{
	color: #32abdf;
	}	
	
#content a:hover{
	text-decoration: none;
	color: #790000;
	background: #fff799;
	}	

#main_area{
	height: 258px;
	background-color: white;
	padding: 25px;
	/* border: 1px dashed orange; */
	}

#main_img{
	float: left;
	height: 253px;
	width: 190px;
	}

#main_intro{
	float: left;
	width: 480px;
	color: black;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.1;
	background-color: white;
	padding: 0 25px 0 25px;
	border-right: 1px solid #e1e1e1;
	}
	
#main_logo{
	float: right;
	width: 140px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	text-align: right;
	}
	
/* C. CATEGORY */
	
#category{
	display: block;
	height: 715px;
	padding: 3px 15px 15px 15px;
	}		
	
#category a{
	text-decoration: none;
	color: #06c2ff;
	}
	
#category a:hover{
	color: orange;
	}
	
.thumb_wrapper_left{
	float: left;
	padding: 10px 19px 20px 0;
	}
	
.thumb_wrapper_right{
	float: right;
	padding: 10px 0 20px 0;
	}
	
.catg_header{
	color: #06c2ff;
	height: 72px;
	padding: 15px 10px 2px 15px;
	background-color: #323232;
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	/* border: 1px dashed yellow; */
	}

.catg_subheader{
	color: white;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.2;
	padding: 8px 5px 0 0;
	/* border: 1px dashed orange; */
	}

.catg_img{
	text-align: center;
	background-color: white /*#434343*/;
	}

.catg_desc{
	color: white;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.2;
	padding: 12px 10px 14px 15px;
	background-color: #323232;
	/* border: 1px dashed yellow; */
	}

/* D. FOOTER */

#footer{
	display: block;
	height: 215px;
	color: white; 
	padding: 0 15px 0 15px;
	}
	
#footnotes{
	float: left;
	height: 140px;
	width: 100%;
	color: white;
	background-color: #696969;
	padding: 10px 0 10px 0;
	border: 1px solid #595959;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	}

.address{
	float: left;
	width: 180px;
	padding: 15px 20px 15px 30px;
	line-height: 1.2;
	text-shadow: 0px 1px 0px black;
	}
	
.address_caption{
	float: left;
	padding: 4px 30px 4px 5px;
	text-shadow: 0 0 0 black;
	}

#copyright{
	height: 20px;
	width: 100%;
	padding: 15px 0 15px 0;
	color: white;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	text-shadow: 0px 1px 0px black;
	}	

/* E. GENERAL LAYOUT*/
	
#header, #content, #category, #footer{
	width: 920px;
	margin: auto;
	/* border: 1px dashed white; */
	}
	
#company, #webmail, .address_caption{
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	background-color: #585858;
	background-image: url(../images/backg_pointer1.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	border: 1px solid #464646;
	}	
	
.thumb_wrapper_left, .thumb_wrapper_right{
	width: 294px;
	height: 328px;
	color: white;
	text-shadow: 0px 1px 0px black;
	background-image: url(../images/backg_pointer3.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	/* border: 1px dashed orange; */
	}
	
#main_img, #main_intro, #main_logo{
	height: 253px;
	/* border: 1px dashed orange; */
	}	