/*
 . classes have periods as their starter - this can appear numerous times in a web page
 # ids have pound symbols as their starter - this can only appear once in a web page
*/

* {
	color:#000000; font-family:arial, georgia, sans, sans-serif;
	margin:0; padding:0;
}

html, body {
	font-family:arial, georgia, sans, sans-serif; 
	background:#ffffff url(../gfx/bg.png);
}

body {
	text-align:center;
}

img {
	border: 0;
}

p {
	color: #4E90E8; font-size:12px; line-height:15px;
}

h1, h2, h3, h4, h5, h6 {
	color:#1E7CD8; font-weight:bold;
}

a:link { 
	color: #df581f;
}
a:visited {
	color: #df581f;
}
a:hover {
	text-decoration:none;
}
a:active {
	color:#3DD5E0;
}

.clearfix:after {
	content: ".";
	display:block;
	height:0;
	clear: both;
	visibility:hidden;
}
.clearfix {
	display:inline-table;
}
/* \*/
* html .clearfix {
	display:block;
	/* */
}


/* ID Css Elements */
#wrapper_div {
	min-width:800px;
	max-width:1180px;
	width:1180px;  /* Main Wrapper wid */
	margin:0 auto;
	text-align:left;
}
#header_div {
	width:1180px;
	height:151px;
	background:#ffffff url(../gfx/etech_upper_banner.png) repeat-x;
}
#header_content_div {	
	height:151px;
}
#ad_div {
	width:1180px;
	height:451px;	
}
#ad_image_div {	
	height:300px; /* padding 80px from left and right */
}
#ad_image_div img{
	position:relative;
	display:none;
}
#ad_content_div {	
	height:151px; /* padding 80px from left and right */
	background:#ffffff url(../gfx/advertisement_banner.png);
}
#main_div {
	width:1180px;
	background:#ffffff url(../gfx/main_content_bg.png);
	//border:0px solid #000;
}
#main_content_div {
	padding:5px 100px 5px 100px; /* padding 80px from left and right */
}
#section_spacer_div {
	width:1180px;
	height:25px;
	background:#ffffff url(../gfx/section_spacer.png) repeat-x;
}
#footer_div {
	background:#ffffff url(../gfx/footerbg.png) repeat-x;
	width:1180px;
	height:161px;
}
#footer_content_div {
	height:161px;
	padding:5px 80px 5px 80px; /* padding 80px from left and right */
	font-family:sans, sans-serif;
}
#footer_content_font {
	font-family:sans, sans-serif;
	font-size:14px;
	color: #df581f;
}

/* Class Css Elements */
.content_font {
	font-family:sans, sans-serif;
	color: #de581f;
}

h1.content_font, h2.content_font, h3.content_font, h4.content_font, h5.content_font, h6.content_font {
	font-family:arial, sans, sans-serif; color:#4e90e8; font-weight:bold;
}
h3.content_font {
    font-size:17px;
}

/* Section for header and content information */
.advertisement_content_font_header {	
	font-family:sans, sans-serif;
	font-size:25px;
	color:#FFF; 
	font-weight:bold;
	position:relative;
	top:20px;
	left:130px;
	width:548px;
}

.advertisement_content_font {	
	font-family:sans, sans-serif;
	font-size:12px;
	color:#FFF; 
	font-weight:bold;
	position:relative;
	top:25px;
	left:130px;
	width:548px;
}

/* Section for header and content information */

/* Section for header and content information */
.advertisement_content_right_font {	
	font-family:sans, sans-serif;
	font-size:13px;
	color:#fff; 
	font-weight:none;
	position:relative;
	top:-60px;
	left:875px;
	width:225px;
}
.advertisement_content_right_font li {
	color: #fff;
}

.box_content_div {
	width:330px;	
}
.box_content_top_div {
	background:#ffffff url(../gfx/box_top_header.png);
	height:30px;
}
.box_content_detail_div {
	background:#ffffff url(../gfx/box_center_bg.png);
}
.box_content_bottom_div {
	background:#ffffff url(../gfx/box_bottom_footer.png);
	height:10px;
}
.box_content {
	margin:0px, 2px, 2px,10px;
	font-size:13px;
	padding:2px, 2px, 2px, 2px;
}

#index_box {
	text-align:center;
}