@charset "UTF-8";
/* CSS Document */

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{ margin : 0; padding: 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6
{ font-size : 100%; }

/* Removes list-style from lists */
table
{ border-collapse : collapse; border-spacing : 0; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, car
{ font-style: normal; font-weight: normal; }


/* Removes border from fieldset and img */
fieldset, img
{ border: 0; }

/* Left-aligns text in caption and th */
caption, th
{ text-align: left; }

/* Removes quotation marks from q */
q:before, q:after
{ content :''; }

html{
	text-align: center;
	background-color:#FFFFFF;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
}

body{
width: 750px;
margin: 0 auto;
text-align: left;
}

#wrapper {
	width: 750px;
	overflow: hidden;
	background-image:url(images/content.jpg);
	background-repeat:repeat-y;
}

#top_img {
	width: 750px;
	height:220px;
	background-image: url(images/headgradient.jpg);
	background-repeat: no-repeat;
}

#content {
	width:606px;
	padding-left:72px;
	padding-right:72px;
	padding-bottom:25px;
	padding-top:15px;
	overflow:hidden;
}

#navigation {
	clear:both;
	width: 750px;
	height: 65px;
	overflow: hidden;
}

#navigation ul {
list-style: none;
}

#navigation li {
display: inline;
float: left;
}

#navigation a {
	display: block;
	width: 125px;
	height: 65px;
	background-image: url(images/menu.jpg);
	background-repeat:no-repeat;
	text-indent: -5000px;
}

#nav-home a {background-position: 0 0;}
#nav-home a:hover {background-position: 0 -76px;}
#nav-home a:active {background-position: 0 -76px;}

#nav-about_us a {background-position: -125px 0;}
#nav-about_us a:hover {background-position: -125px -76px;}
#nav-about_us a:active {background-position: -125px -76px;}

#nav-project_management a {background-position: -250px 0;}
#nav-project_management a:hover {background-position: -250px -76px;}
#nav-project_management a:active {background-position: -250px -76px;}

#nav-construction_management a {background-position: -375px 0;}
#nav-construction_management a:hover {background-position: -375px -76px;}
#nav-construction_management a:active {background-position: -375px -76px;}

#nav-portfolio a {background-position: -500px 0;}
#nav-portfolio a:hover {background-position: -500px -76px;}
#nav-portfolio a:active {background-position: -500px -76px;}

#nav-contact a {background-position: -625px 0;}
#nav-contact a:hover {background-position: -625px -76px;}
#nav-contact a:active {background-position: -625px -76px;}

#item {
	padding-left:20px;
	margin-left:20px;
	padding-right:20px;
	background-image: url(images/bullet.jpg);
	background-repeat:no-repeat;	
	margin-bottom:18px;
}

#mgmt_left {
	float:left;
	width:460px;
}

#mgmt_right {
	float:right;
	width:200px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}

#line {
	height:1px;
	width:auto;
	background-color:#333333;	
}

#footer {
	width:750px;
	height:63px;
	background-image:url(images/footer.jpg);

}

.tabitem {
	margin-bottom: 10px;
	padding:2px;
	cursor: auto;
	-moz-user-select: none;
	-khtml-user-select: none;
	border: 1px solid #000000;
	background-image: url(images/tab.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	overflow:hidden;
	width:606px;
	
}

.counter {
	width:120px;
	padding:2px;
	background-color: #000000;
	border: 4px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#warranty_arrows{
	background-image:url(images/warranty_back.jpg);
	background-repeat:no-repeat;
	width:600px;
	overflow:hidden;
}

.warranty_info{
	color: #333333;
	font-family: "Times New Roman", Times, serif;
	width:462px;
	margin-left:66px;
	margin-top:20px;
	padding-bottom:10px;
	}
