/* ----------------------------------
#. Body
---------------------------------- */

body {
	margin: 0;
	padding: 0;
	background: url('../img/header.jpg') center top repeat-x;
	
	font: 12px Helvetica, Arial, sans-serif;
	color: #333;
}

.center {
	text-align: center;
}

/* ----------------------------------
#. General
---------------------------------- */

.clear {clear: both;}

/* ----------------------------------
#. Typography
---------------------------------- */

a {text-decoration: none; color: navy;
-webkit-transition: color .5s ease-in-out;
}
a:hover {color: #333;}

p { line-height: 20px; }

.clearance-sale {
	color: #fff;
	font-size: 35px;
	text-align: center;
	margin: 20px 0 20px;
	padding: 10px 15px;
	
	border: 1px solid #320404;
	
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	
	box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.2), 0 1px 3px rgba(0, 0, 0, 0.1);
	
	background-color: #944d4d;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(148, 77, 77)), to(rgb(78, 11, 11)));
	background-image: -webkit-linear-gradient(top, rgb(148, 77, 77), rgb(78, 11, 11));
	background-image: -moz-linear-gradient(top, rgb(148, 77, 77), rgb(78, 11, 11));
	background-image: -o-linear-gradient(top, rgb(148, 77, 77), rgb(78, 11, 11));
	background-image: -ms-linear-gradient(top, rgb(148, 77, 77), rgb(78, 11, 11));
	background-image: linear-gradient(top, rgb(148, 77, 77), rgb(78, 11, 11));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#944d4d', EndColorStr='#4e0b0b');
}

	.clearance-sale p {
		margin: 0;
	}

/* ----------------------------------
#. Containers & Wrappers
---------------------------------- */

.container {
	width: 940px;
	margin: 0 auto;
}
	
.buy {
	float: right;
	padding: 7px 15px;
	border: none;
	background: none;
	margin: 0;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	color: #fff;
	text-shadow: 0 1px 0 #471719;
	font-size: 13px;
	
	background-color: #893939;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(137, 57, 57)), to(rgb(96, 34, 37)));
	background-image: -webkit-linear-gradient(top, rgb(137, 57, 57), rgb(96, 34, 37));
	background-image: -moz-linear-gradient(top, rgb(137, 57, 57), rgb(96, 34, 37));
	background-image: -o-linear-gradient(top, rgb(137, 57, 57), rgb(96, 34, 37));
	background-image: -ms-linear-gradient(top, rgb(137, 57, 57), rgb(96, 34, 37));
	background-image: linear-gradient(top, rgb(137, 57, 57), rgb(96, 34, 37));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#893939', EndColorStr='#602225');
	
	border: 1px solid #471719;
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3);
}

/* ----------------------------------
#. UI
---------------------------------- */

.button {
	display: inline-block;
	padding: 7px 10px;
	font-size: 13px;
	
	border: 1px solid #ccc;
	
	color: #333;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
	box-shadow: inset 0 1px 0 #fff, 0 1px 3px #eee;
	
	background-color: #fcfcfc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(252, 252, 252)), to(rgb(223, 223, 223)));
	background-image: -webkit-linear-gradient(top, rgb(252, 252, 252), rgb(223, 223, 223));
	background-image: -moz-linear-gradient(top, rgb(252, 252, 252), rgb(223, 223, 223));
	background-image: -o-linear-gradient(top, rgb(252, 252, 252), rgb(223, 223, 223));
	background-image: -ms-linear-gradient(top, rgb(252, 252, 252), rgb(223, 223, 223));
	background-image: linear-gradient(top, rgb(252, 252, 252), rgb(223, 223, 223));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#fcfcfc', EndColorStr='#dfdfdf');
}

/* ----------------------------------
#. Messages
---------------------------------- */

.error {
	margin: 15px 0;
	padding: 10px 0 10px 15px;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	
	border: 1px solid #961f19;
	
	box-shadow: inset 0 1px 1px #ed8d88, 0 1px 3px rgba(0, 0, 0, 0.4);
	
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	*background-color: #bd362f;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.error ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.error ul li {
	margin: 5px 0;
}

