@import url("reset.css");
@import url("form.css");
/* @group Colors */

main bg{
	background: #1A1A1A;
}

content background-90 black {
	background: #1b1b1b;
}

headline color {
	background: #B3E86E;
}

menu lines {
	background: #BFDA79;
}

darker text-40p black{
	background: #999;
}

lighter text-23p black{
	background: #C4C4C4;
}

/* @end */

body {
	background: #141414 url(../images/bg.jpg) no-repeat center top;
	background: #8a8a8c;
	color: #999;
	text-align: center;
}

a, a:link, a:visited {
	color: #999;
}

a:hover, a:active {
	color: #fff;
}

h2 {
	color: #B3E86E;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 0px;
}

h3 {
	color: #B3E86E;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 4.5px;
}

h4 {
	color: #B3E86E;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
}

h4 span {
	color: #fff;
	padding-left: 5px;
}

h4 span.cufon {
	padding-left: 0px;
}

h6 {
	font-weight: normal;
}

table td {
	max-width: 460px;
}

div#content {
	background: #1b1b1b;
	margin: 0px auto;
	width: 940px;
	padding: 10px;
	text-align: left;
}

/* @group Header */

div#header {
	position: relative;
	margin: 10px 10px 0px;
	display: block;
}

div#header h1 {
	margin-bottom: 12px;
}

div#header h1 a,
div#header h1 a:link,
div#header h1 a:visited {
	width: 185px;
	height: 81px;
	background-image: url(../images/logo.gif);
	border-bottom: 0px;
}

div#header .rule {
	margin-top: 10px;
}

/* @end */

/* @group Nav */

div#header .nav {
	list-style: none;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

div#header .nav li {
	border-left: 2px solid #BFDA79;
	line-height: 18px;
	height: 18px;
	margin: 0px;
	width: 120px;
	
	width: 100px;
}

div#header .nav li.c2 {
	margin-left: 120px;
}

div#header .nav li.c3 {
	margin-left: 240px;
}

div#header .nav li.c4 {
	margin-left: 360px;
}

div#header .nav li.top {
	margin-top: -54px;
}

div#header .nav a {
	display: block;
	position: relative;
	padding-left: 15px;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	
	padding-left: 10px;
}

div#content div#header .nav a.selected {
	color: #B3E86E;
}

div#content ul.nav a,
div#content ul.nav a:link,
div#content ul.nav a:visited {
	border-bottom: 0px;	
}

/* @end */

/* @group Columns */

div#main div.oneCol,
div#main div.twoCol,
div#main div.threeCol,
div#main div.fourCol {
	float: left;
	margin-left: 10px;
	color: #999;
	font-size: 11px;
	line-height: 1.9;
}

div#main div.oneCol {
	width: 222.5px;
}

div#main div.twoCol {
	width: 455px;
}

div#main div.threeCol {
	width: 687.5px;
}

div#main div.fourCol {
	width: 920px;
}

div#main div.fourCol,
div#main div.main {
	color: #C4C4C4;
	font-size: 12px;
	line-height: 1.7;
}

div.threeCol p,
div.fourCol p {
	width: auto;
}

/* @end */

/* @group Main */

div#main {
	position: relative;
}

div#main .rule {
	margin: 0px 10px 10px;
}

div#main div .rule {
	margin: 5px 0px 15px;
}

div#content a,
div#content a:link,
div#content a:visited {
	color: #C4C4C4;
	border-bottom: 1px dotted #B3E86E;
}

div#content a:hover,
div#content a:active {
	color: #fff;
	border-bottom: 1px solid #B3E86E;
}

div#main h4 a,
div#main h4 a:link,
div#main h4 a:visited {
	color: #B3E86E;
	border-bottom: 0px;
}

div#main a.plain {
	border-bottom: 0px;
}

div#flash {
	margin-left: -2px;
	background: url(../images/hero_bg.jpg) no-repeat;
	width: 945px;
	height: 323px;
}

div#flash img {
	margin: 12px 0px 0px 12px;
}

object#flash {
	margin: 5px 0px 0px 4px;
	background: none;
}

div#content div#main a.store {
	width: 242px;
	height: 49px;
	background-image: url(../images/btn_shop.gif);
	border-bottom: 0px;
}

div#main .shadow {
	margin-left: -12px;
}


/* @end */

/* @group Login */

div#alw div#alw_login,
div#alw div#alw_lostPassword,
div#alw div#alw_register {
	float: left;
	width: 460px;
	display: inline;
}

div#alw form {
	padding: 20px 20px 0px;
	width: 420px;
}

div#alw fieldset {
	width: 390px;
	background: #141414;
}

div#alw label,
div#alw h6 {
	width: 100px;
}

