/**********************************************************************************************

	Title: ThermoChill

	Author: Branded07
	
	Author url: http://www.branded07.com

	Date: 2009 
	
	Version: 1.0

***********************************************************************************************
==============================================================================================*/

/* Global Reset ------------------------------------------------------------------------------*/

* {
margin: 			0;
padding: 			0;
border: 			0;
outline: 			0;
font-weight: 		inherit;
font-style: 		inherit;
font-size: 			100%;
font-family: 		inherit;
vertical-align: 	baseline;
}
body {
line-height: 		1;
background-color:	#131211;
min-width:			1000px;
color:				#68777c;
line-height:		19px;
font:				normal 13px Arial, Helvetica, sans-serif;
letter-spacing:		normal;
}
:focus {
outline: 			0;
}
ol, ul {
list-style: 		none;
}
table {
border-collapse: 	separate;
border-spacing: 	0;
}
caption, th, td {
text-align: 		left;
font-weight: 		normal;
}
blockquote:before, blockquote:after {
content: 			"";
}
blockquote {
quotes: 			"" "";
}
p{
padding:			6px 0;
text-align:			left;
}
hr {
display: 			none;
}
b, strong{
font-weight:		bold;
}
a, a:visited{
color:				#006f85;
text-decoration:	none;
}
small a {
color:				#007de2;
}
a:hover{
text-decoration:underline;
}
.none{
border:				none !important;
background:			none !important;
}
.no-margin{
margin:				0;
}
.clear { 
clear:				both;
}
.clear:after {
content: 			".";
display: 			block;
height: 			0;
clear: 				both;
visibility: 		hidden;
}
.clear {
display: 			inline-block; /* for IE/Mac */
}

/* Headers ------------------------------------------------------------------------------*/

h2,h3,h4,h5,h6{
font:				Helvetica, Arial, Sans-serif;
color:				#464f52;
}
h2 {
margin:				0 0 10px 0;
font-size:			36px;
line-height:		39px;
letter-spacing:		-1px;
}
h3 {
margin:				10px 0 5px 0;
font-size:			14px;
line-height:		21px;
}
h4 {
color:				#007de2;
margin:				0;
}
small {
color:				#595856;
font-weight:		bold;
font-size:			11px;
margin-bottom:		15px;
}
a.button {
background:			#32312f url('../images/button_bg.jpg') repeat-x;
padding:			0 10px;
color: 				#fff;
text-decoration: 	none;
border:				#32312f 1px solid;
text-transform:		uppercase;
font-size:			9px;
line-height:		25px;	
}
a.button:hover {
background:			#1397B0 url('../images/button_bg_o.jpg') repeat-x;
border-color:		#007de2;
}
a.button-big {
background:			#32312f url('../images/button_bg.jpg') repeat-x;
padding:			9px 15px 8px 15px;
color: 				#fff;
text-decoration: 	none;
border:				#32312f 1px solid;
text-transform:		uppercase;
font-size:			16px;
line-height:		25px;
margin:				35px auto 15px auto;
}
a.button-big:hover {
background:			#1296b0 url('../images/button_bg_o.jpg') repeat-x;
border-color:		#1296b0;
}

/* Global Nav ------------------------------------------------------------------------------*/

ul#menu {
margin:				0; 
padding:			0;
position:			absolute;
right:				0;
}
ul#menu li {
display:			inline;
margin-left:		12px;
}
ul#menu li a {
text-decoration:	none;
color:				#748993;
font-family:		Verdana, Arial, Helvetica, sans-serif;
font-size:			10px;
font-weight:		bold;
text-transform:		uppercase;
}
ul#menu li a.active, ul#menu li a:hover {
color:				#211e1e;
}

/* Header ------------------------------------------------------------------------------*/

#header {
padding-top:		20px;
padding-bottom:		20px;
}
#logo h1, #logo small {
margin:				0;
display:			block;
text-indent:		-9999px;
overflow:			hidden;
}
#logo {
background:			url('../images/logo.png') no-repeat center;
width:				342px;
height:				52px;
margin:				45px 0 0 0;
}

/* Content ------------------------------------------------------------------------------*/

