*{
	padding: 0;
	margin: 0;
}
body {
	background: url(../images/bg.gif) repeat;
	color: #333;
}
h1 {
	font-size: 130%;
	font-weight: bold;
}
h2 {
	font-size: 120%;
	font-weight: bold;
}
h2.confirmation{
	font-size: 130%;
	font-weight: bold;
	color: #007d00;
	padding-left: 70px;
	background: url(../images/success.gif) no-repeat left center;
}
h2.error{
	font-size: 130%;
	font-weight: bold;
	color: #ee1c1b;
}
h3 {
	font-size: 110%;
	font-weight: bold;
}
p{
	padding-top: 5px;
}
strong{
	font-weight: bold;
}
.note {
	font-weight: bold;
}
a{
	color: #333;
}
a:hover{
	color: #ccc;
}
#error_box {
	background: #fcfeef url(../images/alert.gif) no-repeat left center;
	border: 1px solid #ff3534;
	padding: 10px 10px 10px 70px;
}

/* @group header */
#header{
	width: 766px;
}
.top_bar{
	background: #FFFFFF url(../images/SWBtop_bar_bg.jpg) repeat-x;
	width: 766px;
	height: 23px;
	text-align: right;
	vertical-align: middle;
}
.top_bar a{
	margin-right: 10px;
	font-size: 90%;
	color: #333;
	text-decoration: none;
	padding-left: 15px;
	background: url(../images/sitemap_icon.gif) no-repeat;
	padding-top: 2px;
}
.top_bar a:hover{
	color: #ccc;
}
img.logo_image{
	border-style: none;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 0;
}
.logo {
	padding: 0;
	width: 255px;
	height: 170px;
	background-color: #373737;
	text-align: center;
}
.logo a{
	height: 10px;
}
h1.logo{
	color: #CCF400;
	/*width: 250px;*/
	height: 30px;
	margin: 0;
	padding: 0;
	letter-spacing: 8px;
	font: 185% "Lucida Grande", Lucida, Verdana, sans-serif;
}
h2.logo{
	color: #FFFFFF;
	/*width: 250px;*/
	height: 20px;
	margin: 0;
	padding: 0;
	font: 120% "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: 4px;
}
h3.message{
	color: #FFFFFF;
	margin-left: 225px;
	padding-top: 50px;
	font-size: 130%;
	font-weight: bold;
}
.messages{
	padding: 0;
	height: 170px;
	background: #204F7A url(../images/SWD_message_bkg.png) no-repeat left top;
}
/* @end */

/* @group navigation */

ul#navigation {
	width:766px;
	height:60px;
	/*overflow: hidden;*/
	background: url(../images/SWD_nav_bg.png) repeat-x;
}
ul#navigation li {
	padding:0;
	margin:0;
	display:block;
	float:left;
	text-align: center;
	/*text-indent:-9999px;	*/
}
ul#navigation li a {
	display:block;
	text-decoration:none;
	width:108px;
	height:27px;
	padding-top: 30px;
	font-size: 80%;
	font-weight: bold;
	color: #333;
}
ul#navigation li a:hover {
	color: #999;
}
li#home a {
	border-right: 1px solid #333;
	background: url(../images/about_button.png) no-repeat center top;
}
li#projects a {
	border-right: 1px solid #333;
	background: url(../images/development_button.png) no-repeat center top;
}
li#design a {
	border-right: 1px solid #333;
	background: url(../images/design_button.png) no-repeat center top;
}
li#programming a {
	border-right: 1px solid #333;
	background: url(../images/programming_button.png) no-repeat center top;
}
li#optimization a {
	border-right: 1px solid #333;
	background: url(../images/seo_button.png) no-repeat center top;
}
li#hosting a {
	border-right: 1px solid #333;
	background: url(../images/hosting_button.png) no-repeat center top;
}
li#contact a {
	border: 0;
	background: url(../images/contact_button.png) no-repeat center top;
}
li#home a:hover, li#home a:focus, #t-home li#home a {
	background: url(../images/about_button_over.png) no-repeat center top;
}
li#projects a:hover, li#projects a:focus, #t-projects li#projects a {	
	background: url(../images/development_button_over.png) no-repeat center top;
}
li#design a:hover, li#design a:focus, #t-design li#design a {	
	background: url(../images/design_button_over.png) no-repeat center top;
}
li#programming a:hover, li#programming a:focus, #t-programming li#programming a {	
	background: url(../images/programming_button_over.png) no-repeat center top;
}
li#optimization a:hover, li#optimization a:focus, #t-optimization li#optimization a {	
	background: url(../images/seo_button_over.png) no-repeat center top;
}
li#hosting a:hover, li#hosting a:focus, #t-hosting li#hosting a {	
	background: url(../images/hosting_button_over.png) no-repeat center top;
}
li#contact a:hover, li#contact a:focus, #t-contact li#contact a {	
	background: url(../images/contact_button_over.png) no-repeat center top;
}

