

/*  BASE  */

body {
	color: #333;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size:13px;
	background: url(../images/background.png);
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 24px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #333;
}

p {
  margin: 0 0 1em;
  font-size: 13px;
  line-height: 18px;
}

li {
  line-height: 17px;
}

a {
  text-decoration: none;
  color: #15c;
  cursor: pointer;
}

a:visited {
  color: #61c;
}

a:active {
  color: #d14836;
}

a.secondary {
  text-decoration: none;
  color: #2D9AE3;
}

iframe {
  border: 0;
}

strong {
  font-weight: bold;
  color: #333;
}

em {
  font-style: italic;
}

p {
    /*-moz-transition: color 175ms cubic-bezier(0.86, 0, 0.07, 1) 0s;*/
    margin: 0 16px 0 0;
    padding: 0;
    position: relative;
    width: 145px;
	text-align: left;
    z-index: 2;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

h1 {
	font-size:30px;
	font-weight:bold;
	margin-top: 40px;
	margin-bottom: 10px;
	text-align: left;
}

h2 {
	font-size: 24px;
	font-weight:bold;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin: 20px 0 10px 0;
}

/* LAYOUT */

#container {
	width: 990px;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: center;
	background-color: #E0DFD8;
	border: 1px solid #cccccc;
	box-shadow: 2px 2px 8px #ccc;
}

#header {
	width: 990px;
	height: 210px;
	margin: 0 auto;
	background: #ffffff url(../images/header_boxes.jpg) no-repeat top right;
	text-align: left;
}

#main_nav {
	width: 250px;
	height: 25px;
	text-align: right;
	float: right;
	margin-top: 15px;
	margin-right: 30px;
}

#content {
	padding: 0;
	width: 990px;
	background-color: #fff;
	margin: 0 auto;	
}

#left-sidebar {
	float: left;
	width: 185px;
}

#product {
	background-color: #dedede;
}

#footer {
	clear: both;
	padding-top: 60px;
	background-color: #fff;
	font-size: 11px;
}


/* MODULES */

.logo {
	position: relative;
	border: 0;
	top: 30px;
	margin-left: 15px;
}

.gradient-bg {

	/* CSS3 Gradient background */
	background: #F6A97B; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradiet(startColorstr='#F6A97B',endColorstr='#D98758'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#F6A97B), to(#D98758)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #F6A97B, #D98758); /* for firefox 3.6+ */
	
}

.left-nav-item-bg {
	margin-left: 15px;
}

.left-nav-item-extender {
	background-color: #EFA87C;
	height: 400px;
	border-bottom: 1px solid #cc6633;
}

/* LINKS */

#main_nav a, a:active, a:visited {
	color: #666666;
	font-weight: bold;
}

#main_nav a:hover {
	color: #CA5D1A;
}

.left-nav-item-bg a, a:active, a:visited {
	text-decoration: none;
	color: #cc6633;
	font-size: 14px;
	font-weight:bold;
	cursor: pointer;
}

.left-nav-item-bg a:hover {
  color: #fff;
}


/* Ribbon */

.ribbon {
	float: left;
	position: relative;
	height: 30px;
	width: 1020px;
	left: -15px;
	top: 0;
	background: #F6821F;
	-moz-box-shadow: 0 0 4px rgba(160,128,73,0.20);
	-khtml-box-shadow: 0 0 4px rgba(160,128,73,0.20);
	-webkit-box-shadow: 0 0 4px rgba(160,128,73,0.20); /* mozilla and safari */
	z-index: 100;
}

.ribbon h2 {
	display: block;
	padding: 0 20px 0 80px;
	color: #fffdf9;
	font: normal normal 1.4em/68px 'LeagueGothicRegular', sans-serif;
	font-size-adjust: 0.55;
	text-align:right;
}

.triangle {
	position: relative;
	height: 0;
	width: 0;
	left: -35px;
	top: 10px;
	border-style: solid;
	border-width: 20px;
	border-color: transparent #8f191c transparent transparent;
	z-index: -1;
}

.triangle_right {
	position: relative;
	height: 0;
	width: 0;
	left: 985px;
	top: 20px;
	border-style: solid;
	border-width: 20px;
	border-color: transparent transparent transparent #8f191c;
	z-index: -1;
	margin-top: -50px;
}

/* CLEAN UP ... */

.left-navigation {
    font-family: "Open Sans",Helvetica,sans-serif;
    margin: 0;
    /*overflow: hidden;*/
	padding: 0;
	width: 174px;
	float: left;
	text-align: left;
}

.extender {
	clear:both;
	background: #ffffff url(../images/BottomGradient_product_sm.jpg) repeat top right;
	width: auto;
	height: 43px;
}

.extender-home {
	clear:both;
	background: #ffffff url(../images/BottomGradient_home_sm.jpg) repeat top right;
	width: auto;
	height: 43px;
}

/* unordered list box */
.left-navigation ul {
    clear: left;
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
	/* CSS3 Gradient background */
	background: #F6A97B; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradiet(startColorstr='#F6A97B',endColorstr='#D98758'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#F6A97B), to(#D98758)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #F6A97B, #D98758); /* for firefox 3.6+ */
}

