html {
	padding: 0;
	margin: 0;
}

body {
	font-family: Verdana,Tahoma,Arial,Sans-Serif;
	font-size: 11px;
	color: #333;
	background-color: #AFCEE3; 
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	padding: 0;
	margin: 24px;
}

a {
	text-decoration: none;
}

h1,h2,h3 {
	margin: 0;
	padding-bottom: 12px;
}

h1 {
	font-size: 16px;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
	display: block;
}

p {
	margin: 0;
	padding-bottom: 12px;
	line-height: 1.7em;
}

form {
	padding: 0;
	margin: 0;
}

.clear {
	clear: both;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	background-image: url(images/body_back.gif);
}

#column {
	float: left;
	width: 200px;
}

#body {
	float: left;
	width: 700px;
}

#header {
	background-image: url(images/header_back.gif);
	background-repeat: repeat-x;
	height: 95px;
}

h1#slogan {
	float: left;
	font-size: 13px;
	font-weight: bold;
	height: 32px;
	padding: 15px 0 0 0;
	margin: 0;
}

#number {
	float: right;
	size: 14px;
	text-align: right;
	padding: 8px 12px 7px 0;
	font-size: 13px;
}

#newsletter {
	position: relative;
	top: 12px;
	clear: both;
	text-align: right;
	margin: 0px;
	padding:  0 12px 12px 12px;
}

#navigation {
	position: relative;
	width: 200px;
}

.nav_button {
	float: left;
	width: 200px;
	height: 35px;
	text-indent: -9000px;
	border: none;
}

.nav_button_trigger {
	clear: both;
	width: 200px;
	height: 35px;
	text-indent: -9000px;
	border: none;
	cursor: pointer;
}

.subnav_button {
	background-image: url(images/button_sub_back.gif);
	background-repeat: no-repeat;
	width: 188px;
	height: 23px;
	text-align: right;
	padding: 12px 12px 0 0;
	color: #00aeef;
	float: left;
}

.subnav_button:hover {
	color: #ec008c;
	text-decoration: none;
}

#button_home {
	background-image: url(images/button_home.gif);
	background-repeat: no-repeat;
}

#button_services {
	background-image: url(images/button_services.gif);
	background-repeat: no-repeat;
}

#button_portfolio {
	background-image: url(images/button_portfolio.gif);
	background-repeat: no-repeat;
}

#button_quotes {
	background-image: url(images/button_quotes.gif);
	background-repeat: no-repeat;
}

#button_about {
	background-image: url(images/button_about.gif);
	background-repeat: no-repeat;
}

#button_contact {
	background-image: url(images/button_contact.gif);
	background-repeat: no-repeat;
}

#button_bottom {
	background-image: url(images/button_bottom.gif);
	background-repeat: no-repeat;
	width: 200px;
	height: 35px;
}

#content {
	margin-bottom: 12px;
}

.service_item {
	float: left;
	width: 315px;
	padding: 6px 6px 5px 5px;
}

.service_item img {
	float: left;
	padding: 6px;
}

.padding24 {
	padding: 24px;
}

#main_image {
	margin:0 auto 35px auto;
	height:438px;
	width:700px;
	background:black;
}

#main_image img {
	margin-bottom:10px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.cart table {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	margin-bottom: 10px;
	width: 100%;
}

.cart td, .cart th {
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	padding: 2px;
}

.cart th {
	font-weight: bold;
	padding:2px;
	background: #eee;
}

table.side {
	width: 45%;
	margin-left: 55%;
}

table.cart {
	float: right;
	width: 38%;
}

table.cart td {
	padding: 2px;
}

div.pad {
	padding: 12px;	
}