#main {
background:			#e1f1f7 url('../images/background_light_slice.jpg') repeat-x;
padding-bottom:		30px;
}
#main .container {
background:			url('../images/background_light.jpg') no-repeat;
}
.container {
width:				950px;
margin:				0 auto;
position:			relative;
}
.block {
border:				1px solid #9ba6aa;
background-color:	#fff;
margin-bottom:		20px;
position:			relative;
}
.ribbon {
position:			absolute;
top:				-3px;
right:				-3px;
}
.block_inside { 
display:			block; 
border:				1px solid #fff;
background: 		#fff url('../images/background_block_slice.jpg') repeat-x;	
padding:			30px;
overflow:			auto;
}
.hero_image_block {
position:			absolute;
right:				70px;
top:				-35px;
padding:			0;
float:				right;
}
.hero_block {
float:				left;
width:				540px;
margin-left:		30px;
padding:			30px 0;
font-size:			17px;
color:				#1296b0;
}
.hero_block p{
margin: 			4px 0 25px 0; 
}
#block_featuredblog .text_block { 
padding-top:		5px 
}
#content_area {
width:				665px;
float:				left;
}
#content_area .block_inside {
min-height:			400px;
}
#content_area h2 { 
font-size:			32px; 
line-height:		31px; 
}
#content_area .separator {
border-top:			1px solid #e3e3e3;
margin-top:			40px;
padding-top:		40px;
}

/* Sidebar ------------------------------------------------------------------------------*/

#sidebar {
float:				left;
width:				281px;
position:			relative;
left:				-1px;
margin-top:			15px;
background-color:	#e2dddc;
border:				1px solid #a3a09e;
}
#sidebar .block_inside {
background:			none;
background-color:	#e2dddc;
}
#sidebar h3 {
font-size:			20px;
line-height:		23px;
}
#sidebar ul { 
margin:				10px 0 30px 0; 
padding:			0;
}
#sidebar ul li { 
list-style:			none; 
margin:				0 0 5px 0; 
padding:			0; 
}
#sidebar ul li a { 
color:				#7f7d78; 
}
#sidebar ul li a:hover { 
color:				#0172dd; 
text-decoration:	none; 
}

/* Homepage ------------------------------------------------------------------------------*/

#content_main {
overflow:			auto;
margin-bottom:		20px;
}
.blog_list p{
padding:			0;	
}
.blog_list li{
padding:			15px 0;
border-bottom:		#bdd6df 1px solid;
}
.blog_list li
{
	margin-bottom: 15px;
}
.blog_list a.news_title{
font-size:			15px;	
}
.blog_list small{
display:			block;
padding:			0;
margin:				0;
}
#tab_content{
width:				615px;
float:				left;
min-height:			100px;
padding:			0;
margin-bottom:		10px;
position:			relative;
}
#tab_content div { 
border:				1px solid #9ba6aa;
padding:			0;
}
#tab_content div div{
background: 		#fff url('../images/background_block_slice.jpg') repeat-x -37px -37px; 
border:				1px solid #fff;	
border-top:			none;
padding:			25px; 
}
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
font-size: 			12px;
}
.ui-tabs-nav {
list-style: 		none;
margin: 			0;
padding: 			0;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
display:			 block;
clear: 				both;
content: 			" ";
}
.ui-tabs-nav li {
float: 				left;
margin: 			0 1px 0 0;
min-width: 			84px; /* be nice to Opera */
}
.ui-tabs-nav a, .ui-tabs-nav a span {
display: 			block;
padding: 			0;
}
.ui-tabs-nav a {
margin: 			1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
font-weight: 		normal;
letter-spacing:		-1px;
line-height: 		1.2;
font-size:			18px;
text-align: 		center;
text-decoration: 	none;
white-space: 		nowrap; /* required in IE 6 */    
outline: 			0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav .ui-tabs-selected a {
position: 			relative;
top: 				1px;
z-index: 			2;
margin-top: 		0;
background:			#EEF7F6;
color: 				#464f52;
border:				1px solid #9ba6aa;
border-bottom:		none;
}
.ui-tabs-nav a span {
width:				auto;
text-align:			center;
height: 			30px; /* IE 6 treats height as min-height */
min-height: 		30px;
padding:			10px 12px 0 12px;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
width: 				auto;
height: 			auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
padding:			8px 10px 1px 10px;
border:				1px solid #fff;
border-bottom: 		none;
background: 		#fff url('../images/background_block_slice.jpg') repeat-x top center;	
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
background-position:100% -150px;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
background-position:100% -100px;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
background-position:0 -50px;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
background-position:0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
cursor: 			text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
cursor: 			pointer;
}
.ui-tabs-disabled {
opacity: 			.4;
filter: 			alpha(opacity=40);
}
.ui-tabs-panel {
border-top: 		1px solid #97a5b0;
padding: 			1em 8px;
background: 		#F2F8F8; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.ui-tabs-loading em {
padding: 			0 0 0 20px;
background: 		url('../images/loading.gif') no-repeat 0 50%;
}
/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
display: 			inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
display: 			inline-block;
}

