/*
THEME NAME: Complexions
THEME URI: http://www.complexions.com/
DESCRIPTION: Based on Thematic
VERSION: 1.0
AUTHOR: Complexions
AUTHOR URI: http://www.complexions.com/
TAGS: custom
.
Thematic is copyright Ian Stewart http://themeshaper.com/
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Apply basic image styles */
@import url('library/styles/images.css');

/* Prepare theme for plugins */
@import url('library/styles/plugins.css');

/* Reset
-------------------------------------------------------------- */

ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,form,body,html,p,blockquote,fieldset,input,object,iframe { margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }
table { border-collapse: collapse; border-spacing: 0; }


/* Layout
-------------------------------------------------------------- */

body {
	border-top: 5px solid #a4c463;
    color: #313131;    
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
    line-height: 20px;	
}

#wrapper {
	width: 750px;
	margin: 0 auto 0;
	overflow: hidden;
}	

#header {
    position: relative;
	background: url(images/border.gif) left bottom no-repeat;
	height: 110px;
}

#logo {
	position: absolute;
	top: 16px;
	left: 0;
	width: 198px;
	height: 72px;
}

#topnav, #navigation {
	position: absolute;		
	right: 0;	
	width: 435px;	
}	 

#topnav {
	top: 19px;
	font-size: 13px;
	font-weight: bold;	
}

#phone {
	display: inline-block;
	float: right;
	padding: 0 0 0 14px;
	background: url(images/bullet-orange.gif) left 6px no-repeat;	
}		

#navigation {
	top: 55px;
	padding-top: 10px;
	border-top: 1px solid #999;		
}		

#branding {
    display: none;
}

#sideImage {
	width: 220px;
	overflow: hidden;
	margin: 0 0 10px 0;	
}	

#topImage {
	width: 750px;	
	height: 125px;
	margin-bottom: 10px;	
}	

#splash {
	position: relative;
	width: 750px;
	height: 365px;
	background: url(images/splash2.jpg) left bottom no-repeat;		
}

#splashButtons {
	position: absolute;
	top: 0;
	right: 0;	
}		

#main {
    position: relative;	
    clear:both;
    padding: 10px 0 10px 0;
}

#container {
    width: 500px;
    float: left;
}

#page #container {
	float: right;	
}	

#content {
}

.main-aside {
    width: 220px;
    float: right;
    position: relative;
}

#page .main-aside {
	float: left;	
}	

#secondary {
    clear: right;
}

#footerWrapper { 
	clear: both;
	background: url(images/border.gif) left bottom no-repeat;
	width: 750px;
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
}

#footerMenu .alt2 {
	margin-right: 0;
	width: 270px;	
}

.footerMenuColumn {
	float: left;
	width: 155px;
	margin: 0 5px 10px 0;
	font-size: 11px;	
}	

#footer {
	position: relative;
	clear: both;
	height: 75px;    
	background: #e3e2e1;
	margin: 0 0 5px 0;
	font-size: 11px;
    color: #555;	
    border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;	
}

#subsidiary .aside {
    width: 220px;
    float: left;
    margin: 0 20px 0 0;
}

#siteinfo {
    margin: 0 auto;
}

#cert {
	position: absolute;
	top: 2px;
	right: 185px;
	width: 71px;
	height: 71px;	
}	

/* Typography
-------------------------------------------------------------- */

/* Headings */


h1, h2, h3, h4, h5, h6 { 
	font-weight: bold;
	clear: both;
	color: #3f3f3f;	
	font-size: 13px;
}

/* Text elements */

a {
	color: #690;
	text-decoration: none;	
}

a:hover {
	color: #d6a30b;
	text-decoration: underline;	
}

p {
    margin-bottom: 20px;
}

ul {
	margin: 0 0 10px 2.5em;
}

ol {
	margin: 0 0 10px 2.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style-type: decimal;
}

ul ul {
       list-style-type: circle;
}

ol ol {
	list-style: upper-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

ol ol ol ol {
	list-style: lower-alpha;
}

ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 1;
}

dl	{
    margin: 0 1.5em;
}

dt {
    font-weight: bold;
}

dd {
	margin-bottom: 20px;
}

strong {
	font-weight: bold;
}

cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 3em;
}

blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}

pre {
	font: 11px Monaco, monospace;
	line-height: 18px;
	margin-bottom: 18px;
}

