/* Copyright (c) 2010 CoffeeCup, All rights reserved - http://www.coffeecup.com/
----------------------------------------------------------------------------------------------------*/

/* Reset v1.0 | 20080212 - http://meyerweb.com/eric/tools/css/reset/
----------------------------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Reset for HTML 5 Elements
----------------------------------------------------------------------------------------------------*/

/* tells browsers that don't read html 5 tags to render like divs */
header, footer, aside, nav, article, section {
	display: block;
	margin: 0;
	padding: 0;
}

/* clears containers with floated elements, no need for extra markup! */
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Type
----------------------------------------------------------------------------------------------------*/

html {
	font-size: 16px;
}

body {
	color: #333;
	font: 75%/1.5em Georgia, "Times New Roman", Times, serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #888;
	font: 1.9em/1em Georgia, "Times New Roman", Times, serif;
}

h1 {

}

h2 {

}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.35em;
}

h5 {
	font-size: 1.1em;
	font-weight: bold;
}

h6 {
	font-size: 1em;
	font-weight: bold;
}

p {
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.7em;
	text-align: left;
}

blockquote {
	font-style: italic;
	font-weight: bold;
}

ul {
	list-style: disc;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.3em;
}

ol, ol.lowerRoman, ol.upperAlpha {
	list-style: decimal;
	color: #555;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.3em;
}

ol.lowerRoman {
	list-style: lower-roman;
}

ol.upperAlpha {
	list-style: upper-alpha;
}

strong, b, .b {
	color: #999 !important;
	font-weight: bold;
}

a {
	color: #999;
	text-decoration: none;
}

a:link {
	color: #999;
	outline: none;
	text-decoration: none;
}

a:visited {
	color: #999;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #999;
	text-decoration: none;
}

a:active {
	color: #999;
	outline: none;
	text-decoration: none;
}

a:focus {
	outline: 1px dotted;
}

/* Spacing
----------------------------------------------------------------------------------------------------*/



h1, h2, h3, h4, h5, h6 {
	padding-bottom: 3px;
}

h3 {
	padding-top: 10px;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

p {
	margin-right: 10px;
	padding: 5px 0;
}

blockquote {
	margin-right: 10px;
	padding: 5px 0 20px 0;
}

ul, ol {
	margin-left: 0px;
	padding-left: 0;
}

li {
	margin-bottom: 5px;
	margin-left: 0px;
}

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom: 0px;
}

/* Layout
----------------------------------------------------------------------------------------------------*/

html {
	background: url(../images/background.png) repeat;
	padding: 0 0 40px;
	text-align: center;
}

body {
	margin-bottom: 20px;
	width: 960px;
	margin: 0 auto;
	border: none;
}

header {
    background-image: url(../images/header_bg.png);
	height: 175px;
	width: 100%;
}

header h1 {
	float: left;
	font-size: 1.4em;
	line-height: 2em;
	text-transform: capitalize;
	text-align: left;
	margin-top: 0px;
    margin-left: 10px;
	border: none;
}

header h1 a {
	background: url(../images/IMG_1480.png) no-repeat;
	cursor: pointer;
	display: inline-block;
	padding-right: 0px;
	padding-left: 0px;
    padding-top: 0px;
	height: 188px;
    width: 304px;
}

header h2 {
	color: #777;
	float: right;
	font-size: 1.8em;
	line-height: 1.2em;
	margin-top: 30px;
	padding-bottom: 10px;
    padding-top: 10px;
    margin-right: 20px;
	width: 600px;
	text-align: left;
	border-bottom: 4px double #999;
    border-top: 4px double #999;
}

#mainContent {
    background-color: #fff;
	clear: both;
	margin: 0px 0px 0px 0px;
    padding: 20px 20px 0px 20px;
	min-height: 360px;
	border-top: 1px solid #3d3d3d;
   
}

nav {
    background: url(../images/nav_bar_bg.png) top center no-repeat;
	padding-top: 34px;
	padding-bottom: 150px;
    width: 173px;
	text-align: center;
    float:left;
    color: #888;
}

nav h3 {
	color: #888;
	font-weight: bolder;
	font-size: 1.3em;
	margin: 0;
	padding: 0;
}

nav ul {
	list-style: none;
	padding-top: 5px;
	border: none;
    color: #888;
}

nav ul li {
    background: url(../images/button_reg.png) top center no-repeat;
	display: block;
    width: 173px;
    height: 45px;
    padding-top: 13px;
    display: inline-block;
    color: #888;
}

nav ul li:hover {
    background: url(../images/button_hov.png) no-repeat;
}

nav ul li.selected {
    background: url(../images/button_sel.png) no-repeat;
}

nav ul li a {
	font-size: 1.2em;
	border: none;
    padding: 12px 60px 12px 60px;
}

nav ul li a:hover {
	color: #fff;
}

#mainRight, #mainRight2 {
	float: right;
	width: 600px;
	text-align: left;
    float:right;
}

#mainRight h1 {
	color: #333;
	margin-bottom: 20px;
	border: none;
}

#mainRight h2 {
	font-size: 1.2em;
	margin: 0;
	padding-top: 10px;
	text-transform: uppercase;
}

.colLeft {
	float: left;
	width: 250px;
	border: none;
}

.colRight {
	float: right;
	width: 300px;
	border: none;
}

.colRight img {
	border: none;
	margin-bottom: 20px;
}

footer {
    background: url(../images/footer_bg.png) repeat-x;
    background-color: #fff;
	clear: both;
	float: right;
	width: 960px;
    padding: 50px 0 15px 0;
    margin-bottom: 20px;
    

}

footer p {
	float: left;
	font-size: 0.9em;
    padding-left: 30px;
}

footer ul {
	float: left;
	list-style: none;
	width: 600px;
	margin-left: 0;
    padding-left: 30px;
	padding-top: 0px;
	text-align: left;
}

footer ul li {
	display: inline;
	margin: 0 5px;
	border: none;
}

footer ul li a {
	font-size: 0.9em;
}

footer ul li a:hover {
	color: #000;
}

#shop_button {
    script type="text/javascript" src="http://jj.revolvermaps.com/2/2.js?i=96bhfyd8d2w&amp;m=0&amp;s=130&amp;c=ff0000&amp;t=1" async="async"
    background-image: url(../images/shop_button_reg.png);
    width: 173px;
    height: 105px;
    position: relative;
    display: inline-block;
    top: 400px;
    right:462px;
    text-indent:-9999px;
    outline: 0;
 }
 
 #shop_button:hover{
    background-image: url(../images/shop_button_hov.png);

 }