/* COLORS
======================================================================
	#xxxxxx : color name
====================================================================== */


@import url(base.css);


/* GENERAL
====================================================================== */

html {
	background: #1e1e1e url(../_images/html_background.gif) repeat-x 0 0;
}

body, input, select, textarea {
	font-family: Helvetica;
	font-size: 62.5%;
	color: #737373; /* Resets 1em to 10px */
}

h1 {
	/* good place to define a font-family */
	font-size: 1.95em;
	font-weight: normal;
	width: 203px;
	height: 53px;
	position: absolute;
	top: 13px;
	left: 0px;
	background: url(../_images/logo.png) no-repeat;
}

h1 a:link,
h1 a:visited {
	display: block;
	width: 203px;
	height: 53px;
}

h1 span {
	display: none;
}

h2 {
	color: #c23c3f;
	font-size: 1.9em;
	line-height: 1.4;
	margin: 15px 0;
}

h2 span {
	font-weight: normal;
	color: #a6a6a6;
	font-size: .8em;
	padding: 0 0 0 5px;
}

h3, h4, h5, h6 {
	color: #797979;
	font-size: 1.4em;
	line-height: 1.4;
	margin-bottom: 5px;
}

h3 span {
	font-weight: normal;
	font-size: .8em;
	display: block;
}

h4, h5, h6 {
	/* color: #666; */
}

h5, h6 {
	font-weight: normal
}

p, address, dl, ul, ol, table, label {
	line-height: 1.6;
}

p {
	font-size: 1.3em;
	color: #737373;
	margin-bottom: 25px;
}

h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
	/* use to reduse space above first paragraph under any header */
}

hr {
	height: 1px;
	margin: 0 0 26px 0;
	border: 0;
	background: #e5e5e5 !important;
}

ul {
	margin-left: 1.5em;
	list-style-type: disc;
}

ul ul {
	margin-top: 0;
	list-style-type: circle;
}

ol {
	margin-left: 1.5em;
	list-style-type: decimal;
}

ol ol {
	margin-top: 0;
	margin-left: 1.5em;
	list-style-type: lower-alpha
}

dd {
	margin: 0;
}

dt {
	margin-top: 1.5em;
	font-weight: bold;
}

blockquote {
}

blockquote p {
	color: #666;
	font-style: italic;
	margin-bottom: 5px;
}

cite {
	text-align: left;
	display: block;
	font-style: normal;
	font-size: 1.3em;
	color: #737373;
	margin:10px 0 25px;
}

cite:before {
}

em, q { font-style: italic; }

strong { font-weight: bold; }

a:link,
a:visited {
	color: #3995c1;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #c23c3f;
}



/* FORMS
====================================================================== */
form {
	width: 310px;
	text-align: left;
}

form.Row {
	overflow: auto;
}

fieldset {
	position: relative; /* make legend move horizontally correct in IE */
	width: 310px;
}

legend {
	position: relative;
	left: -7px; /* IE */
	padding: 1.5em 0 .85em 0;
	font-weight: bold;
		color: #595959;
	font-weight: bold;
	font-size: 1.3em;

}

fieldset>legend {
	left: 0; /* future proof */
}

input, textarea, select {
	margin-top: 3px;
	display: block;
	font-size: 1em;

}

input {
	padding: 3px 5px;
	border: 1px solid #ccc;
}

textarea {
	padding: 3px 5px;
	width: 274px;
	height: 110px;
	border: 1px solid #ccc;
	background: none;
}

label {
	margin: 0;
	padding-bottom: .85em;
	width: 310px;
	line-height: 1.2;
	color: #595959;
	font-weight: bold;
	font-size: 1.3em;
	display: block;
	margin-right: 10px;
}

select,
label.FieldLarge,
label.FieldLarge input,
label.FieldLarge select,
label.FieldMedium,
label.FieldMedium input,
label.FieldMedium select,
label.FieldSmall,
label.FieldSmall input,
label.FieldSmall select,
input.InputRadio,
input.InputCheck {
	float: left;
	display: block;
}

label.FieldLarge,
label.FieldLarge input,
label.FieldLarge select {
	width: 275px;
}

label.FieldMedium,
label.FieldMedium input,
label.FieldMedium select {
	width: 125px;
}

label.FieldSmall,
label.FieldSmall input,
label.FieldSmall select {
	width: 51px;
}

label.FieldLarge,
label.FieldMedium,
label.FieldSmall {
	margin-right: 24px;
}

label.LabelRadio,
label.LabelCheck {
	margin-left: 25px;
	padding-bottom: 5px;
	font-weight: normal;
}

input.InputRadio,
input.InputCheck {
	margin: 0;
	height: 13px;
	width: 13px;
	border: 0;
	vertical-align: middle;
}

input.File {
	border: 0;
	padding: 0;
	font-size: 1.2em;
}

