/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
	background-color: #FFFFFF;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}




input, textarea, select {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #4F789F;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.6em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.6em;
}

p {
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
	color: #4F789F;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: marker;
}
.lighthighlight {
	background-color: #FFFFCC;
}
.redtext {
	color: #CC0000;
}


img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	width: 900px;
	height: 300px;
	background: url(../images/img03.jpg) no-repeat left bottom;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
}

/* Menu */

#menu {
	width: 900px;
	height: 100px;
}

#menu ul {
	margin: 0;
	list-style: none;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 150px;
	height: 38px;
	padding: 12px 0 0 0;
	text-align: center;
	text-decoration: none;
	font-size: 1.8em;
}

#menu .active a {
	background: #B3EAFD url(../images/img02.jpg) no-repeat;
}

/* Logo */

#logo {
	clear: both;
	width: 900px;
	height: 200px;
}

#logo h1, #logo h2 {
	font-style: italic;
}

#logo h1 {
	padding: 70px 0 0 0;
	font-size: 4em;
}

#logo h2 {
	padding: 0 0 0 100px;
	font-size: 2em;
}

#logo a {
	text-decoration: none;
	color: #479EF3;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding: 30px 0;
}

/* Content */

#content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

.post {

}

.post .date {
	float: left;
	width: 70px;
	background: #C9E5FC;
	border: 1px solid #C9E5FC;
	text-align: center;
	font-size: 11px;
	color: #3F4C6B;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}

.post .date b {
	display: block;
	background: #F4FAFE;
	font-size: 24px;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

.post .title {
	margin: 0;
	background-color: #ecf6ff;
	padding-top: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c6d6e3;
	border-left-color: #c6d6e3;
}
.top {
	background-image: url(../images/top.gif);
	background-repeat: no-repeat;
	width: 800px;
	height: 20px;
	margin-top: 20px;
}

.intro {
	background-image: url(../images/intro-background.gif);
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}


.post .meta {
	margin: 0 0 0 0;
	color: #B2B7C4;
}

.post .entry {
	line-height: 200%;
	background-color: #ecf6ff;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c6d6e3;
	border-left-color: #c6d6e3;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 280px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
	padding: 20px 20px 40px 20px;
	background: url(../images/img04.jpg) no-repeat;
}

#sidebar li ul {
	line-height: 240%;
}

#sidebar li li {
	margin: 0;
	padding: 0;
	background: none;
	padding-left: 15px;
	background: url(../images/img05.gif) no-repeat left center;
}

#sidebar h2 {
	margin-bottom: 20px;
	color: #4F789F;
}

#s {
	width: 160px;
}

/* Footer */

#footer {
	clear: both;
	padding: 40px 0;
	background: #EAF1F7;
	border-top: 5px solid #A2C9EA;
	text-align: center;
}

#footer p {
	margin: 0;
	color: #76AEDB;
}

#footer a {
	color: #76AEDB;
}
#optionssidebar {
	width: 808px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
#optionssidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#optionssidebar li {
	margin-bottom: 20px;
	padding: 20px 20px 40px 20px;
	background-image: url(../images/img04a.gif);
	background-repeat: no-repeat;
}
#optionssidebar li ul {
	line-height: 240%;
}
#optionssidebar li li {
	margin: 0;
	padding: 0;
	background: none;
	padding-left: 15px;
	background: url(../images/img05.gif) no-repeat left center;
}
#optionssidebar h2 {
	margin-bottom: 20px;
	color: #4F789F;
	text-align: center;
}
#optionssidebarInner {
	width: 610px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}
#optionssidebarInner ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#optionssidebarInner li {
	margin-bottom: 20px;
	padding: 20px 20px 40px 20px;
	background-image: url(../images/img04b.gif);
	background-repeat: no-repeat;
}
#optionssidebarInner li ul {
	line-height: 240%;
}
#optionssidebarInner li li {
	margin: 0;
	padding: 0;
	background: none;
	padding-left: 15px;
	background: url(../images/img05.gif) no-repeat left center;
}
#optionssidebarInner h2 {
	margin-bottom: 20px;
	color: #4F789F;
}
#orderheader {
	width: 900px;
	height: 300px;
	margin: 0 auto;
	padding: 0 40px;
	background-image: url(../images/img03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bottom {
	background-image: url(../images/bottom.gif);
	background-repeat: no-repeat;
	width: 800px;
	height: 20px;
}
.blockquotetestimonial {
	border: 2px groove #660066;
	text-align: center;
	padding: 20px;
}
