/*
Theme Name: SBXTech
Theme URI: http://weathersdesign.com
Description: 
Version: 1
Author: Brett Neville
Author URI: http://weathersdesign.com
Tags: SBX Technologies
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

body {
background:url(images/sbx-bg.jpg) repeat-x;
background-color: #9E8350; 
color: #ffffff;
font-family:Arial, sans-serif;
font-size:14px;
margin-top: 0px;
}

h2{
font-size:24px;
color:#0B8404;
}

h3{
font-size:22px;
font-weight:bold;
color:#0B8404;
}

h4{
font-size:22px;
font-weight:bold;
padding-left:15px;
}

h5{
font-size:16px;
color:#0B8404;
padding-left:15px;
padding-top:10px;
}

a {
text-decoration:none;
}

a:link {color: #0B8404;}
a:visited {color: #0B8404;}
a:hover {color: #ffffcc;}

p {margin: 10px 0;}

#wrapper {
width:966px;
margin: 0 auto;
background:url(images/wrapper_bg.png) repeat-y;
}


#top_info {
height:23px;
background:url(images/top_bg.jpg) repeat-x;
}

#top_info p {
margin: 0px;
padding:4px 0px 0px 32px;
color: #ccc;
font-size:11px;
}

#header {
height: 100px;
}

#interior_header {
width:910px;
height:164px;
padding-left:32px;
}

#logo {
width:275px;
float:left;
padding:28px 0px 0px 32px;

}


/******NAVIGATION********/
#nav {
width:600px;
height:47px;
float:right;
background:url(images/nav_bg.png) no-repeat;
margin-top:28px;
margin-right:13px;
}

ul#nav {
letter-spacing: 1px;
font-size:13px;
}

ul#nav li {
float:left;
display:inline;
margin:0px 0px 0px 42px;
padding: 13px 0px 0px 0px;

}

ul#nav li a {
color:#ffffff;
}

ul#nav li a:hover  {
	color: #ccc;
}

/******slide show area ******/
#slides {
height:306px;
margin: 0px 0px 0px 32px;
}




#home_content {
width:550px;
float:left;
margin:35px 0px 0px 32px;
}

#home_content p {
padding-left:15px;
}


#case_studies {
width:330px;
float:right;
margin:35px 18px 0px 15px;
div-align:right;
}

#case_studies img{
div-align:right;
}

#case_studies p{
text-align:left;
padding-right:15px;
}

#home_services_left{
width:265px;
float:left;
padding-top:10px;
}

#home_services_left ul{
padding-top:10px;
padding-left:25px;
}

#home_services_left h3{
font-size:18px;
padding-left:15px;
}

#home_services_right{
width:255px;
float:left;
padding-top:10px;
padding-left:10px;
}

#home_services_right h3{
font-size:18px;
padding-left:15px;
}

#home_services_right ul{
padding-top:10px;
padding-left:35px;
}


#bottom_box{
height:200px;
width:900px;
margin: 50px 0px 0px 32px;
padding-bottom:8px;
background:url(images/bottom_box_bg.png) repeat-x;
}


#quicklinks {
width:300px;
height:200px;
float:left;
background:url(images/quick_links_bg.png) repeat-x;
}

#quicklinks img{
padding:15px 0px 0px 0px;
}

#quicklinks p{
letter-spacing: 1px;
font-size:18px;
padding:10px 0px 0px 30px;
text-align:left;
}

#quicklinks a{
color:#fff;
}

#bottom_mid {
width:263px;
height:200px;
float:left;
}


#bottom_right {
width:337px;
height:200px;
float:left;
background:url(images/bottom_right_pic.png) no-repeat;
}


#sub_content {
width:900px;
float:left;
margin:5px 0px 0px 32px;
}

#sub_content img{
padding:20px;
}

#sub_content ul {
padding-left:10px;
}

#sub_content h2{
margin-top:5px;
}

#sub_content h3{
font-size:18px;
color:#0B8404;
padding-top:10px;
}

#sub_content p{
padding-left:15px;
}

#sub_content a{
color:#fff;
}

#contact_left {
width:500px;
float:left;
}


#contact_right {
width:350px;
float:right;
padding-right:50px;
}

#contact_right p{
text-align:right;
}

#contact_right h3{
text-align:right;
}


/*****FOOTER****/
#footer {
width:450px;
float:left;
margin-top:2px;
}

#footer p{
padding-left:32px;
}

#footer a{
color:#fff;
}

#createdby{
width:120px;
float:right;
margin-top:2px;
padding-right:25px;

}