/* 
* -----------------------------------------------
* 
* Author: Tommy Cutter (tommy@oneluckyguitar.com)
*
* ---------------------------------------------*/

a img { border: 0; }

html, body {
	margin:0;
	padding:0;
}

td {
	vertical-align:top;
}

body {
	text-align:center;
	background:#ddd;
	font-family:helvetica,arial,sans-serif;
	font-size:11px;
	padding:40px 0 20px 0;
	color:#444;
}

a {color:#1754BF;}

h1, h2, h3 {
	margin:0;
	padding:0;
	font-weight:100;
}

h1 {
	font-size:24px;
	line-height:24px;
}

h2 {
	font-size:18px;
	line-height:28px;
}

h3 {
	font-size:15px;
	line-height:25px;
}

p {
	font-size:11px;
	line-height:16px;
}

div#container { 
	width:800px; 
	margin:0 auto; 
	padding-bottom:40px; 
	text-align:left; 
}

div#header {
	background:#fff url(/assets/images/topcorners.png) left top no-repeat;
}

div#logo {
	padding:10px 25px;
	float:left;
	width:180px;
	height:44px;
}

div#logo img {
	position:relative;
	top:-40px;
	left:-10px;
}

div#nav {
	padding:25px 0 0 5px;
	float:right;
	width:500px;
	height:44px;
}

div#nav ul {
	list-style-type:none;
	margin:5px 0 0 -10px;
	padding:2px 10px;
	float:left;
	width:600px;
}

div#nav ul li {
	float:left;
	display:block;
	margin:0 8px 0 0;
	padding:0 18px 0 0;
	background:url(/assets/images/navleaf.png) right top no-repeat;
	height:30px;
	line-height:30px;
}

div#nav ul li:last-child {
	padding:0;
	background:none;
}

div#nav ul li img {
	padding-top:6px;
}

div#nav ul li a {
	display:block;
	text-align:center;
	float:left;
	color:#444;
	font-size:14px;
	margin-right:1px;
	text-decoration:none;
	font-weight:bold;
}

div#nav ul li:last-child {
	border-right:none;
}


div#h-photo {
	height:190px;
	background:url(/assets/images/pinkflowers.jpg) left top repeat-x;
	clear:both;
	padding:40px 0;
	position:relative;
}

div.home-left {
	height:147px;
	background:url(/assets/images/background.png) right top no-repeat;
	padding:20px;
	width:400px;
	float:left;
	font-size:11px;
}

div.home-right {
	width:283px;
	float:right;
}

div.home-right-info {
	background:url(/assets/images/background.png) left top no-repeat;
	padding:1px 0 35px 0;
	height:167px;
}

ul.home-servies {
	padding:0;
	list-style-type:none;
	border-bottom:1px dotted #ccc;
}

ul.home-services li {
	padding:6px 5px 6px 20px;
	margin:0;
	list-style-type:none;
	border-top:1px dotted #ccc;
	background:url(/assets/images/navleaf.png) left 50% no-repeat;
}

ul.home-services li:first-child {
	border-top:none;
}

div#main {
	background:#fff;
	padding:15px;
	text-align:left;
}

div#footer {
	border-top:3px solid #B5CF74;
	background:#d6e5b8 url(m/assets/images/footer-bg.png);
	padding:20px;
	color:#718941;
	text-align:center;
}

div#footer a {
	color:#527115;
	text-decoration:none;
	font-weight:bold;
}

.top-corners {
	background:url(/assets/images/topcorners.png) left top no-repeat;
	height:20px;
}

.bottom-corners2 {
	background:url(/assets/images/bottomcorners.png) left bottom no-repeat;
	height:20px;
}

.phone-bg {
	width:283px;
	height:42px;
	line-height:42px;
	background:url(/assets/images/homephone.png) left top no-repeat;
	font-size:30px;
	font-weight:bold;
	color:#333;
	padding-left:50px;
}

.phone-bg div {
	padding:0;
	margin:0;
	height:42px;
	line-height:44px;
}

.clear-left {clear:left;}
.clear-right {clear:right;}
.clear-both {clear:both;}

.contact-address {
	font-size:17px;
	line-height:30px;
}

.contact-phone {
	font-size:20px;
	line-height:30px;
}

.contact-email {
	font-size:13px;
	line-height:30px;
}

.contact-table td {
	padding:0 10px 0 0;
}