code {
	font: 11px Monaco, monospace;
}

abbr, acronym {
	border-bottom: 1px dotted #333;
	cursor: help;
}

ins {
	text-decoration:none;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;	
}

sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Pullquotes */

blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	text-align: right;
	width: 33%;
}

blockquote.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

/* Content
-------------------------------------------------------------- */

.page-title {
    font-size: 13px;
    padding: 0 0 20px 0;
}

.attachment .page-title {
}

.page-title a {
}

.page-title a:active,
.page-title a:hover {
}

.page-title span {
}

.page-title .meta-nav {
    font-style: normal;
}

.hentry {
    padding: 0 0 20px 0;
}

.single .hentry {
    padding: 0;
}

.home #content .sticky {
    border: 1px solid #ccc;
    margin: 0 0 66px 0;
    padding: 22px 20px 0 20px;
}

.entry-title {
	color: #d6a30b;		
	font-size: 18px;
	line-height: 26px;
    padding: 0;
}

.page .entry-title {
	margin-bottom: 10px;
	padding-bottom: 6px;
	border-bottom: 2px solid #999;	
}

.entry-title-home {
	color: #d6a30b;		
	font-size: 18px;
	line-height: 26px;
    padding: 0;
}	

.entry-title a {
	color: #d6a30b;
    text-decoration: none;
}

.entry-title a.basic {
	color: #690;	
}	

.entry-title a:active,
.entry-title a:hover {
}

.entry-title a.basic:hover {
	color: #690;	
}

.entry-title .neutral {
	color: #555;	
}	

.entry-meta {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #dcdcdc;
}

.comments-link a {
	font-weight: bold;	
}	

.entry-meta .author {
}

.entry-meta .n {
}

.entry-meta a {
}

.entry-meta a:active,
.entry-meta a:hover {
}

.entry-meta abbr {
    border: none;
    cursor: text;
    font-style: normal;
	color: #555;
}

.entry-content {
}

#splash .entry-content {
	position: absolute;
	padding: 0;
	font-size: 13px;
	width: 500px;
}

#splash .entry-content h2 {
	color: #d6a30b;	
	font-size: 16px;
	padding: 5px 0 5px 0;	
}		

.entry-content h1,
.entry-content h2 {
	position: relative;	
    padding: 0 0 10px 0;
}

.entry-content h3 {	
    padding: 10px 0 10px 0;
}

.entry-content h4 {
	color: #3f3f3f;	
}

.entry-content .title {
	border-bottom: 1px dotted #bbb;
	padding-bottom: 5px;
	padding-top: 20px;
	margin-bottom: 5px;
}

.entry-content .title .price {
	position: absolute;
	top: 20px;
	right: 0;
	text-align: right;
	color: #BD900A;
}	

.entry-content table {
    margin-left: 1px;
}

.entry-content embed {
    margin: 0 0 20px 0;
}

.entry-utility {
    margin: 10px 0 10px 0;
	padding: 10px 10px;
	border: 1px solid #dcdcdc;
}

.tag-links {
	display: none;	
}	

.entry-utility a {
}

.entry-utility a:active,
.entry-utility a:hover {
}

.page-link {
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    margin: 0 0 20px 0;
    padding: 20px 0 0 0;
    word-spacing: 0.5em;
}

.page-link a {
    border: 1px solid #ccc;
    color: #666;
    font-weight: normal;
    padding: 0.5em 0.75em;
    text-decoration: none;
}

.page-link a:active,
.page-link a:hover {
    color: #FF4B33;
}

ul#links-page,
ul#archives-page {
    list-style: none;
    margin-left: 0;
    overflow: hidden;
}

li.content-column {
    float: left;
    margin-right: 20px;
    width: 45%;
}

.gallery {
    padding: 0 0 22px 0;
}

.wp-caption-text,
.gallery-caption {
    color: #666;
    font-size: 13px;
}


#author-info {
    margin: 0 0 44px 0;
    overflow: hidden;
}

#author-info .avatar {
    float: left;
    margin: .3em 1em 0 0;
}

.archive-meta {
	display: none;	
}

#login {
	margin: 0 0 5px 0;
}		


/* Attachments
-------------------------------------------------------------- */

.attachment-jpeg #container,
.attachment-png #container {
    width: 100%;
}

