@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	background-color: #B0A790;
	background-image: url(images/body_Bg.jpg);
	background-repeat: repeat;
}
hr {
	font-size: 1px;
	color: #EFEFEF;
}
a {
	color: #CC0000;
}
a:hover {
	color: #FF0000;
}
.inner {
	width: 780px;
	margin: auto;
	padding-right: 15px;
	padding-left: 15px;
}
.white_bg {
	background-color: #FFFFFF;
	padding: 15px;
	border: 1px solid #666;
	background-image: url(images/inner_white_bg.jpg);
	background-repeat: repeat-x;
}
.right {
	float: right;
}
.left {
	float: left;
}
.full {
	width: 100%;
}

.left-column {
	float: left;
	width: 475px;
}
.right-column {
	float: right;
	width: 270px;
}

#header {
	background-color: #000000;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}
#header p {
	margin: 0px;
}
#header img {
	padding-top: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.contact_header {
	margin-top: 30px;
}

#contact_header_btn a {
	display: block;
	text-indent: -5000px;
	width: 115px;
	height: 33px;
	background-image: url(images/contact_header.png);
	background-repeat: no-repeat;
}
#contact_header_btn a {background-position: 0 0;}
#contact_header_btn a:hover {background-position: 0 -34px;}
#contact_header_btn a:active {background-position: 0 -68px;}

#global-nav ul {
	padding: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#global-nav {
	background-color: #000000;
	width: 780px;
	clear:both;
}
#global-nav li {
	padding-right: 2px;
	list-style-type: none;
	display: block;
	float: left;
}
#global-nav a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
	padding-top: 7px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 7px;
	text-transform: uppercase;
	font-size: 11px;
	display: block;
}
#global-nav a:hover {
	background-color: #CC0000;
	color: #FFFFFF;
}
#global-nav a.current {
	color: #FFFFFF;
	background-color: #900;
}

#description {
	background-color: #680001;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	background-repeat: no-repeat;
	background-position: center;
}
#description a {
	color: #CCCCCC;
	font-size: 18px;
}
.home {
	background-image: url(images/home-description-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.ecommerce {
	background-image: url(images/description-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.web-design {
	background-image: url(images/description-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.website-hosting {
	background-image: url(images/description-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.about {
	background-image: url(images/description-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.contact {
	background-image: url(images/description-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#conversion_bar {
	padding: 15px;
	text-align: center;
	background-color: #333;
	font-weight: bold;
	color: #FFF;
	background-image: url(images/conversion_bar_bg.jpg);
	background-repeat: repeat-x;
}







#content {
	padding-top: 25px;
	background-repeat: repeat-x;
}
#content p {
	line-height: 22px;
}


h1 {
	color: #FFFFFF;
	font-size: 38px;
	text-shadow: #333 1px 1px 1px;
	font-weight: bold;
	margin-top: 10px;
}
h2 {
	font-weight: normal;
	font-size: 20px;
	line-height: 28px;
	color: #FFFFFF;
	text-shadow: #333 1px 1px 1px;
}
h3 {
	color: #990000;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	padding-top: 20px;
}
.featured-text {
	padding: 8px;
	background-color: #300;
	color: #CCC;
	margin-top: -3px;
	font-size: 12px;
	margin-bottom: 10px;
}
.featured-text a {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: -.1em;
}
.featured-text a:hover {
	color: #FCC;
}
.border-td {
	border: 1px solid #000;

}


.biggish {
	font-size: 36px;
	letter-spacing: -2px;
	color: #333333;
	margin-bottom: 5px;
}
.smallish {
	font-size: 18px;
	color: #CC0000;
	letter-spacing: -1.5px;
}

.blog-post-list li {
	list-style-type: none;
}
.blog-post-list ul {
	margin: 0px;
	padding: 0px;
}
.date {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #666666;
	font-size: 12px;
}
#contact_button a {
	display: block;
	text-indent: -5000px;
	width: 217px;
	height: 35px;
	background-image: url(images/contact.png);
	background-repeat: no-repeat;
}
#contact_button a {background-position: 0 0;}
#contact_button a:hover {background-position: 0 -35px;}
#contact_button a:active {background-position: 0 -70px;}
.contact_form {
}
.contact_form h2 {
	color: #000000;
	font-size: 24px;
	margin-top: 0px;
	padding-top: 0px;
	text-shadow: none;
}

div.bubble {
	width: auto;
	margin-bottom: 24px;
}

div.bubble blockquote {
	margin: 0px;
	padding: 5px;
	border: 1px solid #c9c2c1;
	background-color: #fff;
	height: 50px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 12px;
	background-image: url(images/bubble-bg.jpg);
	background-repeat: repeat-x;
}
div.bubble img {
	margin-right: 10px;
}


div.bubble blockquote p {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

div.bubble cite {
	position: relative;
	top: 6px;
	font-style: normal;
	background-color: transparent;
	background-image: url(images/tip.gif);
	background-repeat: no-repeat;
	background-position: 20px 0;
	font-size: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
}

#footer {
	background-color: #000000;
	padding: 15px;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 25px;
	background-image: url(images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
.align-right {
	text-align: right;
}

#footer ul {
	padding: 0px;
}
#footer li {
	list-style-type: none;
}

#footer a {
	color: #CCC;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
}
