@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(i/seo_bg_main.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
a {
	color: #954214;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
#tag {
	display: block;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 100;
}
#top {
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 268px;
	overflow: hidden;
	width: 900px;
	position: relative;
} 
#top h1 {
	background-image: url(i/seo_logo.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	overflow: hidden;
	display: block;
	background-position: left top;
	position: relative;
	color: #964214;
	padding-top: 86px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 140px;
	height: 100px;
	width: 340px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#top h1 a {
	text-decoration: none;
	color: #964214;
	font-size: 1.1em;
}
#top h1 span {
	color: #FFF;
}
#top h2 {
	overflow: hidden;
	display: block;
	position: relative;
	color: #253746;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
	top: -76px;
	left: 70px;
	width: 400px;
}
#top h2 a {
	text-decoration: none;
	color: #253746;
	font-size: 1.3em;
}
#top h2 span {
	text-align: right;
	color: #FFF;
	font-size: 2em;
}
#top a {
	color: #666;
	text-decoration: none;
	text-align: center;
	padding-top: 56px;
	font-size: 14px;
}
/*----/Services Panel----*/
#block_right  {
	background-image: url(i/seo_block_main.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 268px;
	width: 430px;
	margin: 0px;
	padding: 0px;
}
#block_right ul {
	display: block;
	height: 90px;
	text-decoration: none;
	list-style-type: none;
	width: 340px;
	overflow: hidden;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 14px;
}
#block_right ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 70px;
}
#block_right ul li a {
	height: 70px;
	width: 82px;
	display: block;
	float: left;
	color: #666;
	text-decoration: none;
	text-align: center;
	padding-top: 56px;
	font-size: 14px;
}
#block_right ul li a:hover {
	display: block;
	color: #199FEB;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	background-image: url(i/seo_menu_select.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#block_right ul li a.sel {
	display: block;
	color: #1894E1;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	background-image: url(i/seo_menu_select.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#block_right ol {
	display: block;
	height: 37px;
	text-decoration: none;
	list-style-type: none;
	width: 340px;
	overflow: hidden;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 14px;
	bottom: 0px;
	position: absolute;
}
#block_right ol li {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 38px;
}
#block_right ol li a {
	width: 82px;
	display: block;
	float: left;
	color: #666;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	padding-top: 12px;
	height: 38px;
}
#block_right ol li a:hover {
	display: block;
	color: #199FEB;
	text-decoration: none;
	text-align: center;
	background-image: url(i/seo_menul_select.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#block_right ol li a.sel {
	display: block;
	color: #1894E1;
	text-decoration: none;
	text-align: center;
	background-image: url(i/seo_menul_select.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#join {
	display: block;
	position: relative;
	top: 145px;
	width: 340px;
	text-align: right;
}

/* Tips for sidebar1:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the "#sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
#container {
	width: 900px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	clear: both;
}

#sidebar1 {
	float: right;
	width: 430px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	text-align: justify;
}
#sidebar1 a {
	text-decoration: none;
	color: #964214;
}
#sidebar1 p a {
	text-decoration: none;
	color: #964214;
}
#sidebar1 h3, #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
#sidebar1 #boxedAreaBody p {
	color: #39110B;
}
#sidebar1 #boxedAreaBody p a {
	text-decoration: none;
	color: #666;
}
#sidebar1 #boxedAreaBody p a:hover {
	text-decoration: underline;
	color: #333;
}
#sidebar2 {
	float: right;
	width: 200px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 60px;
	padding-left: 20px;
}
#sidebar2 a {
	text-decoration: none;
	color: #954214;
}
/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
#mainContent {
	color: #333;
	text-align: justify;
	font-size: .9em;
	float: left;
	margin: 0;
	width: 460px;
} 
#mainContent p a {
	color: #954214;
	text-decoration: none;
}
#mainContent p {
	line-height: 1.4em;
}
#mainContent h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.9em;
	color: #964214;
	line-height: 1.1em;
}
#mainContent .web {
	color: #333;
	line-height: 1.2em;
	padding-bottom: 22px;
	padding-left: 12px;
}
#mainContent .web h1{
	color: #964214;
	font-size: 1.6em;
}
#mainContent .web a.a_tpage {
	color: #674422;
	text-decoration: none;
}

#mainContent .web .a:hover {
	color: #674422;
	text-decoration: underline;
}
#mainContent .web ul li a {
	text-decoration: none;
	color: #954214;
}
#mainContent .web ul li {
	list-style-type: none;
	background-image: url(i/bullet_bbox.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 22px;
	padding-bottom: 6px;
}
#mainContent .web ul li .large {
	color: #C00;
	font-weight: bold;
}
#mainContent .a {
	text-decoration: none;
}
#mainContent .a_tpage {
	text-decoration: none;
	color: #7A5100;
}
#mainContent .main ul li {
	list-style-type: none;
	background-image: url(i/bullet_tick.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 22px;
	padding-bottom: 6px;
}
#wide .a_tpage {
	text-decoration: none;
	color: #964214;
}
#wide {
	text-align: justify;
	color: #333;
	font-size: .9em;
}
#wide p a {
	color: #964214;
	text-decoration: none;
}
#wide .web p a {
	text-decoration: none;
	color: #954214;
}
#wide .web p a:hover {
	text-decoration: underline;
	color: #954214;
}
#wide h1 {
	color: #964214;
	font-size: 1.6em;
}
#wide ul li a {
	text-decoration: none;
	color: #954214;
}
#wide ul li {
	list-style-type: none;
	background-image: url(i/bullet_bbox.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 22px;
	padding-bottom: 6px;
	text-align: left;
}
#wide .web {
	color: #333;
	line-height: 1.2em;
	padding-bottom: 22px;
	padding-left: 12px;
}
#wide .web h1 {
	color: #964214;
	font-size: 1.6em;
}

#wideEnd .a_tpage {
	text-decoration: none;
	color: #964214;
}
#wideEnd {
	text-align: justify;
	color: #333;
	font-size: .9em;
}
#wideEnd a {
	text-decoration: none;
	color: #954214;
}
#wideEnd h1 {
	color: #964214;
	font-size: 1.6em;
}
#wideEnd ul li a {
	text-decoration: none;
	color: #954214;
}
#wideEnd ul li {
	list-style-type: none;
	background-image: url(i/bullet_bbox.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 22px;
	padding-bottom: 6px;
}
#wideEnd .web {
	color: #333;
	line-height: 1.2em;
	padding-bottom: 22px;
	padding-left: 12px;
}
#wideEnd .web h1 {
	color: #964214;
	font-size: 1.6em;
}

#footer {
	text-align: left;
	background-image: url(i/seo_footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 140px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
#footer #first {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	width: 60%;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	float: left;
}
#footer #first a {
	color: #FFF;
	text-decoration: none;
	font-size: .9em;
	font-weight: normal;
	display: block;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FCF9F0;
}
#footer #first a:hover {
	color: #FF9;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: normal;
	display: block;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FCF9F0;
}
#footer #second {
	width: 35%;
	float: right;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFF;
	font-size: 0.9em;
	color: #333;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 14px;
	padding-left: 24px;
	margin: 0;
}
#footer #second a {
	color: #FFF;
	text-decoration: none;
	font-size: .9em;
	font-weight: normal;
}

/* Miscellaneous classes for reuse */
.clearfloat {
	clear: both;
	height: 1px;	
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
#copyright {
	text-align: right;
	padding-right: 10px;
	font-size: x-small;
	color:#E8E8E8;
	padding-top: 50px;
}

#copyright a {
	margin: 0;
	border: 0;
	color:#000;
}