/* Footer ------------------------------------------------------------------------------*/

#footer {
background-image:	url('../images/background_footer.jpg');
background-repeat:	repeat-x;
padding:			40px;
position:			relative;
top:				-20px;
min-height:			130px;
}
#footer {
font-family:		Verdana, Arial, Helvetica, sans-serif;
font-size:			10px;
}
.footer_column {
float:				left;
width:				120px;
margin-right:		30px;
}
#footer .long {
width:				610px;
}
#footer h3 {
color:				#e2dddc;
text-transform:		uppercase;
font-size:			10px;
}
.footer_column ul li, .footer_column ul {
list-style:			none;
margin:				0;
padding:			0;
}


/**
 * styles for blog
 */
#blogs h1
{
	font-size: 28px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -2px;
	padding: 0;
	margin: 0;
}
#blogs h1 span
{
	font-size: 10px;
	font-weight: normal;
	display: block;
	letter-spacing: 0;
	padding: 0 0 0 10px;
	font-style: italic;
	text-transform: none;
}

.blog
{
	margin: 0 0 30px 0;
}

/**
 * misc
 */
.content{
width:				615px;
float:				left;
min-height:			100px;
padding:			0;
margin-bottom:		10px;
position:			relative;
border:				1px solid #9ba6aa;
background: 		#fff url('../images/background_block_slice.jpg') repeat-x -37px -37px; 
}
.content div { 
padding:			15px 15px;
}


/* 
	Miscellaneous-Styles   
*/
.fake_float
{
	float: right;
	width: 340px;
	padding: 5px 0 20px 0;
}
.right
{
float:				right;
width: 320px;
padding-top: 40px;	
}
.right_column
{
padding:			0 20px 10px 20px;
margin:				0 0 15px 0;
position:			relative;
border:				1px solid #9ba6aa;
background: 		#fff url('../images/background_block_slice.jpg') repeat-x -37px -37px; 
}

#categories div, #products div
{
	padding: 15px;
}
#categories .category
{
	float: left;
	width: 260px;
}

.product img
{
	float: left;
	width: 100px;
	margin: 0 20px 0 0;
	border: 1px solid #96a6aa;
}

.category
{
}
.category h3
{
	text-align: center;
}

.product
{
	clear: both;
}
img.center
{
	border: 1px solid red;
	margin: 0 auto;
}

.content-tab
{
margin: 			1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
font-weight: 		normal;
letter-spacing:		-1px;
line-height: 		1.2;
font-size:			18px;
text-align: 		center;
text-decoration: 	none;
white-space: 		nowrap; /* required in IE 6 */    
outline: 			0; /* prevent dotted border in Firefox */

position: 			relative;
top: 				1px;
z-index: 			2;
margin-top: 		0;
background:			#EEF7F6;
color: 				#464f52;
border-bottom:		none;
}
.content-tab span
{
float: 				left;
margin: 			0 1px 0 0;
min-width: 			84px; /* be nice to Opera */
	display: block;
width:				auto;
text-align:			center;
height: 			30px; /* IE 6 treats height as min-height */
min-height: 		30px;
padding:			10px 12px 0 12px;
display: 			block;
padding: 			0;
padding:			8px 10px 1px 10px;
border:				1px solid #9ba6aa;
border-bottom: 		none;
background: 		#fff url('../images/background_block_slice.jpg') repeat-x top center;	
}

