@charset "UTF-8";

/* CSS Document */

/* supreme paint decorating centers */

/* body */
body {
	padding: 0;
	margin: 0 auto;
	font: 14px Tahoma, sans-serif;
	background: #000;
	color: #fff
}

h1 {
	font: arial, bold;
	color: #fccb07;
	font-size:12px;
}

.yellow {
	font: arial, bold;
	font-weight: normal;
	color: #fccb07;
	font-size: 16px;
	} 
.white {
	font: arial;
	font-weight: normal;
	color: #fff;
	font-size: 13px;
	}
		
h2 {
	font: 12px arial;
	color: #fff;
	font-weight: normal;
	}
	
/* layout */
#content {
	width: 802px;
	height: 640px;
}

#main {
	background: url(images/main.jpg);
	width: 801px;
	height: 639px;
}

/* about page ---------------------->*/
#about {
	background: url(images/about_bg.jpg) no-repeat;
	width: 801px;
	height: 639px;
	}
	
#about2 {
	margin-top: 95px;
	float: right;
	width: 511px;
	height: 397px;
	background: url(images/about_bg.jpg) no-repeat bottom;
}

#ab_content { 
	width: 505px;
	/*height: 225px;*/
	padding: 4px;
	font-size: 14px;
	/*overflow: auto;*/
	
	
	}

/* about page end ------------------>*/

/* contact page -------------------->*/
#contact {
	background: url(images/contact.jpg) no-repeat;
	width: 801px;
	height: 639px;
	}
	
#contact2 {
	margin-top: 95px;
	float: right;
	width: 511px;
	height: 397px;
	background: url(images/contact_bg.jpg) no-repeat bottom;
}

#con_content { 
	width: 400px;
	padding-left: 45px;
	
	}

/* contact page end ---------------->*/

/* location page ------------------->*/
#loc {
	background: url(images/loc.jpg) no-repeat;
	width: 801px;
	height: 639px;
	}
	
#loc2 {
	margin-top: 95px;
	float: right;
	width: 511px;
	height: 397px;
	/*background: url(images/about_bg.jpg) no-repeat bottom;*/
}

#loc_content { 
	width: 400px;
	padding-left: 45px;
	}
	
#loc3 {
	background: url(images/pro_bg.jpg) no-repeat;
	width: 801px;
	height: 639px;
	}

/* location page end -------------->*/

/* products page -------------------> */

#pro-cell {
	min-height: 70px;
	width: 511px;
	background: url(images/products_bg_bar.jpg);
	}

#proA {
	width: 174px;
	font: 17px arial;
	text-align: center;
	color: #fff;
	float: right;
	}
	
#proB {
	width: 174px;
	font: 17px arial;
	text-align: left;
	color: #fff;
	float: left;
	}

#pro-cell a:link {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#pro-cell a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#pro-cell a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

/* nav -------------------------> */
#nav {
	color: #fff;
	font: 14px Arial, Helvetica, sans-serif;
	width: 165px;
	/*height: 600px;*/
	float: left;
	padding: 194px 0 0 45px;
	font-weight: bold;
}

#nav a:link {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#nav a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#nav a:hover {
	color: #CCCC66;
	font-weight: bold;
	text-decoration: none;
}
/* nav page end -----------------> */

/* footer page  -----------------> */

#footer {
	position: relative;
	bottom: -220px;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;
	clear: both;
	width: 350px;
}

#footer a:link {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}
	
#footer a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}

#footer2 {
	position: relative;
	bottom: -100px;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;
	clear: both;
	width: 350px;
}

#footer2 a:link {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}
	
#footer2 a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}
	
#footer2 a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}
	
/* footer page end -----------------> */

/* services page -------------->*/
#pic {
	width: 212px;
	float: left;
	}
#serv_text {
	width: 211px;
	float: right;
	padding: 10px 75px 10px 10px;
	}

#serv {
	background: url(images/serv.jpg) no-repeat;
	width: 801px;
	height: 639px;
	}	
	

#reso {
	background: url(images/resouce_bg.jpg) no-repeat;
	width: 801px;
	height: 639px;
	}