@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-color: #040001; /* Global White */
	font-size: 12px; /* Font Size */
	line-height: 24px;
	color:#B8A585;
	font-family:Arial, Helvetica, sans-serif;
}

.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: 14px;
	font-weight: bold; /* Accent 10 */
	color: #c8bdb9;
}

h3 {
	font-size: 12px;
	font-weight: bold; /* Accent 10 */
	color: #e2900D;
}


ul {
	padding-left: 20px;
	list-style-image: url(../images/listdot.jpg);
}

li { line-height: 20px;
list-style:none;
}

ul.tabs {
	font-size: 14px;
	padding-left: 20px;
	list-style-image: url(../images/listdot.jpg);
}

.prodtitle {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #E6C8AC;
}

.SiteComingSoon {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase	;
	font-style: italic;
}

img.prods {
border-color:#735b41;
border:solid;
border-width: 1px;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 4px;
padding-right: 4px
}

a:link.prods {
	color: #735b41;
}

a:visited.prods {
	color: #735b41;
}


.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-size: 12px;
}
a:visited {
	text-decoration: none;
	color: #B39E7c;
	font-size: 12px;
}
a:hover {
	text-decoration: none;
	color: #c9ccd7;
	font-size: 12px;
}
a:active {
	text-decoration: none;
	color: #B39E7c;
	font-size: 12px;
}
.blogtile 
{background-image: url(../images/genie_blog_tile.jpg);
background-position:right;
background-repeat:repeat-y;
}

hr {
color: #735b41;
height: 1px;
width: 200px;
}
