* {
	margin: 0px;
	padding: 0px;
}


body {
	background: #000 url(../images/layout/bg2.jpg) top center no-repeat;
	font-size: 62.5%; /* sets all fonts to 10px to help with em styling*/
	font-family: arial;
}

.clear {
	clear: both;
}

#wrapper {
	width: 802px;
	margin: 0 auto;	
}

#header {
	height: 101px;
}

.logo {
	float: right;
	border: none;
}

 ul.nav {
	clear: left;
	float: left;
	margin-top: 57px;
	list-style: none;
	height: 44px;
	/*width: 400px;*/
	background: url(../images/layout/navbg.jpg) repeat-x;
	text-align: center;
	display: block;
}

ul.nav li {
	float: left;
	font-size: 1.3em;
	height: 44px;
	border-left: 1px solid #4D4D4D;
	border-right: 1px solid black;
}

ul.nav li a {
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	padding: 15px 20px 13px 20px;
	display: block;
}

ul.nav li a:hover {
	background: url(../images/layout/navbgalt.jpg) repeat-x;
}

ul.nav li#selected  a {
	background: url(../images/layout/navbgselected.jpg) repeat-x;
}


/*_-_-_-__-_-_-__-_-_-__-_-_-__-_-_-_  navigation styles above _-_-_-__-_-_-__-_-_-__-_-_-__-_-_-_*/


#maincontentindex {
	height: 374px;
	width: 802px;
	overflow: hidden;
	background: #000;
}

#blogwrap {
	background: #000 url(../images/layout/blogbg.jpg) top center no-repeat;
}

#maincontent, #slide {
	height: 374px;
	width: 802px;
	overflow: hidden;
}

#rightcontent {
	width: 402px;
	height: 374px;
	float: left;
	margin-left: 400px;
}


#footer {
	color: #CCC;
	margin-top: 10px;
}

#footer img.linkimage {
	border: none;
	float: left;
}

#footer img.phoneicon {
	padding-right: 5px;
}

#twitter {
	width: 502px;
	height: 100px;
	float: left;
}

#address {
	width: 300px;
	float: left;
	text-align: right;
	font-size: 1.2em;
	color: #FFF;
}

#address a {
	text-decoration: none;
	color: #CCC;
}

#address a:hover {
	text-decoration: none;
	color: #941C1D;
}

#address .upper {
	font-size: 1.4em;
}

#address .upper span {
	font-size: 1.6em;
}

.tweet {
	color: #FFF; 
	float: left;
	font-size: 1.2em;
	width: 300px;
	background: url(../images/layout/twitterbg.png) repeat;
}

.notweet {
	color: #FFF; 
	float: left;
	font-size: 1.2em;
	width: 300px;
}
 
.tweet .tweet_list {
    -webkit-border-radius: .5em;
    list-style-type: none;
    margin: 0;
    padding: 0; 
}
    
.tweet .tweet_list li {
    overflow: auto;
    padding: .5em; 
}
      
.tweet .tweet_list li a {
	color: #333; 
	text-decoration: none;
}
    
.tweet .tweet_list .tweet_even {
    background-color: #91E5E7; }

.tweet .tweet_list .tweet_avatar {
    padding-right: .5em;
    float: left; 
}

.tweet .tweet_list .tweet_avatar img {
    vertical-align: middle; 
}

#gallery img {
	margin-right: 5px;
	margin-bottom: 5px;
}

ul.gallery {
	width: 802px;
	list-style: none;
	margin-top: 20px;
	margin-left: 20px; 
	padding: 0;
}

ul.gallery li {
	float: left;
	margin-right: 5px; 
	margin-bottom: 5px; 
	padding: 0;
	text-align: center;
	display: inline; /*--Gimp Fix aka IE6 Fix - Fixes double margin bug--*/
}
ul.gallery li a.thumb {
	width: 148px; /*--Width of image--*/
	height: 110px; /*--Height of image--*/
	cursor: pointer;
}
ul.gallery li span { /*--Used to crop image--*/
	width: 148px;
	height: 110px;
	overflow: hidden;
	display: block;
}
ul.gallery li a.thumb:hover {
	background: #333; /*--Hover effect for browser with js turned off--*/
}

ul.gallery li a {text-decoration: none;  display: block;}

ul.gallery img {border: none;}

#mailform {
	margin-top: 30px;
	margin-left: 20px;
	color: #FFF;
	width: 480px;
	float: left;
}

#mailform p {
	color: #CCC;
	font-size: 1.4em;
	font-weight: normal;
}

#mailform h2 {
	margin-bottom: 15px;
	width: 300px;
}