/* @end */

/* @group main content area */
#yui-main{
	background-color: #FFFFFF;
}
div.yui-t7 div#bd div#yui-main div.yui-b {
	padding: 10px;
}
#bd{
	background-color: #FFFFFF;
}
img.main_line {
	padding: 10px 0 10px 80px;
}
img.sub_line {
	padding: 10px 0 10px 40px;
}
#overview{
	float: left;
	margin-bottom: 10px;
	background: url(../images/1_p2.jpg) no-repeat left top;
	padding-right: 5px;
}
#overview .img{
	float:left; 
	clear:left; 
	width: 65px;
	height: 69px;
	margin-right: 5px;
}
ul#usp_list{
	list-style-type: disc;
	list-style-position: inside;
	padding-top: 5px;
	padding-bottom: 5px;
}
ul#usp_list li{
	padding-top: 2px;
	padding-bottom: 2px;
}
.call_to_action {
	background: url(../images/bg_blue.png) repeat;
	padding: 10px;
	color: #FFFFFF;
	text-align: center;
	clear: both;
	font-size: 110%;
}
.call_to_action a {
	color: #FFFFFF;
	font-size: 110%;
}
.additional_information{
	background: #b0c80d url(../images/1_bg.gif) repeat-x left bottom;
	padding: 10px;
}
.additional_information img{
	padding: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#services{
	background: url(../images/1_p5.jpg) no-repeat left top;
}
#services .img{
	float:left; 
	clear:left; 
	width: 75px;
	height: 82px;
	margin-right: 5px;
}
ul.services{
	list-style-type: circle;
	list-style-position: inside;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	padding-left: 5px;
}
ul.services li{
	padding-top: 5px;
	padding-bottom: 5px;
}
ul.services li a{
	color: #333;
	font-size: 110%;
}
#owner_information{
	background-color: #d1d1d1;
	padding: 10px;
	margin-right: 5px;
}
.owner_description{
	background: url(../images/carson_black.jpg) no-repeat left top;
}
.owner_description .img{
	float:left; 
	clear:left; 
	width: 75px;
	height: 82px;
	margin-right: 5px;
}
#contact_us {
	padding: 5px;
}
#email{
	
}
#featured_projects{
	background-color: #ededed;
	padding: 10px;
}
h2.sidebar{
	margin-bottom: 5px;
}
.sidebar_project_1{
	background: url(../images/boatrecycling_thumbnail.png) no-repeat left top;
	margin-top: 5px;
	margin-bottom: 5px;
}
.sidebar_project_1 .img{
	float:left; 
	clear:left; 
	width: 80px;
	height: 75px;
	margin-right: 5px;
}
.sidebar_project_2{
	background: url(../images/debt_relief_concepts_thumbnail.png) no-repeat left top;
}
.sidebar_project_2 .img{
	float:left; 
	clear:left; 
	width: 80px;
	height: 75px;
	margin-right: 5px;
}
#seo{
	background: #b0c80d url(../images/1_bg.gif) repeat-x left bottom;
	padding: 10px;
}
#seo .description{
	background: url(../images/2_p3.jpg) no-repeat left top;
}
#seo .description .img{
	float:left; 
	clear:left; 
	width: 65px;
	height: 65px;
	margin-right: 5px;
}
#ft{
	background: #FFFFFF url(../images/SWBtop_bar_bg.jpg) repeat-x;
	width: 766px;
	text-align: center;
}
#ft ul {
	height:30px;
	padding-top: 10px;
}
#ft ul li {
	padding-left: 10px;
	margin: 0;
	display:block;
	float:left;
	text-align: center;
	font-size: 80%;
}

/* @end */

/* @group forms */
form{
	background-color: #e6e6e6;
	border: 1px solid #4c4c4c;
	padding: 10px;
	margin-top: 5px;
	width: 300px;
}

form ol{
	padding: 0;
	margin: 0;
}

form ol li {
	padding: 5px;
}

li.field_error{
	border: 1px solid #ff3534;
	background: #fcfeef;
	margin-top: 5px;
}

form label {
	width: 200px;
	padding-right: 5px;
}

form input {
}

form select {
	
}

form textarea{
	
}

form input.submit_button {
	
}

/* @end */

		 



 


