@charset "utf-8";
/* CSS Document */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background-color:#666666;
	margin:0px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}




#wrapper {
	width:960px;	
	height:auto;
	margin:0px auto;
	background-color:#FFFFFF;
	background-image:url(../images/bg.gif);
	background:#FFFFFF;
	overflow:hidden;
}

#header {
	width:960px;
	float:left;
	}
	
#navmenu {
	background-color:#273880;	
	margin-top:0px;
	float:left;
	width:960px;
	padding-top:0px;
}

#menu_container {
	margin-left:240px;
}

#innercontent {
	width:960px;
	float:left;
	height:auto;
	padding-top:30px;
	background-color:#FFFFFF;
	padding-bottom:30px;
	
}

#left_column {
	width:719px;
	float:left;
	z-index:0px;
	height:auto;
}

#left_column h1 {
	color:#999999;
	font-size:28px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:50px;
}

#towers_content {
	width:960px;
	float:left;
	z-index:0px;
	height:auto;
}

.heading_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#FFF;
	margin-bottom:15px;
	margin-top:10px;
}

#breaking_news {
	width:179px;
	height:138px;
	position:relative;
	z-index:5;
	float:left;
	background-image:url(../images/breaking-news.jpg);
	background-position:top;
	background-position:left;
	background-repeat:no-repeat;
	margin-left:0px;
	margin-top: -130px;
	padding-left:10px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
#breaking_news h2 {
	
	color:#FFFFFF;
	font-size:16px;
	font-weight:normal;
	margin-top:10px;
	}
	
#breaking_news p {
	color:#3fb9ea;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:0px;
	margin-bottom:0px;
	font-size:20px;
}

.img_holder { 
	width:auto;
	height:auto;
	float:left;
	margin-right:5px;
	margin-top:5px;
}

#breaking_news .head {
	font-size:14px;
	margin-bottom:0px;
	margin-top:15px;
	padding-top:10px;
	}
	
#rightcolumn {
	width:220px;
	height:321px;
	float:left;
	background-image:url(../images/rightbg.jpg);
	font-family:Arial, Helvetica, sans-serif;
}

.home_year {
	color:#FFFF00;
	font-size:16px;
	font-weight:bold;
	margin-top:100px;
	margin-left:35px;
	display:block;
	float:left;
	width:30px;
}

.home_year_description {
	color:#000000;
	font-size:10px;
	float:left;
	display:block;
	margin-left:20px;
	width:130px;
	margin-top:100px;
	height:30px;
}

/* FOOTER */

#footer {
	height:50px;
	background-position:right;
	background-color:#364ea2;
	width:960px;
	float:left;
	background-repeat:no-repeat;
	padding-top:10px;
}

#footer p {
	padding-left:15px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

#footer a {
	color:#FFFFFF;
	text-decoration:none;
	}
	
#footer a:hover {
	text-decoration:underline;
	}
	
	
	/* Corporate page */
	
#corporate_intro {
	float:left;
	width:700px;
	background-image:url(../images/corporate_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

#corporate_intro p {
}

.title {
	font-size:17px;
	font-weight:700;
	margin-left:380px;
	margin-top:5px;
	margin-bottom:0px;
}

.text_corporate {
	font-size:12px;
	display:block;
	width:270px;	
	margin-top:10px;
	float:left;
	margin-left:380px;
}

#rightcolumn_corp {
	width:220px;
	height:auto;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
}

.client_title {
	color:#273880;
	font-weight:700;
}

#corporate_timeline {
	width:220px;
	float:left;
	height:320px;
	background-image:url(../images/corporate_sidebar_bg.jpg);
	margin-top:20px;
}

.inner_year {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFF00;
	font-size:16px;
	font-weight:bold;
	margin-left:35px;
	display:block;
	float:left;
	width:30px;
	margin-top:20px;
	margin-bottom:20px;
	height:10px;
}

.inner_year_description {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:10px;
	float:left;
	display:block;
	margin-left:20px;
	width:120px;
	margin-top:20px;
	margin-bottom:20px;
}

.corporate_intro_text {
	display:block;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	color:#273880;
	margin-top:15px;
	margin-right:30px;
	font-size:12px;
	width:600px;
	line-height:18px;
}


/* towers */

#products_inner {
	float:left;
	width:920px;
}

.video_holder {
	float:right;
	margin-right:40px;
	height:auto;
	width:auto;
}

#products_inner h1 {
	color:#999999;
	font-size:28px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:50px;
}

#product_details {
	width:870px;
	height:auto;
	float:left;
	background-image:url(../images/products_bg.png);
	background-repeat:no-repeat;
	background-color:#364ea2;
	background-position:left;
	background-position:top;
	margin-left:50px;
	margin-top:15px;
}

.product_title {
	font-size:20px;
	color:#FFFFFF;
	padding-left:28px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:10px;
	
}

.product_text {
	font-size:12px;
	color:#FFFFFF;
	padding-left:28px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:10px;
}

.product_text a {
	color: #00aeef;
	
}

.tower_type {
	margin-left:40px;
	text-align:center;
	float:left;
	margin-bottom:20px;
}

.tower_name {
	font-size:15px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:5px;
	
}

.towers_list {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	list-style:circle;
	line-height:26px;
}

.tower_desc {
	font-family:Arial, Helvetica, sans-serif;
	color: #00aeef;
	font-size:12px;
	margin-top:5px;
}

/* fences */

#fences_product_inner {
	width:870px;
	float:left;
	background-repeat:no-repeat;
	margin-left:50px;
	margin-top:20px;
}

#fence_product_image {
	width:296px;
	height:auto;
	float:left;
}

#fences_product_inner p {
	padding-left:320px;	
	font-family:Arial, Helvetica, sans-serif;
	padding-top:10px;
	line-height:16px;
}

.fence_titles {
	font-size:18px;
}

.desc_text {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	padding-right:10px;
	text-align:justify;
}

.desc_ul {
	padding-left:340px;	
	font-family:Arial, Helvetica, sans-serif;
	padding-top:10px;
	line-height:18px;
	font-size:12px;
	list-style:circle;
	
}

/* chain link fencing */

#chainlink {
	width:870px;
	float:left;
	margin-left:50px;
	margin-top:20px;
}

.chainlink_ul {
	font-family:Arial, Helvetica, sans-serif;
	padding-top:10px;
	line-height:18px;
	font-size:12px;
	padding-left:50px;
	list-style:outside;
}

#chainlinkimage {
	width:163px;
	height:158px;
	float:right;
	margin-right:10px;
	margin-top:-820px;
}

#video {
	width:551px; height:311px; text-align:center;
}

/* contact */

.address {
	width:250px;
	height:220px;
	margin:10px;
	float:left;
}

#contactus {
	padding-left:80px;
}


.branch_head {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000066;
	font-weight:bold;
	padding-top:15px;
}

.branch_address {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
}

.branch_address a {
	color:#000066;
}


.packaging_sub {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:20px;
}