.attachment-jpeg #content,
.attachment-png #content {
    width: 930px;
}

.attachment-jpeg #comments,
.attachment-png #comments {
    width: 500px;
    overflow: hidden;
}

.attachment-jpeg .main-aside,
.attachment-png .main-aside {
    display: none;    
}

/* Navigation
-------------------------------------------------------------- */

.navigation {
    font-weight: bold;
    margin: 0 0 20px 0;
	padding: 5px 0 0 0;
    overflow: hidden;
}

.navigation a {
}

.navigation a:active,
.navigation a:hover {
}

.navigation .meta-nav {
    display: none;
}

.nav-previous {
	float: left;
	width: 50%;
}

.nav-previous a {
	display: block;
	padding-left: 20px;
	background: url(images/arrow-left.gif) left 3px no-repeat;
}

.nav-next {
	float: right;
	width: 50%;
	text-align: right;
}

.nav-next a {
	display: block;
	padding-right: 20px;
	background: url(images/arrow-right.gif) right 3px no-repeat;
}

#nav-above,#nav-below {
	width: 100%;
}

#nav-above {
    display: none;
}

.paged #nav-above {
    display: block;
    padding: 0 0 44px 0;
}

/* Comments
-------------------------------------------------------------- */

#comments {
    padding: 0;
}

#comments,
#comments input,
#comments textarea {
}

#comments code {
    font-size: 12px;
    line-height: 18px;
}

#comments h3 {
	margin-bottom: 10px;
	padding-top: 5px;
}

#comments-list {
    padding: 0;
}

#comments-list ol,
#comments-list ul {
    list-style: none;
    margin: 0;
}

#comments-list ol {
    margin:0 0 10px 0;
}

#comments-list li {
    background: #f9f9f9;
    border: 1px solid #dcdcdc;
	margin: 0 0 5px 0;
    padding: 18px 18px 0 18px;
    position: relative;
}

#comments-list li.alt {
    background: #fff;
}

#comments-list li.bypostauthor {
    background: #D8F0CC;
}

#comments-list ul li {
    border: 1px solid #ccc;
    margin: 0 0 18px 0;
}

#comments-list li .avatar {
    position: absolute;
    top: 18px;
    left: 18px;
    width: 36px;
    height: 36px;
	border: 1px solid #ccc;
}

#comments-list .comment-author {
    font-weight: bold;
    padding: 0 0 0 46px;
}

#comments-list .comment-meta {
    color: #666;
    font-size: 11px;
    padding: 0 0 9px 46px;
}

#comments-list .comment-meta a {
}

#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover { 
}

.comment-reply-link {
    font-size: 11px;
    padding: 0 0 18px 0;
    text-align: right;
}

.comment-reply-link a {
    color: #666;
    text-decoration: none;
}

.comment-reply-link a:hover {
    color: #FF4B33;
}

.comment-navigation {
    font-weight:bold;
    padding: 0 0 18px 0;
    margin-right: 0.5em;
}

.comment-navigation a {
    border: 1px solid #ccc;
    font-weight: normal;
    padding: 0.5em 0.75em;
    text-decoration: none;
}

.comment-navigation a:hover {
}

.comment-navigation a,
.comment-navigation span {
    margin-right: 0.5em;
}

#trackbacks-list .comment-content {
    position: absolute;
    left: -9000px;
}

#respond {
    background:#fff;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 10px 0 0 0;
    position: relative;
}

#comments-list #respond {
    border-bottom: 1px solid #ccc;
    margin: 0 0 18px 0;
    padding: 18px 1.5em;
}

#comments-list ul #respond {
    border: 1px solid #ccc;
    margin: 0;
}

#cancel-comment-reply {
    font-size: 11px;
    position: absolute;
    top: 18px;
    right: 1.5em;
}

#cancel-comment-reply a {
    color: #666;
}

#respond .required {
    color: #FF4B33;
    font-weight: bold;
}

.form-section label {
    font-size: 11px;
	font-weight: bold;
}

.form-section input {
    margin: 0 0 10px 0;
    width: 200px;
}

.form-section textarea {
    width: 98%;
}

#form-allowed-tags p {
    color: #666;
    font-size: 11px;
    margin: 0;    
}

#form-allowed-tags span {
}

.form-submit {
    padding: 10px 0 0 0;
}

