@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-color: #FFFFFF; /* Global White */
	font-size: 12px; /* Font Size */
	line-height: 20px;
	color:#8D7752;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.shortdesc {
	font-size: 12px; /* Font Size */
	line-height: 20px;
	color:#B39E7C;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 18px;
	font-weight: bold; /* Accent 10 */
	color: #FE9D00;
}

h2 {
	font-size: 16px;
	font-weight: bold; /* Accent 10 */
	color: #FE9D00;
}


ul {
	padding-left: 20px;
	list-style-image: url(../images/listdot.jpg);
}

li { line-height: 20px;
}

ul.tabs {
	font-size: 14px;
	padding-left: 20px;
	list-style-image: url(../images/listdot.jpg);
}

.SiteName {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FE9D00;
}

.SiteComingSoon {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase	;
	font-style: italic;
}

.maintable {
border-color:#FFFFFF;
border:solid;
}

.producttitle {
	background-color:#B39E7c;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	padding-bottom:3px;
	padding-top:3px;
	padding-left: 10px;
}

a:link.blog {
	color: #FE9D00;
	text-decoration: none;
	font-weight:bold;
	font-size: 10px;
	text-transform:capitalize;
}
a:visited.blog {
	text-decoration: none;
	color: #FE9D00;
	font-weight:bold;
	font-size: 10px;
	text-transform:capitalize;
}
a:hover.blog {
	text-decoration: none;
	color: #B39E7c;
	font-weight:bold;
	font-size: 10px;
	text-transform:capitalize;
}
a:active.blog {
	text-decoration: none;
	color: #FE9D00;
	font-weight:bold;
	font-size: 10px;
	text-transform:capitalize;
}

a:link {
	color: #B39E7c;
	text-decoration: none;
	font-weight:bold;
	font-size: 12px;
}
a:visited {
	text-decoration: none;
	color: #B39E7c;
	font-weight:bold;
	font-size: 12px;
}
a:hover {
	text-decoration: none;
	color: #FE9D00;
	font-weight:bold;
	font-size: 12px;
}
a:active {
	text-decoration: none;
	color: #B39E7c;
	font-weight:bold;
	font-size: 12px;
}
.blogtile 
{background-image: url(../images/genie_blog_tile.jpg);
background-position:right;
background-repeat:repeat-y;
}

td.prodline{
background-image: url(../sitegraphics/sep_line.jpg);
background-repeat:repeat-y;
background-position:center;
}

a:link.vcart {
	color:#FE9D00;
	text-decoration: none;
	font-weight:bold;
	font-size: 12px;
}
a:visited.vcart {
	text-decoration: none;
	color:#FE9D00;
	font-weight:bold;
	font-size: 12px;
}
a:hover.vcart {
	text-decoration: none;
	color:#B39E7c;
	font-weight:bold;
	font-size: 12px;
}
a:active.vcart {
	text-decoration: none;
	color:#FE9D00;
	font-weight:bold;
	font-size: 12px