/* each nav list item */
.left-navigation ul li {
    height: 77px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 174px;
	border-bottom: 1px solid #cc6633;
}

.left-navigation h3 {
    position: relative;
	color: #fff;
    display: block;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.01em;
    line-height: 1.1em;
    padding: 0;
    width: 145px;
    z-index: 2;
}

.left-navigation h3.home {
    position: relative;
	color: #cc6633;
    display: block;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.01em;
    line-height: 1.1em;
	margin-top: -15px;
    padding-left: 18px;
    width: 145px;
}

.left-navigation h3.home:hover {
    position: relative;
	color: #996633;
    display: block;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.01em;
    line-height: 1.1em;
	margin-top: -15px;
    padding-left: 18px;
    width: 145px;
}

.left-navigation li.list-home {
	background-color: #fff;
	height: 50px;
}

.left-navigation p {
    color: #333333;
    display: block;
    font-size: 13px;
    line-height: 16px;
}

.left-navigation li a {
    display: table-cell;
    height: 74px;
    text-decoration: none;
    vertical-align: middle;
}

.left-navigation li {
    height: 74px;
    margin-left: 13px;
    width: 145px;
}

.product-glam-shot-home {
    position: relative;
    height: 450px;
    overflow: hidden;
    width: 760px;
}

.product-glam-shot {
    position: relative;
    overflow: hidden;
    width: 760px;
}

.product-content {
	float: left;
	width: 400px;
	color: #333333;
}

.product-content p {
	width: 100%;
	line-height: 1.5em;
	margin-bottom: 10px;
}

.non-product {
    position: relative;
    overflow: hidden;
    width: 930px;
	text-align: center;
}

.left-navigation img {
    border: 0 none;
    height: 450px;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
    width: 760px;
}

.left-navigation a img {
    height: 450px;
    vertical-align: bottom;
    width: 760px;
}

.prod-border {
	border: 15px solid #ebebeb;
}

/* CONTENT */

.product-content ul {
    float: left;
    list-style-type: square;
    margin: 20px 0 20px 25px;
    padding: 0;
}

.product-content ul li {
	text-align: left;
    margin: 0;
    padding: 0;
}

.product-content h1 {
	margin-top: 40px;
	margin-bottom: 20px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2em;
	text-align: left;
}

.product-content h2 {
	margin-top: 40px;
	margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2em;
	text-align: left;
}


/* FORMS */

#form {
	margin-top: 50px;
	margin-left: 20px;
	padding: 10px;
	z-index:10;
}

legend {
	margin-left: 1em;
	color: #333;
	font-weight: bold;
}

fieldset {
	text-align: left;
	margin: 1.5em 0 0 0;
	padding: 0;
}

fieldset ol {
	padding: 1em 1em 0 1em;
	list-style: none;
}

fieldset li {
	padding-bottom: 1em;
}

fieldset fieldset {
	margin-bottom: -2.5em;
	border-style: none;
	background-color: transparent;
	background-image: none; 
}

fieldset fieldset legend {
	margin-left: 0;
	font-weight: normal;
}

fieldset fieldset ol {
	position: relative;
	top: -1.5em;
	margin: 0 0 0 11em;
	padding: 0;
}

fieldset fieldset label {
	float: none;
	width: auto;
	margin-right: auto;
}

fieldset.submit {
	float: none;
	width: auto;
	border: 0 none #fff;
	padding-left: 12em;
}

.submit-button {

	border-bottom: 1px solid #911E20;
	border-right: 1px solid #911E20;
	background-color: #F6821F;
	height: 30px;
	margin-top: 5px;
	font-weight:bold;
	color: #fff;	
}

label {
	float: left;
	width: 10em;
	margin-right: 1em;
	text-align: right;
}

textarea:focus, input:focus {
	border: 1px solid #F6821F;
	background-color: #EBEBEB;
}

span.error {
	color: orange;
	padding: 5px 0 0 10px;
}

/* Footer */
 
.footer-content {
	margin: 0;
	height: 100px;
	border-top: 1px solid #ccc;
	padding: 20px;
	background-color: #E1DFE0;
	font-size: 10px;
}

.footer-left-column {
	float: left;
	width: 275px;
	text-align: left;
}

.footer-right-column1 {
	float: right;
	width: 180px;
	height: 100px;
	border-left: 1px solid #ccc;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 15px;
}

.footer-right-column2 {
	float: right;
	width: 180px;
	height: 100px;
	border-left: 1px solid #ccc;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 15px;
}

.footer-content p{
	font-size: 11px;
	font-weight: bold;
}

#footer-nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#footer-nav li {
	margin: 0;
	padding: 0;
}

#footer-nav a {
	width: 127px;
	color: #999;
	text-decoration: none;
	line-height: 1.6;
	text-align: center;
	border-right: 1px solid #FFF;
}

#footer-nav a {
	border: none;
}

#footer-nav a:hover {
	color: #fff;
	text-decoration: underline;
}

#footer h4 {
	font-size: 11px;
	font-weight: bold;
	margin: 0;
}

.product-request {
	margin: 20px 0 40px 0;
}