.subscribe-to-comments {
    color: #666;
    float: left;
    font-size: 11px;
    margin: 0;
    padding: 18px 0 0 0;
}

.solo-subscribe-to-comments {
    color: #666;
    font-size: 11px;
    padding: 18px 0 0 0;
}

.comment_license {
    color: #666;
    clear: both;
    font-size: 11px;
    margin: 0;
    padding: 18px 0 0 0;
}


/* Asides, asides & Widget-Ready Areas
-------------------------------------------------------------- */

.aside {
}

.sideSection {
	padding: 10px 0 0 0;	
}	

.aside ul,
.aside ol,
.aside dd,
.aside pre {
    margin-bottom: 20px;
}

.aside pre,
.aside code {
    font-size: 12px;
    line-height: 18px;
}

.aside .current_page_item a {
    color: #FF4B33;
}

.aside .current_page_item .page_item a {
    color: #666;
}

.aside h3 {
	clear: both;
	padding: 0 0 6px 0;
	border-bottom: 1px solid #bbb;
	font-size: 13px; 
}

.aside h3 a {
    text-decoration: none;
}

.aside caption {
    font-size: 11px;
    font-family: Arial,sans-serif;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.aside form,
.aside table {
    margin-bottom: 22px;
}

.aside table {
    border: none;
}

.aside thead {
    border: 1px solid #ccc;
}

.aside tbody {
    border: 1px solid #ccc;
}

.aside th, .aside td {
    border-right: 1px solid #ccc;
    padding: .25em .8em;
}

.aside tfoot tr {
    border: none;
}

.aside tfoot td {
    border-color: transparent;
}

.widget_tag_cloud {
    margin: 0 0 22px 0;
}

.aside ul,
.aside ol {
	margin: 0;
	padding: 0;
}

.aside ul li {
	display: block;
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

.aside ul li.video  {
	margin: 0 0 10px 0;
	padding: 0;
}
	
.aside ol li {
	padding: 0;
	margin: 0;
}	

.aside ul ul, 
.aside ul ol,
.aside ol ul,
.aside ol ol {
	margin: 0;
	padding: 0 0 20px 0;
}
	
.aside ul ul li,
.aside ul ol li {
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
}

.aside ul ul li a {
	font-weight: normal;
	color: #3f3f3f;
	padding: 5px 5px 5px 20px;
	display: block;
	border-bottom: 1px dotted #dcdcdc;
	background: url(images/bullet-green.gif) 5px 12px no-repeat;
}

* html .aside ul ul li a {
	height: 16px;
}
	
.aside ul ul li a:hover {
	color: #3f3f3f;
	background-color: #f8ffc9;
	text-decoration: none;
}

.aside ul ul ul,
.aside ul ul ol {
	margin: 0;
	padding: 0;
	border: none;
}
	
.aside ul ul ul li a,
.aside ul ul ol li a {
	margin: 0;
	padding: 5px 0 5px 20px;
}

/* Main Asides */

#primary {
}

/* Content Asides */

#content .aside {
    border: 1px solid #ccc;
    margin: 0 0 22px 0;
    padding: 18px 0 0 0;
}

#content .aside ul {
    padding: 0 20px;
}

#content .aside h3 {
	font-weight: normal;
    font-size: 17px;
    padding: 0 0 7px 0;
}

#content .aside ul ul {
    padding: 0;
}

/* Footer
-------------------------------------------------------------- */

#footer a {
    color: #555;	
}

#footer a:hover {
	color: #d6a30b;	
}

#siteinfo {
    padding: 17px 15px;		
}	

#legal {
	font-weight: bold;	
}

#newsletterForm {
	float: right;
    padding: 14px 15px;		
}

#newsletterForm h4 {
	font-size: 11px;
	padding: 0 0 1px 0;
    color: #646464;		
}

#newsletterInput {
	width: 150px;
}			

/* PageNavi
-------------------------------------------------------------- */

/* Using !important to override PageNavi CSS */

.wp-pagenavi {
    margin: 0 0 0 -.5em;
    padding: 0.5em 0;    
}

.wp-pagenavi a, .wp-pagenavi a:link {
    border: 1px solid #ccc !important;
    color: #666 !important;
    font-style: normal;
    margin: 0 .375em !important;
    padding: 0.5em 0.25em !important;
}