input.Submit {
	background: #c7393c;
	border: 0;
	margin: 20px 0 0 0;
	padding: 10px 14px;
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	cursor: pointer;
}

input.Submit:hover,
input.Submit:active {
	background: #94282b;
}

label em {
	font-weight: normal;
	font-size: .85em;
}

div#honeypot {
	display: none;
}

/* CONTAINERS
====================================================================== */
#outer {
	/* use this to center your site, width is required */
	margin: 0 auto;
	width: 960px;
	min-height: 690px;
	background: #000 url(../_images/background_girlpainting.jpg) no-repeat 0 40px;
}

#header {
	height: 40px;
	width: 100%;
	position: relative;
	background: url(../_images/html_background.gif) repeat-x 0 0;
}

#tagline {
	position: absolute;
	top: 25px;
	left: 213px;
	color: #919290;
	font-style: italic;
}

#login {
	position: absolute;
	top: 10px;
	right: 0;
	display: block;
	height: 20px;
	width: 150px;
	background: url(../_images/login.gif) no-repeat top left;
}

#login span {
	display: none;
}

#login:hover,
#login:active {
	background-position: bottom left;
}

#account_info {
	position: absolute;
	top: 12px;
	right: 100px;
}

#account_info p {
	font-weight: bold;
	font-size: 1em;
	color: #b6b7b8;
}

#account_info a:link,
#account_info a:visited {
	color: #b6b7b8;
	margin-left: 10px;
	text-decoration: none;
	border-bottom: 1px solid #4f5151;
}

#reseller {
	position: absolute;
	top: 10px;
	right: 0;
	display: block;
	height: 20px;
	width: 84px;
	background: url(../_images/reseller.gif) no-repeat top left;
}

#reseller span {
	display: none;
}

#reseller:hover,
#reseller:active {
	background-position: bottom left;
}

#inner {
	width: 645px;
	min-height: 650px;
	position: relative;
	margin: 0 0 0 316px;
	background: #fff;
}

#holder {
	overflow: auto;
    overflow: hidden;
}

.Flash, #slideShow {
	float: left;
}
#slideNav {
    height: 19px;
    background-color: #1E1E1E;
    padding: 6px 0 0 0;
}
#slideNav * {
    color: #9A9C9D;
    font-size: 12px;
    font-weight: bold;
}
#slideNav a, #slideNav div {
    float: left;
    padding: 0;
    margin: 0;
}
#slideNav a {
    width: 25px;
    height: 15px;
}
#slideNav a#forward {
    background: url('../_images/nav_right.gif') 8px 1px no-repeat;
}
#slideNav a#back {
    background: url('../_images/nav_left.gif') 10px 1px no-repeat;
}
#slideNav div {
    width: 272px;
    text-align: center;
}
#slideNav div span {
    padding: 0 0 0 10px;
}

body#section_home #content {
	margin: 0 23px;
}

#content {
	margin: 0 23px 60px 23px;
}

.Box {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	width: 260px;
	float: left;
	padding: 15px;
	margin: 0 0 0 23px;
	background: #efefef;
}

.Box p {
	font-size: 1.2em;
	margin: 0;
}

/* NAVIGATION
====================================================================== */
ul#nav {
	/* use this for centered navigation */
	/* margin: 0; */
	list-style-type: none;
	text-align: left;
	height: 28px;
	width: 100%;
	margin: 0 0 10px 0;
	background: url(../_images/nav_background.gif) repeat-x 0 0;
}

#nav li {
	/* use this for centered navigation */
	display: -moz-inline-box;
	display: inline-block;
	height: 28px;
	border-right: 1px solid #cccccc;

}

#nav li a:link,
#nav li a:visited {
	/* use this for centered navigation */
	display: block;
	display: inline-block;
	font-size: 1.1em;
	font-weight: bold;
	color: #666666;
	padding: 7px 10px 0;
	text-decoration: none;
}

#nav li.Last,
#nav li.Last {
	border: 0;
}

#nav li:hover,
#nav li:active {
	background: #fff;
}

#nav li.Current,
#nav li.Current {
	background: #fff;
}

#nav li.Current a:link,
#nav li.Current a:visited {
	color: #147cb4;
	background: #fff;
}

/* INDEX
====================================================================== */


body#section_home h2 span {
	color: #c23c3f;
	font-size: 1em;
	padding: 0;
}

/* CONTACT
====================================================================== */

div.Column {
	width: 299px;
	float: left;
	color: #666;
}

.Thin address,
body#section_contact address {
	font-size: 1.3em;
	margin-bottom: 14px;
	color: #666;
}

address a:link,
address a:visited {
	color: #007fb6;
}

address a:hover,
address a:active {
	color: #c23c3f;
}

/* PROCESS
====================================================================== */

.Thin,
.Thick {
	float: left;
}