#mailformleft {
	float: left;
	width: 240px;
}

#mailformright {
	width: 240px;
	float: left;
}

#email2, #phone, #name {
	width: 190px;
	margin-bottom: 10px;
	background: #333333;
	border: 1px solid #666666;
	margin-top: 5px;
	color: #999;
}

#message {
	width: 190px;
	height: 109px;
	margin-bottom: 10px;
	background: #333333;
	border: 1px solid #666666;
	margin-top: 5px;
	color: #999;
}

.label {
	color: #941C1D;
}

.submit {
	margin-top: 10px;
}

#indextext2 {
	width: 282px;
	float: left;
	margin-top: 30px;
}

#indextext2 p {
	color: #CCC;
	font-size: 1.6em;
	padding-bottom: 10px;
	font-weight: normal;
	margin-left: 60px;
}

#indextext2 img {
	border: none;
}

.bigleap { 
	padding: 20px 0px 20px 0px;
}

#indextext2 .contactphone {
	font-size: 2em;
}

.image1 {
	margin-left: 60px;
}

#aboutme {
	width: 802px;
	height: 374px;
	background: url(../images/content/about.jpg) no-repeat top;
	color: #666666;
	font-size: 1.4em;
}

#aboutme p {
	margin-left: 300px;
	padding-top: 10px;
}

.slide1, .slide2, .slide3, .slide4 {
	padding-top: 30px;
	width: 802px;
	height: 374px;
	float: left;
	font-size: 1.4em;
	color: #CCC;
	background: url(../images/content/pricing.jpg) no-repeat;
}


.slide1 p, .slide2 p, .slide3 p, .slide4 p {
	padding: 10px 0px 0px 20px;
}

.slide1 h2, .slide2 h2, .slide3 h2, .slide4 h2 {
	padding: 10px 0px 0px 20px;
}

.slide1 a {
	color: #ccc;
	text-decoration: none;
	font-weight: bold;
}
.slide1 a:hover {
	color: #941C1D;
}

.slide4 p span {
	color: #941C1D;
	font-weight: bold;
}

ul#features {
	color: #CCC;
	clear: left;
	float: left;
	list-style: none;
	text-align: left;
	display: inline;
	font-size: 1.6em;
	font-weight: bold;
}

ul#features {
	clear: left;
	float: left;
	list-style: none;
	width: 400px;
	background: url(../images/layout/navbg.jpg) repeat-x;
	text-align: left;
	display: block;
}

ul#features li {
	float: left;
	font-size: 1em;
	margin-right: 5px;
	border-right: 2px solid #CCC;
	padding-right: 5px;
}

ul#features li.last {
	border-right: none;
}

ul#features li a {
	color: #CCC;
	text-decoration: none;
}

ul#features li a:hover {
	color: #941C1D;
}

#adverts {
	margin-top: 7px;
	background: #000;
	clear: both;
}

#adverts img {
	border: none;
}

.contactus {
	padding-bottom: 10px;
}

.photos {
	position: relative;
	float: left;
	display: block;
	margin-right: 5px;
}

.photos img {
	border: 2px solid white;
	width: 46px;
}

.photosets {
	clear: both;
	padding-top: 1px;
}

.wetpaint {
	float: left;
}

#twitter a.lower {
	text-decoration: none;
	color: #FFF;
}

.middleimage {
	margin-left: 7px;
	margin-right: 7px;
}

#blogitself {
	width: 802px;
}

#blogright {
	color: #CCC;
	float: left;
	width: 262px;
	margin-top: 20px;
	padding-left: 30px;
}

#blogright a {
	color: #FFF;
	text-decoration: none;
}
#blogright a:hover {
	color: #941C1D;
}

#blogright ul li {
	list-style: none;
	font-size: 1.4em;
	padding: 5px;
	background: url(../images/layout/twitterbg.png) repeat;
}


#blogleft {
	color: #CCC;
	float: left;
	width: 510px;
	padding-bottom: 20px;
}

#blogleft h3, #blogright h2 {
	font-size: 3em;
	padding: 10px 0px 10px 0px;
}

#blogleft .summary {
	font-weight: bold;
	font-size: 1.4em;
	padding-bottom: 10px;
}

#blogleft p {
	font-size: 1.4em;
}

.article p {
	padding-bottom: 10px;
}

#blogleft a {
	font-weight: bold;
	color: #941C1D; 
}

#blogimage {
	background: url(../images/layout/blogimagebg.jpg) top left no-repeat;
	width: 503px;
	height: 204px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#blogimage img {
	padding: 12px;
}