/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body&gt; tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	&lt;--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/
body.custom {
	background: #296A90 url(images/page_bg.jpg) top repeat-x;
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666 ;
}

.custom h2 {
	color: #FF000B;
	font-weight: bold;
	font-size: 1.66em;
	padding: 0.2em 1em;
}

.custom h3, .custom h4, .custom h5, .custom h6 {
	color: #000;
	font-size: 1.5em;
	padding: 0.2em 0;
	margin: 0 1.5em;
	border-bottom: 1px solid #ccc;
}
.custom .headline_area h1,.custom .headline_area h2 {
	font-size: 3em;
	color: #FF000B;
	font-weight: bold;
	padding: 0.2em 1em;
}
.custom.distribustors h4 {
	color: #000;
	font-size: 1.5em;
	padding: 0.2em 0;
	margin: 0 1.5em;
	border-bottom: 1px solid #ccc;
}
.custom p {
	font-size: 1em;
	padding: 0.5em 2em;
	margin: 0;
}

.custom a {	text-decoration: none; 	color: #FF000B;}
.custom a:hover { text-decoration: underline;}

.custom ul, .custom ol {
	font-size: 0.8em;
	margin: 1em 5em;
}

.custom ul.page_links li {
	background: url(images/bullet-arrow.gif) no-repeat left center;
	padding-left: 18px;
	list-style: none;
	
}


.custom p.back_to_top {
	display: block;
	font-size: 0.8em;
	margin: 0.25em 0 1em 0;
	text-align: right;
	clear: both;
}

.custom p.right {
	width: 220px;
	float:right;
	clear: right;
}

.custom img.border {
	border: 1px solid #ccc;
	padding: 1px;

}

.custom a.button {
	display: block;
	font-size: 1.2em;
	color: #fff;
	background: #FF000B;
	padding: 1em;
	text-align: center;
	font-weight: bold;
	margin: 0;
	text-decoration: 0;
}

/*layout divs */

.custom #container{width: 960px;}
.custom #page { background:#fff; padding: 0;}
.custom #header { 
  background:url(images/header_bg.jpg);
  height: 459px;
  position: relative;
  border:0;
  padding: 0;
}
.custom #flashBanner {
  position: absolute;
  bottom: 8px;
  right: 10px;
}
}
.custom #content_box {clear: both;border: 0; background: 0;}
.custom.welcome #content {background: #fff; width: 560px;}
.custom #sidebars {width: 395px; padding: 2em 0 0 0; margin: 0;}
.custom #sidebars ul.sidebar_list {
	font-size: 1em;
	padding: 0;
	margin: 0;
}
.custom #recent-posts-3 ul{
	font-size: 1em;
	list-style:disc;
}
.custom #image_box img {border:none; padding:0;}

.custom #footer{
  color: #9CCAD9;
  margin: 0 auto;
  width: 960px;
  text-align:center;
  padding: 0.3em 0;
}

/* form */
.custom form.wpcf7-form {
	float: right;
	width: 50%;
	background: #fff;
}

/* Gallery */
.custom div.ngg-galleryoverview {padding: 0 2em;}
.custom div.ngg-galleryoverview div.piclenselink {display: none;}

/*Teaser*/
.custom .teaser {width: 100%;}

/* Subcontent*/

.custom #subContent {
	clear: both;
	padding: 0 2em;
	font-size: 1.2em;
	height: 100px;
}
	
.custom #subContent p a {padding: 0 0.5em;}
.custom #subContent p a img {vertical-align: middle;}

/* Products List */

.custom div.product {
	border-bottom: 1px solid #ccc;
	width: 100%;
	overflow: hidden;
}

	
	.custom div.product a {
		display: block;
		padding: 0.2em;
	}
	
	.custom div.product a:hover {
		text-decoration: none;
	}
	
		.custom div.product a img { 
			float: left;
			padding: 0.5em;
		}
		.custom div.product a span.title {
			color: #000;
			font-size: 1em;
			padding: 0.2em 0;
			border-bottom: 1px solid #ccc;
			display: block;
		}
		.custom div.product a span.info {
			display: block;
			font-size: 0.8em;
			padding: 0.5em 2em;
			color: #666;
		}
	
/* footer */
.custom #footer_container {
	color: #9CCAD9;
	margin: 0 auto;
	width: 960px;
	text-align:center;
	padding: 0.3em 0;
	font-size: 11px;
}

	.custom #footer_container a {
		color: #fff;
	}

/*Nav*/
/*---:[ nav menu styles ]:---*/
.custom .menu {
        position: absolute;
        left: 10px;
        top: 147px;
        width: 240px;
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 1.4em;
        text-transform:capitalize;
}
.custom .menu li {
	width: 240px;
	margin: 0;
	padding: 0;
	border: 0;
}
.custom .menu a {
        display : block;
	color : #fff;
	text-decoration : none;
	background: 0;
	font-size: 0.9em;
	border: 0;
	padding: 0.2em 1em;
	border-bottom: 1px solid #ff4d54;
	height: 2em;
	line-height: 2em;
	text-transform:capitalize;
}
.custom .menu li li {background:#FF000B;}
.custom .menu li ul {
	border: 0;
	left: 240px;
	margin: 0;
	margin-top: -2.8em;
	padding: 0;
}
.custom .menu li li:hover ul,
.custom .menu li li.sfHover ul {
	left:			240px; /* match ul width */
	top:			0;
}
.custom .menu li li li:hover ul,
.custom .menu li li li.sfHover ul {
	left:			240px; /* match ul width */
	top:			0;
}
.custom .menu li:hover, .custom .menu li.sfHover,
.custom .menu a:focus, .custom .menu a:hover, .custom .menu a:active {
	background:		#ff4d54;
	outline:		0;
	color: #fff;
}
.custom  .menu li ul, .custom .menu li ul li {width: 550px;}
.custom .menu li ul li a {border-bottom: 1px solid #ff4d54;}
.custom .menu ul a {
width: 530px;	
}

