body {
	font-family: Vernada, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #FFF url(img/header.png) no-repeat top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
.welcome_msg {
font-size: 14px;
}
.news {
margin-left: 10px;
padding: 5px;
height: 125px;
width: 450px;

}
.wheretobuy {
 color: #726F6E;
 font-size: 10px;
 }
.style1 {
	font-size: 14px
}
.style2 {
	font-size: 12px;
	color: #444;
}

.my_div_box {
margin-left: 5px;
}
.style3 {
	font-size: 14px;
	font-weight: bold;
}
.style4 {
	font-size: 10px;
}
.style5 {
	font-size: 12px;
	font-weight: bold;
}
.style6 {
	font-size: 12px;
	font-weight: bold;
}
a {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: black;
	text-decoration: underline;
}
#faq_menu {
	background-image:url(img/p_line.png);
	background-repeat:no-repeat;
	position: relative;
	font:normal 12px Verdana;
	width: 810px;
	height: 143px;
}
#faq_menu a {
	width: 100%;
	padding: 1px;
	text-decoration: none;
	font-weight: bold;
	/*text-indent: 5px;*/
margin-left: 5px;
}
#faq_menu a:hover { /*hover background color*/
	color: gray;
}
.title_box {
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: gray;
}
.did_you_know {
	padding: 5px;
}
.otherproducts {
	width: 275px;
	position:relative;
}
.title {
	font-family: Vernada, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #666666;
}

.title1 {
	font-family: Vernada, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}
.rightGrayBox {
	border-width: 10px 1px 1px 0px;
	border-style: solid;
	border-color: #EAEAEA;
}
.grayBox {
	/*background: #FFF url(img/bottom.png) no-repeat top left;*/
	border-width: 1px 1px 1px 1px;
	border-style: Solid;
	border-color: #EAEAEA;
}
.product_info {
	/*background: #FFF url(img/bottom.png) no-repeat top left;*/
	border-width: 5px 1px 1px 1px;
	border-style: Solid;
	border-color: #EAEAEA;
}
.info {
	font-size: 120%;
	color: #FF6600;
	margin-left: 15px;
	margin-top: 15px;
}
.line {
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #000000;
}
.title2 {
	font-size: 20px;
	font-style: italic;
	color: gray;
	margin-left: 10px;
}
li {
	color: #444;
	font-size: 12px;
	padding-bottom: 10px;
	padding-right: 20px;
	line-height: 1.4em;
}
.prod_cat_details {
	margin-left: 30px;
	font-size: 18px;
	color: #298DF2;
}
.footer_text {
	font-size: 12px;
	color: #666666;
	background: #FFF url(img/footer.png) no-repeat top center;
	
}
.product_title_text {
	padding: 15px;
	font-size: 12px;
	color: black;
}
#flashcontent {
	border: solid 0px #000;
	width: 525px;
	height: 320px;
	float: left;
	margin: 0px;
}
p {
	color: #444;
	font-size: 12px;
	padding-bottom: 10px;
	padding-right: 20px;
	line-height: 1.4em;
}
.nav {
	color: gray;
	font-size: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	line-height: 1.4em;
}
.nav a {
	color: gray;
	text-decoration: none;
}
.nav a:hover {
	color: black;
	text-decoration: underline;
}
.sitenav {
	color: #808080;
	font-size: 14px;
	padding-top: 7px;
	padding-bottom: 10px;
	padding-right: 50px;
	line-height: 16px;
	
}
.sitenav a {
	color: #808080;
	margin-right: 2px;
	margin-left: 3px;
	text-decoration: none;
}
.sitenav a:hover {
	color: black;
	text-decoration: none;
}
.movie {
	padding: 5px;
	width: 300px;
	position: relative;
}
#left_col {
	font-size: 12px;
	color: #444;
	line-height: 1.4em;
}
#search_bar input {
	margin-top: 8px;
	vertical-align: top;
}
#search_bar select {
	width: 230px;
	margin: 8px 10px 0px;
	font-size: .9em;
	vertical-align: top;
}

/* the overlayed element */
div.overlay {
	
	/* growing background image */
	background-image:url(img/overlay/white.png);
	
	/* dimensions after the growing animation finishes  */
	width:600px;
	height:470px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:55px;
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(img/overlay/close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}


/* black */
div.overlay.black {
	background:url(img/overlay/transparent.png) no-repeat !important;
	color:#fff;
}

/* petrol */
div.overlay.petrol {
	background:url(img/overlay/petrol.png) no-repeat !important;
	color:#fff;
}

div.black h2, div.petrol h2 {
	color:#ddd;		
}