* { margin: 0px; padding: 0px; } 

html, body {
	height: 100%; 
	width: 100%; 
	background: #FFFFFF;	
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #777777;
	text-align: left;
	line-height: 30px;
}

a:link, a:active, a:visited {
	color: #FF6600;
	text-decoration: none;
	font-size: 14px;
}

a:hover { 
	color: #222222; 
	text-decoration: underline; 
}

#wrapper { 
	position: relative; 
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%; 
}

.content { 
	margin: 0px auto; 
	width: 999px;
}

#header {
	width: 100%;
	height: 135px;
	background-color: #252525;
	background-image: url(../images/headerback.jpg);
	background-repeat: repeat-x;
}

#logo {
	width: 162px;
	height: 133px;
	float: left;
}
 
#menu {
	width: 750px;
	height: 30px;
	margin: 90px 10px 0px 50px;  /* MARGIN FOR ALIGN MENU */
	float: left;
}

#menu li { 
	list-style: none; 
	display: inline; 
}

#menu a {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #A8A8A8;
	font-size: 16px;
	text-decoration: none;
	display: block;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#menu a:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
}

#menu .active {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E5B400;
}

#search {
	float: right;
	width: 250px;
	text-align: right;
}

#search form .txtInput {
	width: 170px; 
	height: 20px; 
	background: transparent url(../images/search.png) no-repeat; 
	margin: 95px 10px 0px 0px; 
	padding: 7px 4px 0px 26px; 
	float: left; 
	font-family: Verdana; 
	font-size: 11px; 
	color: #555555; 
	border: none;
}

#search form .button { 
	width: 38px; 
	height: 23px; 
	background: url(../images/searchButton.png) no-repeat; 
	margin-top: 97px; 
	border: none; 
}

#search form .button:hover { cursor: pointer; }

#main {
	width: 100%;
	float: left;
	padding-top: 30px;
	padding-bottom: 39px;
	margin-top: 0px;
	margin-bottom: 10px;
	background-color: #FAF6F0;
	background-image: url(../images/gradient.png);
	background-repeat: repeat-x;
}

#main ul { 
	margin-top: 5px; 
	margin-bottom: 30px; 
	font-family: verdana; 
	font-size: 11px; 
	color: #999999; 
}
 
#main li { 
	list-style: none; 
	background: url(../images/icon1.png) no-repeat 0 11px; 
	padding-left: 25px; 
}

a.readMore {
	width : 80px;
	height : 27px;
	background : #252525;
	font-family : verdana;
	font-size : 10px;
	color : #ffffff;
	text-align : center;
	padding-bottom : 5px;
	float : right;
	cursor : pointer;
}

a.readMore:hover {
	cursor : pointer;
	color : #ff9000;
	cursor : pointer;
}


/* FOOTER */
#footer { 
	background: url(../images/footer.png) repeat-x; 
	width: 100%; 
	height: 39px; 
	text-align: center; 
	line-height: 12px; 
	float: left; 
	bottom: 0px; 
	margin-top: -39px; 
	position: relative; 
}
 
#footer #wrap { 
	width: 600px; 
	height: 20px; 
	margin: 0px auto; 
	font-size: 10px; 
	color: #999999; 
	padding-top: 15px; 
}

#footer #wrap .link { 
	color: #FFFFFF; 
	font-weight: bold; 
	font-size: 10px; 
}

#footer #wrap .link:hover { 
	color: #ff9000; 
	text-decoration: underline; 
	font-weight: bold; 
	font-size: 10px; 
}

/* STYLES */

.float-left { float: left; }
.float-right { float: right; }
.margin-top { margin-top: 25px; }
.margin-right { margin-right: 20px; }
.margin-left { margin-left: 40px; }
p { margin: 0px 0px 10px; }
p.testimonials { line-height: 16px; }
.important { color: #ff9000; font-weight: bold; }
.bold { font-weight: bold; color: #252525; }
.italic { font-style: italic; }
.big { font-size: 16px; font-weight: bold; margin-bottom: 5px; }
.light-blue { color: #85c3ee; }

h3 { 
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 22px; 
	color: #000000; 
	font-weight: normal;
	margin-bottom: 20px;
}

h5 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 20px;
}

.square h3 { margin-bottom: 10px; }

h2 { 
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #777777; 
	font-weight: bold; 
	border-bottom: 1px solid #ececec; 
}

h1 {
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #777777; 
	font-weight: normal; 
}

#box-left { 
	width: 620px;
	padding: 5px;
	margin: 5px;
	float: left;
}

#box-right { 
	width: 335px;
	padding: 5px;
	margin: 5px;
	float: right;
}

.square {
	width: 280px;
	background-color: #FAFAFA;
	border: 1px solid #e7e7e7;
	margin-top: 50px;
	padding-bottom: 30px;
	margin-left: 20px;
	clear: both;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

.line {
	width: 270px;
	margin-left: 10px;
	border-bottom: 1px solid #dddddd;
	padding: 5px;
	font-size: 14px;
	display: block;
	height: 32px;
	background-image: url(/images/dot.gif);
	background-repeat: repeat;
}

.linebtn a {
	width: 250px;
	margin-left: 10px;
	border-bottom: 1px solid #dddddd;
	padding: 5px;
	font-size: 14px;
	display: block;
	height: 32px;
	background-image: url(/images/dot.gif);
	background-repeat: repeat;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #666666;
}

.linebtn a:hover {
	background-color: #FAF6F0;	
}


.sepline { 
	width: 10px; 
	height: 310px; 
	background: url(../images/sepline.png) no-repeat; 
	float: left; 
	margin: 85px 15px 0px 15px; 
}

.image { 
	margin: 20px 15px; 
}

img.testimonials { margin: 0px 10px; }

/* HOME */ 

#home .box {
	width: 166px;
	background-image: url(../images/homebox1.png);
	padding-top: 245px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 114px;
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 18px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 25px;
}