.wp-pagenavi a:visited {
    border: 1px solid #ccc !important;
}

.wp-pagenavi a:hover {
    border: 1px solid #ccc !important;
}

.wp-pagenavi span.pages {
    border: none !important;
    color: #666 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.wp-pagenavi span.current {
    border: none !important;
    color: #666 !important;
    font-weight: normal !important;
    margin: 0 !important;
    padding: 0 !important;
}

.wp-pagenavi span.extend {
    background-color: #fff;
    border: 1px solid #000;
    color: #000000;
    margin: 2px;
    padding: 2px 4px;
}

/* Forms */

form {
	padding: 0;
	margin: 0;	
}

fieldset {
	border: 0;
	padding: 0 0 15px 0;	
}	

input, textarea {
    color: #555;    
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.button {
	cursor: pointer;
	font: bold 10px Verdana, Tahoma, Arial, sans-serif;
	padding: 3px 4px;
	padding /*\**/: 4px\9; /* IE8 */	
	*padding: 2px 2px 3px 2px; /* IE6 and 7 */
	vertical-align: middle;
	border: 1px solid #CCA11E;
	color: #fff;
	background: #d9aa20;
	overflow: hidden;
	cursor: pointer;	
}

@media all and (min-width: 0px){
	.b\utton {
		height: 22px; /* Opera */
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.b\utton {
		height: inherit; /* Undo the Opera fix in Safari */
	}
}

.button:hover {
	background-color: #CCA11E;
}

.input {
	padding: 2px 2px 3px 3px;
	vertical-align: middle;
	border: 1px solid #ccc;
}

#searchform {
	padding: 10px 0 0 0;	
}	

/* Menus */

.menu {
	margin: 0;
	padding: 0;	
}	

.menu li { /* No dividers */
	display: inline;
	margin: 0 5px 0 0;	
}

#navigation .menu {
	height: 25px;
	overflow: hidden;		
}

#navigation .menu li {
	float: left;	
}	

#navigation .menu li a {
	display: block;
	font-size: 11px;
	font-weight: bold;	
	color: #fff;
	background: url(images/bg-nav.gif) no-repeat;
	background-position: left -25px;	
}

#holiday a {
	display: block;
	font-size: 11px;
	font-weight: bold;	
	color: #fff;
	background: url(images/bg-nav-holiday.gif) no-repeat;
	background-position: left -25px;	
}

*html #navigation .menu li a {
	background-color: #A4C463;
}	

#navigation .menu li a span {
	display: block;		
	padding: 3px 12px 2px 12px;
	background: url(images/bg-nav-right.gif) no-repeat;
	background-position: right -25px;		
}

#holiday a span {
	display: block;		
	padding: 3px 12px 2px 12px;
	background: url(images/bg-nav-right-holiday.gif) no-repeat;
	background-position: right -25px;		
}

#navigation .menu li a:hover {
	background-position: left -50px;		
}

*html #navigation .menu li a:hover {
	background-color: #D6A30B;
}	

#navigation .menu li a:hover span {
	background-position: right -50px;	
}

#navigation .menu li.current a {	 
	background-position: left 0;	
}

*html #navigation .menu li.current a {
	background-color: #82AD57;
}	

#navigation .menu li.current a span {
	background-position: right 0;	
}

#navigation .menu li a:hover {
	text-decoration: none;	
}

#footerMenu h3 {
	font-size: 11px;
	color: #fff;
	margin: 0 0 5px 0;
	padding: 3px 0 2px 10px;
	background: url(images/bg-footer-menu.gif) no-repeat;
	background-position: left 0;	
}

#footerMenu .alt h3 {
	background-position: left -24px;	
}	

#footerMenu .alt2 h3 {
	background-position: left -49px;		
}

#footerMenu ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
}

#footerMenu a {
	color: #3f3f3f;	
}

#footerMenu a:hover {
	color: #d6a30b;	
}

/* Buttons */

.buttonSplash {
	display: block;
	width: 154px;
	height: 28px;
	color: #525252;
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 5px 0;
	padding: 8px 0 0 16px;
	background: url(images/buttons-splash.gif) no-repeat;
	background-position: left 0;		
}

.buttonSplash:hover {
	color: #525252;	
	background-position: left -36px;
	text-decoration: none;		
}