.Thin {
	width: 185px;
}

.Thin ul {
	list-style-type: none;
	margin: 0;
	position: relative;
	right: 23px;
}

.Thin li {
	border-top: 1px solid #e5e5e5;
}

.Thin li a:link,
.Thin li a:visited {
	display: block;
	padding: 10px 0 10px 23px;
	font-size: 1.1em;
	color: #666;
	text-decoration: none;
}

div.Thin a:hover,
div.Thin a:active,
div.Thin a:hover em,
div.Thin a:active em,
div.Thin li.Current a:link,
div.Thin li.Current a:visited {
	color: #c23c3f;
}

.Thin a:link em,
.Thin a:visited em {
	/* color: #acacac; */
	font-style: normal;
	font-weight: bold;
}


.Thick {
	width: 350px;
	margin-bottom: 60px;
}

.Thick p {
	width: 310px;
	display: block;
}

.Box input {
	display: inline;
	width: 83px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 1.2em;
}

.Search,
.Login {
	color: #fff;
	font-weight: bold;
	width: 50px !important;
	margin-right: 0 !important;
	border: 0;
	background: #a6a6a6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 1.1em;
	cursor: pointer;
}

body#section_process .Box,
body#section_login .Box {
	position: relative;
	top: -30px;
}

body#section_process .Box a:link,
body#section_process .Box a:visited,
body#section_login .Box a:link,
body#section_login .Box a:visited {
	color: #999;
	font-style: italic;
}



/* PRODUCT
====================================================================== */

body#section_products .Thick {
	width: 410px;
}


a.Product:link,
a.Product:visited {
	display: block;
	position: relative;
	float: left;
	width: 200px;
	height: 40px;
	padding: 150px 0 0 0;
	color: #a6a6a6;
	text-align: center;
	font-size: 1.1em;
	text-decoration: none;
	border: 1px solid #e5e5e5;
	border-width: 0 1px 1px 0;
}

.Product img {
	display: block;
	margin: 0 auto;
	position: absolute;
	bottom: 59px;
	left: 42px;
	height: 115px;
	width: 115px;
}

.Product span {
	font-weight: bold;
	display: block;
	color: #595959;
	padding: 0 0 5px 0;
}

a.Product:hover span {
	color: #c23c3f;
}

.Second {
	left: -1px;
	border-width: 0 0 1px 1px !important;
}

a.Last {
	border-bottom: 0 !important;
}

/* STORES
====================================================================== */


body#section_stores #content div {
	float: left;
	width: 33%;
	font-size: 1.3em;
	line-height: 1.4;
	margin-bottom: 35px;
}

body#section_stores #content img {
	border: 1px solid #999;
	margin-bottom: 25px;
}

body#section_stores #content a:link,
body#section_stores #content a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #007fb6;
}

body#section_stores #content a:hover,
body#section_stores #content a:active {
	color: #c23c3f;
}

body#section_stores input,
body#section_stores label {
	display: inline;
}

body#section_stores input {
	width: 80px;
}

body#section_stores form {
	margin-bottom: 20px;
}

/* RESELLER
====================================================================== */

body#section_reseller h3 {
	margin: 0;
	font-size: 1.2em;
	color: #595959;
}

body#section_media_kit #content,
body#section_reseller #content {
	padding-bottom: 80px;
}
hr.invisible {
    background: none !important;
}
hr.thinHR, hr.invisible {
    margin: 13px 0 13px 0;
}
a.toggleLink {
    color: #595959 !important;
    margin: 0 0 0 0;
    font-size: 1.2em !important;
    font-weight: bold;
    text-decoration: none !important;
    padding: 0 0 0 15px;
    background-image: url('../_images/expand.gif');
    background-position: left 3px;
    background-repeat: no-repeat;
}
a.toggleLink:hover {
    text-decoration: underline !important;
}
#kit {
	position: absolute;
	top: 53px;
	right: 23px;
	font-size: 1.2em;
	text-decoration: none;
	color: #0088bb;
	border-bottom: 1px solid #cbe5f0;
}

table {
	color: #4c4c4c;
	margin: 0 0 20px 0;
}

th {
	color: #9d9d9d;
	text-align: left;
	vertical-align: bottom;
	text-transform: uppercase;
	font-size: .8em;
}

        /* popup ------------- */
        td.mm div.productLeft {
            width: 125px;
            padding: 0 10px 0 10px;
            float: left;
        }
		td.mm div.productLeft img {
            width: 144px;
			height: 144px;
        }
        td.mm div.productRight {
            width: 330px;
            padding: 0 0 0 10px;
            float: right;
        }
        body#section_reseller td.mm h3 {
            font-size: 1.4em;
        }
        td.mm th {
            text-transform: none;
            color: #4C4C4C;
            padding: 2px 10px 2px 0;
        }
        td.mm th, td.mm td {
            font-size: 1.2em;
            border: none !important;
        }
        td.mm img {
            padding: 0 0 10px 0;
        }
        td.mm h4 {
            padding: 0;
            margin: 0;
            font-size: 1.2em;
        }
        td.mm p {
            margin: 10px 0 20px 0;
        }