div#alw div.text input,
div#alw div.select select,
div#alw div.checkboxes-radios div,
div#alw div.buttons {
	width: 245px;
}

div#alw div.buttons {
	padding-left: 110px;
	padding-top: 0px;
}

div#alw div.buttons input {
	margin-top: 10px;
}

div#alw div.buttons p {
	padding-top: 0px;
	font-size: 10px;
}


/* @end */



/* @group Portfolio */

#portfolio {
	width: 940px;
}

#portfolio td {
	padding: 0px;
	padding-bottom: 10px;
}

#portfolio div {
	position: relative;
	margin-right: -12px;
}

div#main #portfolio a {
	border-bottom: 0px;
}

#portfolio img {
	margin: -12px;
	position: relative;
	z-index: 2;
}

#portfolio p {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#portfolio br {
	display: none;
}

#portfolio h4 {
	padding-left: 8px;
	width: 213px;
	background: #1f1f1f;
	background: rgba(33,33,33,0.8);
	position: absolute;
	bottom: 0px;
	z-index: 4;
}


/* @end */

/* @group Event */

div.event {
	display: block;
}

div.event div.gridImage {
	margin-right: 0px;
}

div.event div.images {
	display: none;
}


/* @end */



/* @group Shopp */

div.categories,
div.widget {
	margin-top: 5px;
}

div.widget_shoppcartwidget div.wrap {
	color: #A7A9AC;
	
	min-height: 335px;
	height: auto !important;
	height: 335px;
	background: url(../images/cart_bg.jpg) repeat-x left 35px;
}

div.widget_shoppcartwidget div.wrap p {
	padding: 0px 5px;
}

a.backToShop {
	margin: 9px 0px;
}

div.catalogPage table {
	width: 920px;
}

div.catalogPage table td {
	width: 460px;
}

div.categories,
div.category {
	display: block;
}


/* @end */



/* @group Footer */

div#footer {	
	margin: 0px 10px 50px;
}

div#footer .rule {
	margin-bottom: 10px;
}

div#footer .nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

div#footer .nav li {
	float: left;
	margin: 0px;
	padding: 0px;
}

div#footer .nav a {
	font-size: 11px;	
	border-right: 1px solid #999;
	margin: 0px 5px 0px 0px;
	padding: 0px 5px 0px 0px;
}

div#footer .nav li.last a {
	border-right: 0px;
}

div#footer p {
	font-size: 10px;
	margin: 0px;
}

div#footer p.logout {
	float: right;
}

div#footer p.copyright a,
div#footer p.copyright a:link,
div#footer p.copyright a:visited {
	border-bottom: 0px;
}

div#footer div.logos a {
	border: 0px;
}


/* @end */



/* @group Classes */

div.rule {
	border: 1px solid #1b1b1b;
	border-top-color: #2a2a2a;
	border-bottom-color: #090909;
	height:0px;
	line-height:0px;
	padding: 0px;
	clear: both;
}

p.title {
	color: #656565;
	font-size: 9px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	top: -5px;
}

p.msg {
	color: #B3E86E;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 0px;
}

h3 span.cufon {
	position: relative;
	top: 3px;
}

div#main a.button,
div#main input.button,
div#main input.addtocart {
	display: inline-block;
	height: auto;
	width: auto;
	background: #111;
	border: 0px;
	font-size: 11px;
	font-weight: normal;
	color: #9d9d9d;
	text-transform: uppercase;
	padding: 2px 8px;
	cursor: pointer;
}

div#main form fieldset a.button,
div#main form fieldset input.button {
	background: #0d0d0d;
}

div#main a.button:hover,
div#main input.button:hover,
div#main input.addtocart:hover {
	color: #c4c4c4;
}

/* Sidebar Images */

div.main div.gridImage {
	float: left;
}

div.gridImage {
	position: relative;
	margin: -12px -3px 0px -12px;
	padding: 12px;
	width: 220px;
	height: 146px;
	background: url(../images/sideBtn_bg.png) no-repeat;
	overflow: hidden;
}

div.gridImage.large {
	height: 292px;
	background: url(../images/sideBtnLarge_bg.png) no-repeat;
}

div#main div.gridImage a {
	border-bottom: 0px;
	display: block;
}

div.gridImage img {
	margin: 0px auto;	
	
	position: absolute;
	z-index: 2;
}

div#main div.gridImage p {
	margin: 0px;
	text-align: center;
}

div.gridImage h4 {
	padding-left: 8px;
	margin: 0px;
	width: 213px;
	background: #1f1f1f;
	background: rgba(31,31,31,0.8);
	position: absolute;
	bottom: 12px;
	z-index: 4;
}

form div.wpcf7-response-output {
	margin: 0em 0.5em 1em;
	padding: 0.2em 1em;
}

/* @end */