#home .box2 {
	width: 280px;
	margin: 5px;
	background-image: url(../images/homebox2.png);
	background-repeat: no-repeat;
	padding-top: 245px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 12px;
	line-height: 18px;
}

#home .box3 {
	width: 280px;
	margin: 5px;
	background-image: url(../images/homebox3.png);
	background-repeat: no-repeat;
	padding-top: 245px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 12px;
	line-height: 18px;
}

/* SERVICES */
.service{
	background: url(../images/services_background.png) repeat-x;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 18px;
}

.service p { 
	width: 420px;
	float: left;
	margin-right: 20px;
}

.service .image { 
	width: 160px; 
	float: left;
	margin: 10px 0px;
}

/* PRODUCTS */
.products{ 
	padding: 0px 10px; 
	margin: 60px 0px 10px;
	clear: both;
}

.products-first{ 
	padding: 0px 10px; 
	margin: 0px 0px 10px;
	clear: both;
}


.gallery{ 
	padding: 0px 10px; 
	margin: 20px 0px 10px;
	clear: both;
}

.products p {
	width: 400px;
	float: left;
	line-height: 24px;
}

.products-first p {
	width: 400px;
	float: left;
	line-height: 24px;
}

.products h3 { margin-bottom: 3px; }

.products .image { 
	width: 174px; 
	height: 174px;
	float: left;
	margin: 10px 25px 0px 0px;
}

.products-first .image { 
	width: 174px; 
	height: 174px;
	float: left;
	margin: 10px 25px 0px 0px;
}



/* ABOUT US */
#aboutus{ 
	padding: 5px; 
	margin: 0px;
	clear: both;
	margin-top: 35px;
}

#aboutus p { 
	width: 320px;
	float: left;
	margin-left: 10px;
}

#aboutus h3 { margin: 5px 0px 8px 10px; float: left; }

#aboutus .image { 
	float: left;
	margin: 10px 15px 0px 0px;
}

/* TEAM MEMBER IMAGE */
.member { 
	margin: 40px 0px 5px 25px; 
	float: left; 
}


/* CONTACT FORM	 */
#contact { margin: 40px 0px 0px 0px; }
#contact form label { 
	width: 60px; 
	float: left; 
	color: #777777; 
	text-align: right; 
	margin-right: 35px; 
}

#contact form .txtInput { 
	background: #FAFAFA;
	width: 235px; 
	height: 20px; 
	padding: 5px; 
	margin-bottom: 10px;
	font-size: 14px; 
	color: #222222;
	border: 1px solid #d7d7d7;
}

#contact form .txtArea { 
	background: #FAFAFA; 
	width: 495px; 
	height: 230px; 
	border: 1px solid #d7d7d7; 
	padding: 5px; 
}

#contact form .button { 
	width: 100px;
	height: 30px; 
	background: #252525; 
	margin-top: 15px; 
	margin-left: 290px; 
	font-weight: bold; 
	font-size: 11px; 
	color: #FFFFFF; 
	padding: inherit; 
	border: none; 
}

#contact form .button:hover { color: #ff9000; cursor: pointer;}


/* CLEARFIX 100% HEIGHT COLS */

.clearfix:after{ content: " "; display: block; height: 0px;	clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }


.info {
	background-image: url(../images/info.jpg);
	float: left;
	height: 67px;
	width: 417px;
	position: absolute;
	left: 50%;
	margin-left: 75px;
}

.sliderstatic {
	background-color : #000000;
	color : #ffffff;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	line-height : 18px;
	position : absolute;
	width : 694px;
	opacity: 0.7;
	margin-top: 254px;
	padding-top: 10px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 13px;
	visibility: visible;
	z-index: 10;
	height: 50px;
	float: left;
	right: 50%;
	margin-right: -231px;
}



.productsMenu a {
	display: block;
	width: 155px;
	list-style-type: none;
	height: 32px;
	float: right;
}
.productsMenu a:link, .productsMenu a:visited {
	background-image: url(../images/moreproducts.jpg);	
}
.productsMenu a:hover, .productsMenu a:active {
	background-position: 50% -32px;
}

.servicesMenu a {
	display: block;
	width: 153px;
	list-style-type: none;
	height: 32px;
	float: right;
}
.servicesMenu a:link, .servicesMenu a:visited {
	background-image: url(../images/moreservices.jpg);	
}
.servicesMenu a:hover, .servicesMenu a:active {
	background-position: 50% -32px;
}

.ourgalleryMenu a {
	display: block;
	width: 154px;
	list-style-type: none;
	height: 32px;
	float: right;
}
.ourgalleryMenu a:link, .ourgalleryMenu a:visited {
	background-image: url(../images/ourgallery.jpg);	
}
.ourgalleryMenu a:hover, .ourgalleryMenu a:active {
	background-position: 50% -32px;
}

.lineheight18 {
	line-height: 20px;
}

.productsgallery {
	float: left;
	width: 610px;
}

.productsgallery img {
	height: 112px;
	width: 112px;
	border: 2px solid #000000;
	margin-right: 2px;
}

.service strong {
	color: #666666;
}

.service em {
	color: #000000;
	font-size: 14px;
}

.staffbox a img {
	background-image: url(../images/staff-box.jpg);
	padding: 7px;
	float: left;
	height: 160px;
	width: 160px;
	margin-top: 10px;
	margin-right: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
