/*
------------------------------
	Developed by Tomax Ltd.
------------------------------
*/

* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: url(../images/bg_site.jpg) center top;
}
form{ 
	min-height: 100%;
}
#container-outer {
   	min-height: 100%;
	background: url(../images/bg_container_outer.jpg) repeat center top;
	width: 900px;
	margin: 0 auto;
}
#container {
	z-index: 1;
}
/*
------------------------------
	Header
------------------------------
*/
#header {
	width: 900px;
	height: 130px;
	background: url(../images/bg_header.jpg) center top;

}
#header #logo{
	width: 450px;
	height: 120px;
	float:left;
}

#header #menu{
	width: 400px;
	height: 30px;
	text-align: right;
	margin-top: 50px;
	margin-right: 50px;
	float: right;
}


/*
------------------------------
	Page Menu
------------------------------
*/
#page-menu {
	width: 775px;
	padding: 0px 50px 0px 75px;
	height: 80px;
	background: url(../images/bg_page_menu.jpg) center top;
	}

/*
------------------------------
	Container Inner
------------------------------
*/
#container-inner {
	width: 740px;
	margin-left: 80px;
	margin-right: 80px;
}
/*
------------------------------
	Content Wrap
------------------------------
*/
#content-wrap {
}
/*
------------------------------
	Content Full Width
------------------------------
*/
#content-full-width {
}
/*
------------------------------
	Content
------------------------------
*/
#content {
	padding: 10px 0px 10px 10px;
	margin: 0px 10px;
	/* Font */
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color:#CCCCCC;
}
#content h1{
	font-family: Helvetica;
	font-size:17px;
	color: #FFFFFF;
}
#content h2{
	font-family: Helvetica;
	font-size:13px;
	color: #FFFFFF;
}
#content p{
	color: #FFFFFF;
	line-height: 1.4em;
}
#content p .italic{
	font-style:italic;
}
#content a,a:visited{
	color: #84b408;
	text-decoration:none;	
}
#content ul{
	list-style-type:square;
	color: #ffffff;
	padding-left: 10px;
}
#content ul li{
	padding: 5px;
}

/*
------------------------------
	Sidebar
------------------------------
*/
#sidebar{
	float: right;
	width: 180px;
	padding: 5px 10px;
	margin-left: 10px;
	border: 1px solid #666666;
	background: #37383A;
	/* Font */
	font-family: arial, helvetica;
	font-size: 12px;
	color:#CCCCCC;	
}
#sidebar h1 {
	font-family: Helvetica;
	font-size: 17px;
	color: #ffffff;
}
#sidebar p{
	font-size: 9px;
	color: #ffffff;
}
#sidebar a{
	text-decoration: none;
	color: #72908f;
}
#sidebar ul{
	list-style-type:square;
	padding-left: 10px;
}
#sidebar li{
	border-bottom: 1px dashed #666666;
	padding: 2px 0;
	font-weight: bold;		
}
/*
------------------------------
	Footer
------------------------------
*/
#footer {
	width: 700px;
	border-top: 1px solid #666666;
	margin: 15px 100px 0 100px;
}
#footer #menu{
  padding:0;
  margin: 10px auto;
  font-family: arial, helvetica, sans-serif;
  list-style-type:none;
  height: 75px;
  float: left;
  }
#footer #menu li {
  border-right:1px dashed #666666;  
  float: left;  
  }
#footer #menu li.last{
  border: 0; 
  }  
#footer #menu a {
  display:block;
  padding:3px 18px; 
  color:#000; 
  text-decoration:none;
  width: 100px;
  float: left;  
  }
#footer #menu a span.linkText {
	color:#999999;
	font-size:10px;
}
#footer #menu a span.linkHeading {
	font-weight:bold;
	font-size:12px;
	color:#72908f;
}
#footer #menu a:hover {
  color:#fff; 
  background: #202020;
  } 
  
#footer .text-small-right{
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#363636;
	float: right;
}

/*
------------------------------
	Spacers / HR's
------------------------------
*/
.spacer
{
  clear:both;
}
div.hr{
	border-top: 1px dashed #666666;
	height: 1px;
	margin: 5px 5px;
}
div.hr hr{
  display: none;
}

/*
------------------------------
	Images
------------------------------
*/
img{
	border: none;
}
img.thumbnail-left{
	margin: 5px;
	padding: 5px;
	border: 1px solid #666666;
}
img.left{
float: left;
	margin: 10px;
}
img.right{
	float: right;
	margin: 10px;
}
img.left-bordered{
	float: left;
	padding: 5px;
	border: 1px solid #666666;
	margin: 10px;	
}
img.right-bordered{
	float: right;
	padding: 5px;
	border: 1px solid #666666;
	margin: 10px;	
}

/*
------------------------------
	Thumbnail Modal Viewer
------------------------------
*/

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #292b2e;
visibility: hidden;
z-index: 10;
cursor: pointer;
	border: 1px solid #666666;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}

#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}
#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #292b2e;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #CCCCCC;
padding: 5px;
z-index: 5;
}