.success {
	padding: 10px 0 10px 15px;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	
	border: 1px solid #10272e;
	
	box-shadow: inset 0 1px 1px #5f98b0, 0 1px 3px rgba(0, 0, 0, 0.4);
	
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	*background-color: #1e3d47;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#266078), to(#1e3d47));
	background-image: -webkit-linear-gradient(top, #266078, #1e3d47);
	background-image: -o-linear-gradient(top, #266078, #1e3d47);
	background-image: linear-gradient(to bottom, #266078, #1e3d47);
	background-image: -moz-linear-gradient(top, #266078, #1e3d47);
	background-repeat: repeat-x;
}

.success p {
	margin: 0;
}

/* ---------------------------------------
#. Form
--------------------------------------- */

.form {

}

.form input[type='text'], .form textarea {
	padding: 5px;
	border: 1px solid #aaa;
}

.form input[type='text'] {
	width: 200px;
}

.form textarea {
	width: 400px;
	height: 100px;
	max-height: 400px;
	resize: vertical;
	font-family: inherit;
}

/* ----------------------------------
#. Header
---------------------------------- */

.header {
	color: #fff;
}

.header .top {
	padding: 25px 0;
}

.header .top .logo {
	float: left;
}

.header .top .logo img {

}

.header .top .logo a {
	color: #fff;
}

.header .top .logo h2 {
	font-size: 24px;
}

.header .top .contact {
	float: right;
	margin-top: 30px;
	text-align: right;
}

.header .top .contact h2 {
	font-size: 24px;
	font-weight: normal;
}

.header .bottom {
	position: relative;
}

.header .bottom .navigation {
	background-color: #232323;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(35, 35, 35)), to(rgb(25, 25, 25)));
background-image: -webkit-linear-gradient(top, rgb(35, 35, 35), rgb(25, 25, 25));
background-image: -moz-linear-gradient(top, rgb(35, 35, 35), rgb(25, 25, 25));
background-image: -o-linear-gradient(top, rgb(35, 35, 35), rgb(25, 25, 25));
background-image: -ms-linear-gradient(top, rgb(35, 35, 35), rgb(25, 25, 25));
background-image: linear-gradient(top, rgb(35, 35, 35), rgb(25, 25, 25));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#232323', EndColorStr='#191919');
	margin-bottom: 25px;
	
	border: 1px solid #111;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
	
	border-radius: 5
	px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
}

.header .bottom .navigation ul {
	list-style: none;
	padding: 0px;
	margin: 0;
	
}

.header .bottom .navigation ul li {
	float: left;
}

	.header .bottom .navigation ul li.has_children {
		position: relative;	
	}
	
	.header .bottom .navigation ul li.has_children > ul {
		display: none;
		position: absolute;
		top: 45px;
		left: 0;
		z-index: 9999;
	}
	
	.header .bottom .navigation ul li.has_children > ul li {
		float: none;
		background: #111;
		border: none;
	}
	
	.header .bottom .navigation ul li.has_children > ul li a {
		padding: 10px 15px;
	}
	
	.header .bottom .navigation ul li.has_children > ul li a:hover {
		background: #111 !important;
		box-shadow: none !important;
	}
	
	.header .bottom .navigation ul li.has_children:hover > ul {
		display: block;
	}

.header .bottom .navigation ul li a {
	display: inline-block;
	padding: 15px 20px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	font-size: 14px;
	border-left: 1px solid #333;
	border-right: 1px solid #000;
	
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.header .bottom .navigation ul li.first a {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topleft: 4px;
}

.header .bottom .navigation ul li a:hover, .header .bottom .navigation ul li a.current {
	color: #fff;
	
	border-right: 1px solid #000;
	border-left: 1px solid #333;
	
	text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
	
	background-color: #2c2c2c;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(44, 44, 44)), to(rgb(35, 35, 35)));
	background-image: -webkit-linear-gradient(top, rgb(44, 44, 44), rgb(35, 35, 35));
	background-image: -moz-linear-gradient(top, rgb(44, 44, 44), rgb(35, 35, 35));
	background-image: -o-linear-gradient(top, rgb(44, 44, 44), rgb(35, 35, 35));
	background-image: -ms-linear-gradient(top, rgb(44, 44, 44), rgb(35, 35, 35));
	background-image: linear-gradient(top, rgb(44, 44, 44), rgb(35, 35, 35));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#2c2c2c', EndColorStr='#232323');
	
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

/* ----------------------------------
#. Columns
---------------------------------- */

.columns {
	
}

.columns ul {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.columns ul li {
	float: left;
	margin-right: 50px;
	width: 248px;
	padding: 15px;
	
	border: 1px solid #ebeced;
	
	background-color: #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(243, 244, 245)));
	background-image: -webkit-linear-gradient(top, rgb(255, 255, 255), rgb(243, 244, 245));
	background-image: -moz-linear-gradient(top, rgb(255, 255, 255), rgb(243, 244, 245));
	background-image: -o-linear-gradient(top, rgb(255, 255, 255), rgb(243, 244, 245));
	background-image: -ms-linear-gradient(top, rgb(255, 255, 255), rgb(243, 244, 245));
	background-image: linear-gradient(top, rgb(255, 255, 255), rgb(243, 244, 245));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='#f3f4f5');
}

.columns ul li.last {
	margin-right: 0;
}

.columns ul li h3 {
	text-transform: uppercase;
	margin-top: 0;
	font-size: 16px;
	font-weight: normal;
	line-height: 25px;
}

.columns ul li .accent {
	color: red;
	clear: both;
	font-weight: bold;
}

/* Add images to columns. */
.columns ul li.first, .columns ul li.second, .columns ul li.last {
	background-position: right center;
}

.columns ul li.first {
	
}

.columns ul li.second {
	
}

.columns ul li.last {
	
}

/* ----------------------------------
#. Content
---------------------------------- */

.content {
	padding: 30px 20px 50px;
	width: 900px;
	background: #fff;
}

.content.columns {
	
}

.content.columns ul {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.content.columns ul li {
	background: none;
	border: none;
	width: 266px;
	padding: 0;
}

.content.columns ul li img{
	width: 100%;
}

.content.columns ul li p {
	line-height: 20px;
}

.content.columns ul li h2 {
	margin-top: 0;
}

/* ----------------------------------
#. Two Col Columns
---------------------------------- */

.twocol.columns {
	
}

.twocol.columns ul {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.twocol.columns ul li {
	background: none;
	border: none;
	padding: 0;
}

.twocol.columns ul li.first {
	width: 500px;
}

.twocol.columns ul li.last {
	width: 350px;
}

.twocol.columns ul li p {
	line-height: 20px;
}

/* ----------------------------------
#. Areas
---------------------------------- */

.areas {
	background: #041b49;
	padding: 25px 0;
	margin-top: 25px;
	display: none;
}

.areas ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	width: 940px;
}

.areas ul li {
	display: inline-block;
	padding: 5px 10px;
}

.areas ul li a {
	color: #fff;
}

.areas ul li a:hover {
	color: #3e71da;
}

/* ----------------------------------
#. Footer
---------------------------------- */

#toggle {
	left: 50%;
	top: -15px;
	margin-left: -40px;
	cursor: pointer;

	padding: 5px 10px;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
	position: absolute;

	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);

	border: 1px solid #000;	
	
	background-color: #000;

}

#toggle:hover {
	background-color: #3969c6;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(57, 105, 198)), to(rgb(38, 82, 168)));
	background-image: -webkit-linear-gradient(top, rgb(57, 105, 198), rgb(38, 82, 168));
	background-image: -moz-linear-gradient(top, rgb(57, 105, 198), rgb(38, 82, 168));
	background-image: -o-linear-gradient(top, rgb(57, 105, 198), rgb(38, 82, 168));
	background-image: -ms-linear-gradient(top, rgb(57, 105, 198), rgb(38, 82, 168));
	background-image: linear-gradient(top, rgb(57, 105, 198), rgb(38, 82, 168));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#3969c6', EndColorStr='#2652a8');
}

.footer {
	position: relative;

	padding: 50px 0 0;
	border-top: 5px solid #000;
	color: #fff;
	
	background-color: #202022;
}

.footer a {
	color: #999;
}

.footer a:hover {
	color: #fff;
}

.footer .col {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.footer .col li {
	width: 300px;
	margin-right: 20px;
	float: left;
}

.footer .col li.last {
	margin-right: 0;
}


.footer .col li h3 {
	font-weight: normal;
	color: #eee;
	font-size: 18px;
	margin-top: 0;
}

	.footer .col li.has_children {
		
	}
	
	.footer .col li.has_children ul {
		display: none;
	}

.footer .col li ul {
	padding: 0;
	margin: 0;
	list-style: none;
	border-top: 1px solid#000;
	overflow: hidden;
}

.footer .col li ul li {
	padding: 10px 0;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}

.footer .col li ul li.last {
	border-bottom: none;
}

.footer .col li #form {}

.footer .col li #form input[type='text'], .footer .col li #form textarea {
	background: #0e1217;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.05);
	color: #777;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	outline: none;
}

.footer .col li #form label {
	float: left;
	text-transform: uppercase;
	font-size: 10px;
	padding: 9px 0 0;
}

.footer .col li #form input[type='text'] {
	width: 76%;
	padding: 2%;
	float: right;
	margin-bottom: 10px;
}

.footer .col li #form textarea {
	resize: none;
	width: 96%;
	height: 100px;
	padding: 2%;
}

.footer .col li #form input[type='submit'] {
	background: #0e1217;
	margin-top: 20px;
	padding: 10px;
	font-size: 14px;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.5);
	color: #777;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.footer .col li #form input[type='submit']:hover {
	background: #1e242b;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.footer .lower {
	margin-top: 50px;
	background: #333;
	padding: 15px 0;
	color: #000;
	font-size: 10px;
}

.footer .lower p {
	margin: 0;
	float: left;
}

.footer .lower .navigation {
	float: right;
}

.footer .lower .navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}

.footer .lower .navigation ul li {
	float: left;
	margin-right: 15px;
}

.footer .lower .navigation ul li.last {
	margin-right: 0;
}

.footer .lower .navigation ul li a {
	text-transform: uppercase;
}

.footer .lower .navigation ul li a:hover {
	color: #999;
}