.buttonSplash:focus {
	outline: none;
}

.buttonSpecial {
	display: block;
	width: 220px;
	height: 28px;
	color: #3f3f3f;
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 15px 0;
	padding: 8px 0 0 16px;
	background: url(images/buttons-special.gif) no-repeat;
	background-position: left 0;		
}

.buttonSpecial:hover {
	color: #3f3f3f;	
	background-position: left -36px;
	text-decoration: none;			
}

.buttonSpecial:focus {
	outline: none;
}

#buttonFooter {
	position: absolute;
	top: 24px;
	right: 15px;
	display: block;
	text-align: center;
	width: 155px;
	height: 26px;
	color: #fff !important;
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 15px 0;
	padding: 6px 0 0 0;
	background: url(images/buttons-footer.gif) no-repeat;
	background-position: left 0;		
}

#buttonFooter:hover {
	color: #fff;	
	background-position: left -32px;
	text-decoration: none;			
}

#buttonFooter:focus {
	outline: none;
}

/* Tables */

.standard {
	width: 99.9%;
	border-collapse: collapse;
	border-width: 0;	
	border-spacing: 0;	
	text-align: left;
	margin: 0 0 15px 0;
}

.standard tr {
	background-color: #fff;
	border-width: 0;
}

.standard td {	
	background-color: #f9f9f9;
}
	
.standard td.alt {	
	background-color: #d5edf5;
}

.standard td, .standard th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 6px 8px;
	border: 1px solid #ddd;	
}

.standard th {
	background-color: #f3f3f3;
	font-weight: bold;	
}

/* Brands */

.brand {
	
	margin-bottom: 20px;
	padding: 0 0 10px 0;	
}

.brand-logo {
	width: 500px;
	display: block;
}	

.brand-desc {
	clear: left;
	float: left;
	width: 320px;	
}

.brand-image {
	float: right;
	width: 170px;
	text-align: center;
	overflow: hidden;	
}	

/* Misc */

.clear {
	clear: both;	
}

.videoLeft {
	float: left;
	padding: 0 0 10px 0;	
}

.videoRight {
	float: right;
	padding: 0 0 10px 0;		
}		

#slideThumbs a img {
	margin: 0 8px 8px 0;	
}

#slideThumbs a.last img {
	margin: 0 0 8px 0;	
}

#slideThumbs a:hover img { 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /* IE8 */		
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60); /* IE6 and 7*/
	opacity: .6;
	-moz-opacity: .6;	
}		

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 12px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {}
#TB_window a:visited {}
#TB_window a:hover {}
#TB_window a:active {}
#TB_window a:focus{}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #888;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}


/* MailChimp */	

#mc_signup_container h3 {
	padding-bottom: 0;
	margin-bottom: 10px;
	border: 0;
}

.mc_custom_border {
	padding: 10px !important;
	border: 1px solid #ddd;
	background: #fafafa;	
}

.mc_signup_submit {
	text-align: left !important;		
}		

#mc-indicates-required {
	display: none;	
}

.mc_signup_submit {
	padding: 10px 0 10px 0 !important;	
}

.mc_var_label {
	font-size: 11px;	
}

.mc_input {
	width: 150px;	
}


/* Validation */

/* jquery validate response */
fieldset div.mce_inline_error {
	margin:1em 0 1em 38%;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	padding:1em .5em .5em 1em;
	font-weight:bold; z-index:1;
	font-size:1.2em;
	width:45%;
	border:1px solid #FBC2C4;
	background:#FBE3E4;
	color:#D12F19;
	font-weight:bold;
	padding-left:1em;
	position:relative; top:-1.5em;
	z-index:1;
	font-size:1.1em;
}

@media handheld {
	.handheldHide {
		display: none;
	}
}	
 
li.threeColumns div.col span {
margin:25px 5px 0 0;
width:30%;
}

#holiday_button {
	position:absolute;
	left:330px;
	top:-5px;
	background-image: url(images/holiday-button-bow.png);
	background-repeat: no-repeat;
	height:50px;
	width:100px;
        cursor:pointer;
}
#holiday_button:hover {
	position:absolute;
	left:330px;
	top:-5px;
	background-image: url(images/holiday-button-bow-hover.png);
	background-repeat: no-repeat;
	height:50px;
	width:100px;
        cursor:pointer;
}