/*
------------------------------
	Turbospoke Homepage Specific
------------------------------
*/
body#home #header{
	width: 900px;
	height: 450px;
	background: url(../images/bg_header_home.jpg) no-repeat center top;
}
body#home #header #logo{
	width: 440px;
	height: 120px;
	float: left;
}
body#home #header #exhaust{
	margin: 0px;
	width: 320px;
	height: 155px;
	float: right;
}
body#home #header #menu{
	width: 280px;
	height: 330px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 75px;
	text-align: left;
	float:left;
}
body#home #container {
	width: 900px;
}
body#home #container-inner {
	width: 750px;
	margin-left: 75px;
	margin-right: 75px;
}
body#home #content-wrap {
	padding: 0px 0px;
}
body#home #content-left {
	float: left;
	width: 390px;
	padding-left: 75px;
	margin-top: 20px;
	color:#CCCCCC;
	background:no-repeat url(../images/home_maincontent_background.gif) left top;
}

body#home #content-left p{
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color:#CCCCCC;
}

body#home #content-left a{
	color: #84b408;
	text-decoration:none;	
}
body#home #content-right {
	float: right;
	width: 245px;
	height: 100%;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
body#home #content-right h1 {
	font-family: Helvetica;
	font-size: 17px;
	color: #ffffff;
}

body#home #content-right ul{
	list-style-type:square;
	color: #72908f;
	padding-left: 15px;
}
body#home #content-right li{
	border-bottom: 1px solid #666666;
	padding: 2px 0;
	font-weight: bold;		
}

body#home #content-right a{
	text-decoration: none;
	color: #72908f;
}
body#home #content-right p{
	font-size: 9px;
	color: #ffffff;
}
body#home #blogposts{
	padding: 10px 10px;
	border: 1px dashed #666666;
	background: #37383A;
	font-family: arial, helvetica;
	font-size: 12px;
	margin: 10px 0;
}
/*
------------------------------
	Turbospoke Homepage TextPanel
------------------------------
*/
#panel-wrapper{
	width: 300px;
	position: absolute;
    position: absolute;
    top: 420px;
    left: 50%;
    margin-left: 75px;
	z-index: 25;
}
#panel {
	background: #323438;
	width: 290px;
	height: 200px;
	padding: 5px;
	display: none;
	color: #ffffff;
	-moz-opacity:.95; 
	filter:alpha(opacity=95);
	opacity:.95;
	-khtml-opacity: 0.95;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.slide {
	margin: 0;
	padding: 0;
	width: 300px;
	background: url(../images/button_homepanel.png) no-repeat right bottom;
	-moz-opacity:.95; 
	filter:alpha(opacity=95);
	opacity:.95;	
	-khtml-opacity: 0.95;		
}
.btn-slide {
	width: 90px;
	height: 25px;
	margin-left: 210px;
	text-align: center;
	display: block;
	color: #fff;
	text-decoration: none;
}
.active {
	background: url(../images/button_homepanel_down.png) no-repeat right bottom;

}
#panel a,a:visited{
	color: #84b408;
	text-decoration:none;	
}
/*
------------------------------
	Blog Posts - rest of site
------------------------------
*/
#blogposts{
	background: #37383A;
	font-family: arial, helvetica;
	font-size: 12px;
	margin: 10px 0;
}
/*
------------------------------
	Store Info
------------------------------
*/
body#home #storeinfo{
	padding: 10px 10px;
	border: 1px dashed #666666;
	background: #37383A;
	font-family: arial, helvetica;
	font-size: 12px;
	margin: 10px 0;	
}

/*
------------------------------
	Store Info
------------------------------
*/
body#home #gallerypod{
	padding: 5px 5px;
	border: 1px dashed #666666;
	background: #37383A;
	font-family: arial, helvetica;
	font-size: 12px;
	margin: 10px 0;
	text-align:center;
}

body#home #gallerypod img.pix{
	margin: 2px;
	padding: 2px;
	border: 1px solid #666666;
}

/*
------------------------------
	Contact Page - div format for VisStudio
------------------------------
*/
#divContactInfo
{
    width: 450px;
    padding: 10px;
	margin-bottom: 20px;
	border: solid 1px #666666;
}

/*
------------------------------
	Contact Form - div format for VisStudio
------------------------------
*/

#divContactForm
{
    width: 450px;
    padding: 10px;
    border: 1px solid #666666;
}
#divContactForm .field
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #37383A;
    border: 1px solid #666666;
    font-size: 11px;
    color: #FFFFFF;
}
#divContactForm .button
{
    background-color: #37383A;
    border: 1px solid #666666;
    font-size: 11px;
    color: #FFFFFF;
    font-weight: bold;
}
#divContactForm .label
{   float: left;
	display: block;
	width: 80px;
    font-size: 11px;
    color: #FFFFFF;
}
/*
------------------------------
	AddThis
------------------------------
*/
.addthis_toolbox .custom_images a
{
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
}

.addthis_toolbox .custom_images a:hover img
{
    opacity: 1;
}

.addthis_toolbox .custom_images a img
{
    opacity: 0.75;
}
/*
------------------------------
	IE6 Specific Fixes
------------------------------
*/
* html body{
		text-align: center;
}
* html body * {
		text-align: left;
}
* html #header #menu{
	display: inline;
}
* html #container-outer{
	height: 100%;
}