.Header {
	border: 3px solid #ccc;
	border-width: 0 0 3px 0;
	height: 20px;
}

.Small {
	width: 52px;
}

.Medium {
	width: 111px;
}

.Large {
	width: 187px;
}

body#section_media_kit .Large {
	width: 336px;
}

th.Last,
td.Last {
	width: 40px;
}

tr {
	height: 40px;
	border-top: 1px solid #e5e5e5
}

td {
	vertical-align: middle;
}

td a:link,
td a:visited {
	color: #c43b3f;
	text-decoration: none;
}

.Even {

	background: #f9f9f9;
}

table tr td input {
 width: 20px;
}

#add,
#checkout {
	display: inline;
	position: relative;
	top: 20px;
	left: 322px;
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
	padding: 12px;
	background: #a6a6a6;
	border: 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

#add {
	background: #c7393c;
}

#add:hover,
#add:active {
	background: #7d2224;
}

#checkout:hover,
#checkout:active {
	background: #7f7f7f;
}

/* FOOTER
====================================================================== */
/* un-comment below for typical cgCraft credit colors */
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin: 15px 0 0 0;
	background: #808080;
}

#footer ul {
	list-style-type: none;
	text-align: center;
	height: 28px;
}

#footer ul li {
	display: -moz-inline-box;
	display: inline-block;
	height: 22px;
	color: #fff;
	font-size: 1.1em;
	padding: 6px 12px 0;
	border-right: 1px solid #939393;
}

#footer ul li a:visited,
#footer ul li a:link {
	display: block;
	display: inline-block;
	text-decoration: none;
}

#footer a:link,
#footer a:visited {
	color: #c0c0c0;
}

#footer a:hover {
	color: #d8d8d8;
}

#footer a:hover span {
	color: #a8d936;
}

#footer a:active {
	color: #fff;
}


#footer li.Last,
#footer li.Last {
	border: 0;
}

/* BRANDING
====================================================================== */

body#section_custom_branding #content {
	padding: 0 0 427px 0;
	margin: 0;
	background: #fff url(../_images/buckets.jpg) no-repeat center bottom;
}

body#section_custom_branding #footer {
margin: 0;
padding: 0;
}

#quote_box {
	overflow: auto;
	position: relative;
	top: 0px;
	padding: 22px;
	background: #206d95 url(../_images/background_quotebox.gif) repeat-x center bottom;
}

#quote_box h2 {
	background: url(../_images/span_branding.gif) no-repeat 0 0;
	height: 27px;
}

#quote_box h2 span {
	display: none;
}

#quote_box ul {
	float: left;
	width: 160px;
	list-style-type: none;
	margin: 0 60px 0 0;
	color: #9dcee6;
	font-weight: bold;
	font-size: 1.2em;
}

#quote_box ul li {
	padding: 0 0 10px 0;
}

#quote_box ul li a:link,
#quote_box ul li a:visited {
	color: #fff;
}

#quote_box blockquote {
	text-align: right;
	color: #cde7f3;
	font-size: 1.3em;
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;
	line-height: 1.5;
}

#quote_box cite {
	color: #fff;
	text-align: right;
	font-size: .9em;
	font-family: Helvetica;
}

#quote_box p {
	text-align: right;
}

a#refresh {
	color: #fff;
	font-size: .8em;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
	border-bottom: 1px solid #53849e;
}

/* APPLICATION
====================================================================== */

body#section_confidential_application_for_credit form {
	width: 450px;
	margin-bottom: 20px;
}

body#section_confidential_application_for_credit fieldset {
	position: relative; /* make legend move horizontally correct in IE */
	width: 450px;
}

body#section_confidential_application_for_credit label.FieldLarge,
body#section_confidential_application_for_credit label.FieldLarge input,
body#section_confidential_application_for_credit label.FieldLarge select {
	width: 415px;
}

body#section_confidential_application_for_credit label.FieldMedium,
body#section_confidential_application_for_credit label.FieldMedium input,
body#section_confidential_application_for_credit label.FieldMedium select {
	width: 195px;
}

body#section_confidential_application_for_credit .Thick {
	width: 450px;
}

body#section_confidential_application_for_credit .Thick p {
	width: 100%;
}

body#section_confidential_application_for_credit textarea {
	padding: 3px 5px;
	width: 415px;
	height: 50px;
	border: 1px solid #ccc;
	background: none;
}



/* CUSTOM CLASSES
====================================================================== */

.ClearBoth {
	clear: both;
}

