body {
	background-color: #ECECEC;
	background-image: url(../images/background.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

* {
	font-family: Lucida Grande, Lucida Sans Unicode, Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #666666;
}

img {
	border: none;
}


#logoContainer {
	margin: 0px auto;
	padding-top: 10px;
	text-align: center;
	width: 268px;
	height: 75px;
}
#logoContainer img {
	font-size: 40px;
	color: #7A2928;
	cursor: pointer;
}

#pageContainer {
	width: 800px;
	margin: 0px auto;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
}

#circleContainer {
	float: left;
	width: 204px;
	margin-top: 23px;
	background-image: url(../images/content_circle.jpg);
	background-repeat: no-repeat;
	padding-top: 220px;
	font-size: 11px;
	color: #999999;
	text-align: left;
}

#twitterfeed {
	background-color: #EEEEEE;
	padding: 10px;
	border: 1px solid #CCCCCC;
}
#twitterfeed ul {
	list-style: none;
	margin: 0px;
	padding: 0px 5px 0px 0px;
}
#twitterfeed li {
	font-size: 13px;
	color: #666666;
	list-style: none;
	padding: 0px 0px 20px 0px;
}
#twitterfeed a {
	font-size: 13px;
	color: #666666;
}

#menu {
	padding-top: 30px;
	text-align: left;
	height: 20px;
}
	#menu a {
		width: 120px;
		display:block;
		float: left;
		border: 3px solid #CCC;
		padding:2px 0px 4px 0px; margin:0px 10px 0px 0px;
		font-size:12px; font-weight:bold; text-decoration:none; text-align:center; color:#666;
		background: rgb(220,220,220);    // hex: 7A2928  = 122, 41, 40
		border-color: rgb(200,200,200);
		-moz-border-radius: 14px;
		-webkit-border-radius: 14px;
	}
	#menu a:hover {
		color:#000;
		background: rgb(170,170,170);
		border-color: rgb(122,41,40);
		-moz-box-shadow: 0 0 5px black;
		-webkit-box-shadow: 0 0 5px black;
	}


#menu div {
	display: inline;
}
#menu div a {
	font-size: 16px;
	color: #555555;
	text-decoration: none;
}
#menu div a:hover {
	color: #7A2928;
	text-decoration: none;
	border-bottom: 7px solid #EEEEEE;
}
.menuSeparator {
	margin: 0px 10px;
	font-size: 17px;
	color: #CCCCCC;
	cursor: default;
}



#contentContainer {
	width: 550px;
	margin: 50px 0px 10px 205px;
	text-align: left;
}

a.button {
	display:block;
	float: left;
	border: 3px solid #CCC;
	padding:2px 20px;
	font-size:11px; font-weight:bold; text-decoration:none; text-align:center; color:#666;
	background: rgb(220,220,220);
	border-color: rgb(200,200,200);
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}
a.button:hover {
	color:#000;
	background: rgb(170,170,170);
	border-color: rgb(122,41,40);
	-moz-box-shadow: 0 0 5px black;
	-webkit-box-shadow: 0 0 5px black;
}

a.smallbutton {
	display:block;
	float: left;
	border: 2px solid #CCC;
	padding: 2px 15px;
	font-size:10px; font-weight:bold; text-decoration:none; text-align:center; color:#666;
	background: rgb(220,220,220);
	border-color: rgb(200,200,200);
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
}
a.smallbutton:hover {
	color:#000;
	background: rgb(170,170,170);
	border-color: rgb(122,41,40);
	-moz-box-shadow: 0 0 5px black;
	-webkit-box-shadow: 0 0 5px black;
}


#footer {
	clear: both;
	border-top: 5px solid #ccc;
	background-color: #999;
	height: 180px;
	text-align: center;
	margin: 0px auto;
}
	#footerContainer {
		padding: 5px 0px;
		margin: 0px auto;
		width: 850px;
	}
		#footerContainer div {
			float: left;
			width: 250px;
			text-align: left;
			padding: 0px 15px;
		}
		#footerContainer p {
			font-size: 12px;
			color: #eee;
			line-height: 19px;
		}
		#footerContainer div p a {color:#eee; font-size:12px; line-height:19px;}
		#footerContainer div p a:hover {color:#fff; font-size:12px; line-height:19px;}
		#footerContainer div h3 {color:#fff;}
		#footerContainer #social a img {vertical-align: middle;}
		#footerContainer #social a {display: block; color:#eee; padding: 1px 0px; text-decoration: none;}
		#footerContainer #social a:hover {color: #fff;}



#websiteGallery {
}
#websiteGallery a img {
	margin: 7px;
	border: 5px solid #DEDEDE;
}
#websiteGallery a:hover img {
	border: 5px solid #7A2928;
}
#logoGallery {
}
#logoGallery a img {
	margin: 3px;
	border: 2px solid #DEDEDE;
}
#logoGallery a:hover img {
	border: 2px solid #7A2928;
}
#testimonials {
	float: center;
	width: 530px;
	height: 100px;
	margin: 10px 0px 0px 0px;
	text-align: left;
	background-image: url(../images/quote.jpg);
	background-repeat: no-repeat;
	padding: 25px 0px 0px 45px;
}
#fscroller {
	font-size: 17px;
	color: #000000;
}

h1 {
	font-size: 23px;
	font-weight: bold;
	color: #7A2928;
	margin: 0px 0px;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	color: #7A2928;
	margin: 0px 0px 10px 0px;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	color: #7A2928;
	margin: 0px 0px 7px 0px;
}
h3 a {
	font-size: 13px;
	font-weight: bold;
	color: #7A2928;
}
p {
	margin: 10px 0px;
	font-family: Lucida Grande, Lucida Sans Unicode, Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #444444;
	line-height: 18px;
}

p a {
	font-size: 13px;
}

.getstarted {
	margin: 15px 0px;
	padding: 7px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	text-decoration: underline;
	text-align: center;
	color: green;
	cursor: pointer;
}
.getstarted_hover {
	margin: 15px 0px;
	padding: 7px;
	background-color: #FFFFFF;
	border: 1px solid #7A2928;
	text-decoration: underline;
	text-align: center;
	color: #7A2928;
	cursor: pointer;
}
	
.inputArea {
	padding: 10px;
	margin: 15px 0px;
	background: #FFFFFF;
	border: 2px solid #555555;
}

.websitePackage {
	width: 250px;
	height: 320px;
	float: left;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	padding: 1px;
	margin: 0px 15px 10px 0px;
}
.websitePackage div {
	background-color: #7A2928;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	padding: 3px 0px 3px 3px;
}	
.websitePackage ul {
	padding: 0px 5px 0px 20px;
	margin-top: 5px;
}
.websitePackage li, a {
	font-size: 12px;
}
.websitePackage p {
	font-size: 12px;
	padding: 0px 5px 0px 5px;
	line-height: 15px;
	margin: 5px 0px 0px 0px;
}

.adImageLink img {border: 4px solid #EEEEEE;}
.adImageLink:hover img {border: 4px solid #555555;}