.rightbar-tab
{
margin: 			1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
font-weight: 		normal;
letter-spacing:		-1px;
line-height: 		1.2;
font-size:			18px;
text-align: 		center;
text-decoration: 	none;
white-space: 		nowrap; /* required in IE 6 */    
outline: 			0; /* prevent dotted border in Firefox */
position: 			relative;
top: 				1px;
z-index: 			2;
margin-top: 		0;
color: 				#464f52;
}
.rightbar-tab span
{
margin: 			0 1px 0 0;
min-width: 			84px; /* be nice to Opera */
	display: block;
width:				auto;
text-align:			left;
height: 			30px; /* IE 6 treats height as min-height */
min-height: 		30px;
padding:			10px 12px 0 0;
}

ul.blog_list li
{
	padding: 0 0 5px 0;
}



#slide_wrap
{
	height: 400px;
	overflow: hidden;
}
#slide_break
{
	height: 340px;
}
#slide_inside
{
	width: 948px;
	overflow: hidden;
	position: absolute;
}
#slide_manfu
{
	width: 100000px;
}
#slide_manfu .piece
{
	display: block;
	background:	url('../images/background_block_slice.jpg') repeat-x;
	width: 950px;
	float: left;
}
#slide_manfu .piece div
{
	margin: 10px 30px 0 30px;
}
#slide_manfu .piece_image_block
{
	float: right;
	margin: 0 50px 0 0;
}
#slide_buttons
{
	margin: 10px 0;
	padding: 0 30px;
}
.rightbtn
{
	cursor: pointer;
	float: right;
}
.leftbtn
{
	cursor: pointer;
	float: left;
}

.right li.selected a 
{
	font-weight: bold;
}
.right li.nav_product
{
	padding: 0 0 0 10px;
	font-style: italic;
}
.right li.nav_product a
{
	font-weight: normal;
}
.right li.nav_product.selected a
{
	font-weight: bold;
}

#production_wrap{
	width: 600px;	height: 515px;	overflow: hidden;}#production_break{	height: 515px;}#production_inside{	width: 600px;	overflow: hidden;	position: absolute;}#production_manfu{	width: 100000px;}#production_manfu .production_piece{	display: block;	background:	url('../images/background_block_slice.jpg') repeat-x;	width: 600px;	float: left;}#production_manfu .production_piece div{	}#production_manfu .piece_image_block{	float: right;	margin: 0 50px 0 0;}

.production_buttons
{
	width: 600px;
}
.production_buttons a 
{
	margin: 15px 20px;
}
.production_buttons p
{
	padding-top: 15px;
	text-align: center;
	width: 400px;
	margin: 0 auto;
}

.barcode
{
	float: right;
	width: 120px;
	background: #FFF;
	clear: both;
}
.barcode img
{
	margin: 0 10px 0 0;
	border: 1px solid #96a6aa;
	width: 100px;
}

div.product_image
{
	clear: both;
	float: right;
	width: 120px;
}
div.product_image img
{
	margin: 0 10px 0 0;
	border: 1px solid #96a6aa;
	width: 100px;
}

.category
{
	text-align: center;
}
.category img
{
	border: 1px solid #96a6aa;
	width: 150px;
}


ul.form
{
	
}
ul.form li
{
	padding: 10px 0;
}
ul.form li label
{
	display: block;
}
ul.form li input, ul.form li textarea
{
	border: 1px solid #96a6aa;
	margin: 3px;
	padding: 2px;
	width: 300px;
}
ul.form li textarea
{
	height: 250px;
}
ul.form li.error
{
	color: red;
}

p.sent
{
	border: 2px solid #128F11;
	background: #9BCF9B;
	font-size: 14pt;
	color: #128F11;
	padding: 5px;
	text-align: center;
}


#blog_lists ul li
{
	display: block;
}

#blog_lists ul li
{
	padding: 0 0 15px 0;
}

#blog_lists ul li .news_title
{
	font-size: 14px;
}
#blog_lists ul li small
{
	display: block;
}



.resellers h2
{
	clear: both;
	padding: 10px 0 0 0;
	margin: 5px 15px 0 15px;
	border-bottom: 3px solid #464F52;
}
.resellers
{
	padding-bottom: 20px;
}
div.retailers
{
	padding: 0;
	margin: 5px 0 0 20px;
	float: left;
	width: 180px;
}


/* Fix up IE6 PNG Support */
img, #logo { behavior: '../url(scripts/iepngfix.htc'); }