body{
	background: #000 url(../images/layout/bg.jpg) repeat-x;
	behavior: url("/wwwroot/css/csshover.htc");
	color: #fff;
	font: 12px 'Arial', sans-serif;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

a:link, a:visited {
	color: #fff;
	text-decoration: underline;
}

a:active, a:hover, a:visited:hover, a:visited:active {
	color: #767676;
	text-decoration: underline;
}

h1{
	border-bottom: 1px solid #fff;
	font: 22px times, serif;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	text-transform: uppercase;
}

h2{
	border-bottom: 1px solid #fff;
	font: 18px times, serif;
	margin: 0 0 18px 0;
	padding: 0 0 5px 0;
	text-transform: uppercase;
}

/************************************************body************************************************/

#full-area{
  margin: 0 auto;
  min-height:100%;
  padding: 0 0 40px 0;
  position: relative;
  text-align: center;
  width: 100%;
}

#container{
  margin: 0 auto;
  text-align: left;
  width: 960px;
}

/************************************************header************************************************/

#header{
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
  width: 100%;
	height: 126px;
}

a.logo{
  display: block;
	margin: 0;
  width: 245px;
  height:109px;
}

.socials{
	position: absolute;
	right: 0;
	bottom: 15px;
}

.social{
	background:url('../images/layout/socials.jpg');
	display: block;
	float: left;
	margin: 0 5px 0;
	width: 34px;
	height: 34px;
}

.facebook{
	background-position: 0 0;
}

.twitter{
	background-position: -39px 0;
}

.youtube{
	background-position: -77px 0;
}

/************************************************navigation************************************************/

#nav{
	background: url(../images/layout/nav-bg.jpg) no-repeat;
	height: 36px;
	line-height: 36px;
	margin: 0 0 20px 0;
  position: relative;
	text-transform: uppercase;
  width: 100%;
}

#nav ul{
	list-style: none;
	margin: 0 0 0 8px;
  padding:0;
  position: relative;
}

#nav ul li{
	color: #fff;
	float: left;
  margin: 0 8px;
	padding: 0;
  position: relative;
}

#nav ul li:hover, #nav ul li.current{
	color: #c1c1c1;
}

#nav ul li a{
	color: #fff;
  text-decoration: none;
}

#nav ul li:hover a, #nav ul li:hover a:hover, #nav ul li a:hover{
	color: #767676;
}

#nav ul li ul {
  display: none;
	position:absolute;
	top:34px;
	left:0;
	z-index: 100;
}

#nav ul li:hover ul{
  display:block;
  width: 150px;
  text-align: left;
}

#nav ul li ul li{
  background: #000;
	border: 1px solid #000;
	line-height: 15px;
  margin: -1px 0 0 0;
  padding: 7px 5px;
  position: relative;
  text-align: left;
  width: 150px;
}

#nav ul li ul li a{
	color: #fff !important;
  display: block;
  width: 140px;
}

#nav ul li ul li:hover{
  background: #212121;
}

#nav ul li ul li:hover a, #nav ul li ul li:hover a:hover{
  background: #212121;
	color: #c1c1c1 !important;
}

#nav ul li ul li.current{
  background: #212121 !important;
	color: #c1c1c1 !important;
}

#nav ul li ul li.current a{
	color: #c1c1c1 !important;
}

#nav ul li ul li:hover a{
	color: #c1c1c1 !important;
}

/************************************************content************************************************/

.system_messages p{margin: 0;}

#content{
	line-height: 18px;
  margin: 0 auto;
	padding: 0 0 40px 0;
	position: relative;
	text-align: left;
	width: 100%;
}

#content .sidebar{
	float: left;
	width: 276px;
}

#content .sidebar .box{
	background: #000 url(../images/layout/bg-grad.jpg) repeat-x;
	border-radius: 7px;
	float: left;
	margin: 0 0 20px 0;
	padding: 10px;
	width: 256px;
}

#content .sidebar ul{
	list-style: none;
	margin: 0;
  padding:0;
  position: relative;
}

#content .sidebar ul li{
	color: #fff;
	font: 14px times, serif;
  margin: 0 0 8px 0;
	padding: 0;
  position: relative;
}

#content .sidebar ul li a{
	text-decoration: none;
}

#content .main{
	float: right;
	width: 673px;
}

#content .main .a{
	float: left;
	width: 431px;
}

#content .main .b{
	float: right;
	width: 232px;
}

#content .sidebar a{
	text-decoration: none;
	text-transform: uppercase;
}

#content .sidebar a.view-cart{
	float: left;
	margin-left: 15px;
	width: 115px;
}

#content .sidebar a.checkout{
	float: right;
	line-height: 50px;
	margin: 0 10px 0 0;
	text-align: right;
	width: 100px;
}

h2.mobile{
	background: url(../images/layout/arrow.png) right 2px no-repeat;
	font-size: 15px;
}

.business-hours{
	margin: 0 auto;
	text-transform: uppercase;
	width: 115px;
}

#content .main .galleries{
	display: block;
	margin: 0 0 20px 0;
}

.video{
	margin: 0 0 20px 0;
}

/************************************************footer************************************************/

#footer{
	height: 50px;
	font-size: 10px;
	text-transform: uppercase;
}

#footer .menu{
	border-bottom: 1px solid #fff;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}

#footer ul{
	list-style: none;
	margin: 0;
  padding:0;
  position: relative;
}

#footer ul li{
	color: #fff;
	display: inline;
  margin: 0 10px;
	padding: 0;
  position: relative;
}

#footer ul li a{
	text-decoration: none;
}

#footer .etc{
	float: left;
	width: 450px;
}

#footer .copyright{
	float: right;
	text-align: right;
	width: 400px;
}

form.contact-form .form_item, form.log-in .form_item{
	margin: 0 0 10px 0;
}

form.contact-form label{
	font-size: 14px;
}

form.contact-form input, form.contact-form textarea{
	border: 0;
	padding: 2px;
	width: 250px;
}

form.contact-form .submit input{
	background: #fff;
	color: #000;
	cursor: pointer;
	padding: 3px 10px;
	width: 50px;
}

table.address table td, table.address table th{
	padding: 0 0 5px 0;
}

.boxy-content label{
	color: #000;
}

.boxy-inner .form{
	padding: 0 10px 10px !important;
}

.iframe-holder {
  background: #fff !important;
	padding: 20px;
	width: 165px;
	height: 278px;
}

input.method-submit{
	background: #FFFFFF;
	border: 0 none;
	border-radius: 7px;
	color: #000;
	cursor: pointer;
	padding: 7px 10px;
}

input:hover.method-submit{
	color: #949494;
}

table.methods {
	background: #282828 !important;
	border: 1px solid #000 !important;
	color: #fff;
	padding: 4px 10px 10px;
}

.methods td {
	padding: 6px 6px 0 0 !important;
}