#copyright a:active, #copyright a:hover {
	color:#006633;
	margin: 0;
}
.boxInline {
	float: left;
	padding: 5px;
	height: 200px;
	overflow: hidden;
	margin: 0px;
}

/*----Services Panel----*/
#boxedAreaTop {
	width:360px;
	height:14px;
	background-image: url(i/seo_box_top.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	font-size: 8px;
	line-height: 8px;
}
#boxedAreaBody {
	width:340px;
	background-image: url(i/seo_box_bg.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 0.8em;
	line-height: 1.4em;
}
#boxedAreaBody h1 {
	margin: 0px;
	padding: 0px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.6em;
	color: #964214;
}
#boxedAreaBody h2 {
	margin: 0px;
	padding: 0px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #964214;
	font-size: 1.4em;
}
#boxedAreaBody p {
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 34px;
	color: #0F6BA0;
	margin: 0px;
}
#boxedAreaBody a.a_tpage {
	color: #674422;
	text-decoration: none;
}

#boxedAreaBody .a:hover {
	color: #674422;
	text-decoration: underline;
}
#boxedAreaBody ul li a {
	text-decoration: none;
	color: #954214;
}
#boxedAreaBody ul li {
	list-style-type: none;
	background-image: url(i/bullet_bbox.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 22px;
	padding-bottom: 6px;
}
#boxedAreaBody ul li .large {
	color: #C00;
	font-weight: bold;
}
#boxedAreaBottom {
	width:360px;
	height:14px;
	background-image: url(i/seo_box_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 8px;
	padding: 0px;
}
.joinus {
	width: 360px;
	font-size: .8em;
}
.price {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 48px;
	float: right;
	display: block;
	margin: 8px;
	padding: 8px;
	color: #FFF;
	border: 4px solid #FFF;
	line-height: 60px;
	background-color: #964214;
	font-weight: normal;
	clear: both;
}
.was {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 48px;
	float: right;
	display: block;
	margin: 8px;
	padding: 8px;
	color: #FFF;
	border: 4px solid #FFF;
	line-height: 60px;
	background-color: #F60;
	font-weight: normal;
	clear: both;
	text-decoration: line-through;
}
.buy {
	border: 1px solid #964214;
	background-color: #E8E8E8;
	float: right;
	text-align: right;
	margin: 4px;
	padding: 4px;
	clear: both;
}
.fields  fieldset {
	border: 1px solid #CCCCCC;
	padding-left: 12px;
	font-size: 1.2em;
	color: #333333;
	display: block;
	margin: 12px;
}
.fields legend {
	font-size: 1.4em;
}
.fields li {
	list-style-type: none;
	padding-bottom: 6px;
}
.fields span {
	display: block;
	font-size: .9em;
	font-weight: bold;
}
.fields input {
	width: 90%;
	border: 1px solid #CCCCCC;
}
.fields  .required  {
	border: 1px solid #FF6600;
}
.fields .req {
	font-size: .64em;
	font-weight: normal;
}
.fields select {
	width: 90%;
}
.fields textarea {
	width: 90%;
	border: 1px solid #CCCCCC;
}
.fields #imgcode {
	width: 6em;
	border: 1px solid #FF6600;
	font-size: 1.2em;
}
.fields ol {
	list-style-type: none;
}
.boxed {
	border: 1px solid #999;
	margin-left: 30px;
	padding: 4px;
	margin-right: 30px;
	background-color: #E8E8E8;
}
.boxed p {
	padding-left: 20px;
}

.options ul {
	list-style-type: none;
}
.options  li {
	list-style-type: none;
	width: 33%;
	float: left;
	display: block;
	padding-bottom: 10px;
}
.options span {
	display: block;
	font-size: 0.8em;
	font-weight: normal;
}
.fields .submit {
	width: 120px;
	height: 30px;
	float: right;
	margin-right: 60px;
}
.small {
	font-size: 0.8em;
	color: #333;
}
.white {
	color: #FFF;
}
#imgcode {
	font-size: 1.4em;
}
.warning {
	font-size: 1.2em;
	font-style: italic;
	color: #954214;
}
span.red{
	color: #954214;
}
.link {
	margin: 4px;
	padding: 4px;
	border: thin solid #EDEDED;
}
.link h3 {
	margin: 0px;
	padding: 0px;
}
.link h4 {
	font-size: .7em;
	color: #666;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 22px;
}

