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

body {
	background-color: #6f0f10;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#leftCol {
	width: 400px;
	position: absolute;
}

#rightCol {
	width: 500px;
	padding-left: 410px;
}

ul {
	list-style-type: none;
	list-style-image: url(../images/plus.png);
	color: #ffc04c;
	padding-left: 20px;
	margin: 0px;
}
a {
	color: #ffc04c;
	text-decoration: none;
}
.baseLine {
	background-image: url(../images/base.png);
	background-repeat: no-repeat;
	display: block;
	height: 8px;
	width: 340px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#header {
	height: 100px;
	margin-bottom: 20px;
}

.logo {
	margin-top: 30px;
	margin-left: 300px;
	margin-right: auto;
}
#photoGallery {
}
#galleryHolder {
}
#mainImg {
	background-image: url(../images/galleryBg.jpg);
	width:400px;
	height:200px;
}
.thumHolder {


}
.thumbImg {
	margin: 1px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;

}
.thumbImg img {
	height: 50px;
	width: 90px;
	border: 3px solid #420807;
}
.thumbImg img a {


}
.thumbImg img a:hover {



}


.thumbImg ul {

}
.thumbImg li {

}

.txtOrange {
	color: #ffc04c;
}
.listItems {
	width: 133px;
	float: left;
	margin-bottom: 10px;
}
#aboutUs {
}
#ourProduct {

}
#findUs {

}
#contactUs {
	background-repeat: no-repeat;
}

.contact-col {
	width: 190px;
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
}



#ourServices {
}
.listItemsRight {
	width: 166px;
	float: left;
	margin-bottom: 5px;
}

.clear {
	clear: both;
}

#footer {
	color: #CCC;
	font-size: 10px;
}
#thescube {

}
#thescube a {
	color: #CCC;
	text-decoration: none;
}
#thescube a:hover {
	color: #FFF;
}

.Valid {
	font-size: 8px;
	color: #999;
}
.Valid  a{
	color: #999;
}
.Valid  a:hover{
	color: #CCC;
}

