
BODY {
	margin: 0;
	padding: 0;
	background: #000 url(images/bg.jpg) top center no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #333;
}

H1.welcome {
	margin-left: -20px;
	margin-top: -20px;
}

H2 {
	padding-left: 22px;
	font-size:20px;
	text-transform:uppercase;
	color: #333;
	font-weight: lighter;
	
}

H3, H4 {
	font-size: 18px;
	padding-left:22px;
	line-height: 28px;
	font-weight: normal;
}

H4 {
	margin-bottom:-8px;
}

P {
	padding-left: 22px;
	padding-right: 22px;
	color: #333;
	line-height:23px;
	margin:0 0 15px 0;

}

SPAN.highlight {
	font-size: 22px;
	font-weight: lighter;
}

#header {
	width: 950px;
	height: 125px;
	margin: 0 auto;
}

#logo {
	position: relative;
	width:427px;
	float: left;
}

#logo img {
	position: absolute;
	top: 20px;
	left: -50px;
}

#topBar {
	width: 100%;
	height: 46px;
	background: url(images/logo-bg.jpg) top center repeat-x;
	text-align: center;
}

#nav {
	float: right;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li {
	float: left;
}

#nav li A {
	display: block;
	padding-left:10px;
	padding-right:10px;
	padding-top:55px;
	height: 70px;
	font-size: 14px;
	color: #D4CFD7;
	text-decoration: none;
	background: none;
	margin-left:2px;
	margin-right:2px;
	
}

#nav li A:hover, #nav li A.current {
	background: url(images/nav-hover-bg.png) bottom center repeat-x;
	color: #FFF;
}

#content {
	width: 934px;
	margin: 0 auto;
	background: #fff url(images/content-bg.jpg) bottom center no-repeat;
	border: 8px solid #fff;
	border-top: none;
	padding-bottom:27px;
	padding-top:30px;
}

#home #content {
	background: #fff url(images/home-content-bg.jpg) bottom right no-repeat;
	width: 934px;
	margin: 0 auto;
	border: 8px solid #fff;
	border-top: none;
	padding-bottom:7px;
	padding-top:30px;
}

ul.large {
}

ul.large li {
	list-style-image: url(images/check.png);
	font-size: 18px;
	padding: 7px;
}

.listTitle {
	font-size:16px;
	font-weight: bold;
	text-transform:uppercase;
	color: #132168;
}

.slideshow {
	width: 900px;
	height: 112px;
	margin: 0 auto;
}

form {
	width: 750px;
	margin: 0 auto;
}

fieldset {
	border: 1px solid #e2e4ec;
	padding: 10px;
	margin-bottom: 10px;
}

legend { padding: 10px; font-size: 22px; color: #322D2A; }

.web-design-quote-table {
	width: 570px;
	margin: 0;
	padding: 0;
	margin-left: 50px;
}

.web-design-quote-table P {
	text-indent: 0 !important;
}

.web-design-quote-table td {
	height: 40px;
	vertical-align: top;
}

.web-design-quote-table .tiny {
	color: #55504C;
}

button.submit-button {
	width: 228px; 
	height: 171px;
	border: none;
	background: url(images/submit-button.png) no-repeat;
	cursor: pointer;
}

.center {
	text-align: center;
}

input {
	padding: 5px;
	border: 1px solid #ABB4CD;
	width: 300px;
	font-size:18px;
	color: #2e2925;
}

 select, textarea {
	padding: 5px;
	border: 1px solid #ABB4CD;
	font-size: 14px;
	color:#2e2925;
}

textarea {
	width: 300px;
	height: 100px;
}

input.radio, input.checkbox {
	border: none;
	width: auto;
	cursor: pointer;
}

.gold-coast {
	float: right;
	padding: 10px;
}


#testimonials-holder {
	width:900px;
	margin: 0 auto;
}

div.quote-holder {
	width:250px;
	float: left;
	margin-bottom:20px;
	padding: 20px;
}

div.talk
{
	background: #D4E5FD url('images/quote.gif') top left no-repeat;
	font-family: Georgia, Arial, Verdana, sans-serif;
	color: #4A5455;
	line-height: 18px;
	padding: 10px;
	width: 200px;
	border-radius : 6px; -moz-border-radius : 6px; -webkit-border-radius : 6px;
}
div.talk-author
{
	background: url('images/talk-bottom.gif') top right no-repeat;
	font-family: Georgia, Arial, Verdana, sans-serif;
	color: #4A5455;
	font-style: italic;
	padding: 28px 0 5px 0;
	text-align: right;
	width: 200px;
}

.tiny {
	font-size: 12px;
}

.supertiny {
	font-size: 8px;
}

.button {
	text-align: left;
	padding-top:0px;
}

img {
	border: none;
}

.button img:hover {
	cursor: pointer;
}

#footer {
	 width: 950px;
	 height: 100px;
	 margin: 0 auto;
	 background: url(images/footer-bg.jpg) no-repeat;
	 text-align: center;
}

#footer P {
	font-size: 10px;
	color: #666;
	padding-top:16px;
}
 #footer A {
	color: #ccc;
	text-decoration: none;
}

#footer A:hover {
	color: #FFF;
	text-decoration: underline;
}

	
	