/*  
Site Name: 
Site URI: 
Description: 
Version: 
Author: Taira Kirkland
Author URI: www.tairakirkland.com

*/

/*  =COLORS
---------------------------------------------------
	Body Background:
	Main Text:
	Links:
*/


/*  =PNG FIX
---------------------------------------------------*/

img, div { behavior: url(iepngfix.htc) }
	
	
/*  =GLOBAL ELEMENTS
-------------------------------------------------------------- */

body {
	font-family:Arial, Helvetica, sans-serif ;
	font-size: 12px;
	background-color:#FFF;
	background-image:url(images/bg-site.jpg); background-repeat:no-repeat;
	color:#010101;
}

a:link {
	color: #;
}

a:visited {
	color: #;
}

a:hover, a:active {
	color: #;
	text-decoration: none;
}

h1 {
	color:#333;
	font-size: 18px; 
	margin:10px 0px;
}

h2 {
	color:#595959;
	font-size: 16px;
	font-weight:normal;
	margin:10px 0px;
}


ol {
	list-style-type:decimal; margin:3px 0px 3px 40px;
}

ul {
	list-style-type:disc ; margin:3px 0px 3px 40px; line-height:1.2em;
}

li {
	margin:0px ;
}

hr {height:1px; margin:0px; color:#bfbfbf;}

blockquote {font-size:15px; line-height:1.2em; font-style:italic; color:#757575;}

#wrapper {
	width: 902px;
	margin: 0px 0px 0px 71px;

}


/*  =HEADER
-------------------------------------------------------------- */

#header {position:relative; height:144px;}
#logo {position:absolute; top:0px; left:0px; }
#twitter {position:absolute; top:10px; left:860px }
#header2 {position:relative; height:187px; margin:0px 0px 16px 0px; background-image:url(images/bg-header.png); background-repeat:no-repeat; }
img.service{
	position:absolute;
	left: 498px;
	top: 79px;
}

/*  =NAVIGATION
-------------------------------------------------------------- */

#nav {
	position:absolute;
	width:400px;
	left: 501px;
	top: 119px;
}
#nav ul{list-style-type:none; margin:0px;padding:0px;}
#nav ul li{float:left; width:99px; height:26px; background-image:url(images/nav/home.png);}
#nav ul li.home{background-image:url(images/nav/home.png);}
#nav ul li.products{background-image:url(images/nav/products.png);}
#nav ul li.financing{background-image:url(images/nav/financing.png);}
#nav ul li.contact{background-image:url(images/nav/contact.png);}
#nav ul li span{display:none;}
#nav ul li:hover {background-position:0px -26px;}
#nav ul li.current {background-position:0px -26px;}
#nav ul li a {height:100px; width:99px; display:block;}

#sidenav{}


/*  =CONTENT
-------------------------------------------------------------- */

#content {width:633px; float:right; margin:0px 37px 0px 0px;}
#content h2 {}
#content h3 {}
#content p {line-height:16px; padding:9px 0px;}
#content p.subtitle {font-size:14px; font-style:italic; color:#444;}

#content div.subproducts{float:left; background-image:url(images/bg-sidebar.png); width:180px; background-position:top right; padding:15px 34px 0px 0px;}
#content div.subproducts ul {margin:5px 0px 0px 0px; list-style-type:none;}
#content div.subproducts ul li{color:#666; line-height:20px;}
#content div.subproducts ul li ul{margin:0px 0px 0px 24px;}
#content div.subproducts ul li ul li {color:#ac171d;}
#content div.subproducts ul li ul li a{color:#ac171d; text-decoration:none;}
#content div.subproducts ul li ul li a:hover{text-decoration:underline;}

#content div.suppliers{float:right; width:418px;}
#content div.suppliers td{text-align:center; padding:10px 0px;}
#content div.suppliers img{border:0px;}

#content #content-wrapper {padding-left:34px;}

.interclimate{font-weight:bold;}

/*  =SIDEBAR
-------------------------------------------------------------- */

#sidebar {width:181px; min-height:380px; float:left; padding:14px 34px 0px 17px; background-image:url(images/bg-sidebar.png); background-repeat:no-repeat; margin-left:-1px;}
#sidebar h2 {}
#sidebar ul.products {font-size:12px;list-style-type:none;margin:0px;}
#sidebar ul.products li {border-bottom:1px solid #c4c4c4; height:31px;  background-position:right; background-repeat:no-repeat;}
#sidebar ul.products li a{text-decoration:none; display:block; height:24px; padding-top:9px; color:#444;}
#sidebar ul.products li:hover{background-image:url(images/arrow.png);}
#sidebar ul.products li.current{background-image:url(images/arrow.png);}

/*  =FORMS
-------------------------------------------------------------- */

input {}
textarea {}
button {}

input:focus {}
textarea:focus {}
button:hover {}


/*  =TABLES
-------------------------------------------------------------- */

table {}
tr {}
th {}
td {}


/*  =FOOTER
-------------------------------------------------------------- */

#footer {margin:30px 0px 10px 0px; height:24px; background-image:url(images/bg-footer.png); color:#FFF; font-size:10px;}
#footer p {display:block; padding:6px 0px 0px; width:400px;}
#footer p.copyright{float:left; margin-left:10px;}
#footer p.btmnav{float:right; text-align:right; margin-right:34px; text-transform:uppercase;}
#footer a{color:#FFF; text-decoration:none;}
#footer a:hover{text-decoration:underline;}

/*  =DEFAULT STYLES
-------------------------------------------------------------- */

.alignleft {float: left;}
.alignright {float: right;}
.clear {clear: both;}

.center {text-align: center;}
.left {text-align: left;}
.right {text-align: right;}

.small {font-size: 0.8em;}
.hidden {display: none;}


