body {
	margin: 0;
	padding: 0;
	background: #000 url(layout_images/background.png) no-repeat top left;
	font-size: 8pt;
	font-family: Arial, Verdana, Tahoma, "MS Sans-Serif";
}

a {
	color: #2f7a9d;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.spacer {
	clear: both;
}

#contain-all {
	margin-left: 62px;
	margin-top: 100px;
	margin-bottom: 40px;
	width: 900px;
	background: #fff;
	overflow: hidden;
}

#linkbar {
	width: 900px;
	height: 30px;
	background: url(layout_images/linkbar_middle.png) repeat-x top left;
}

#linkbar-left {
	width: 5px;
	height: 30px;
	background: url(layout_images/linkbar_left.png) no-repeat top left;
	float: left;
}

#linkbar-right {
	width: 5px;
	height: 30px;
	background: url(layout_images/linkbar_right.png) no-repeat top left;
	float: right;
}

.linkbar-seperator {
	width: 2px;
	height: 30px;
	background: url(layout_images/linkbar_seperator.png) no-repeat top left;
	float: left;
}

.linkbar-link {
	height: 30px;
	float: left;
}

#linkbar-link-home {
	background: url(layout_images/linkbar_link_home.png) no-repeat top left;
	width: 63px;
}

#linkbar-link-home-hover {
	background: url(layout_images/linkbar_link_home_hover.png) no-repeat top left;
	width: 63px;
}

#linkbar-link-plans {
	background: url(layout_images/linkbar_link_plans.png) no-repeat top left;
	width: 57px;
}

#linkbar-link-plans-hover {
	background: url(layout_images/linkbar_link_plans_hover.png) no-repeat top left;
	width: 57px;
}

#linkbar-link-signup {
	background: url(layout_images/linkbar_link_signup.png) no-repeat top left;
	width: 70px;
}

#linkbar-link-signup-hover {
	background: url(layout_images/linkbar_link_signup_hover.png) no-repeat top left;
	width: 70px;
}

#linkbar-link-support {
	background: url(layout_images/linkbar_link_support.png) no-repeat top left;
	width: 73px;
}

#linkbar-link-support-hover {
	background: url(layout_images/linkbar_link_support_hover.png) no-repeat top left;
	width: 73px;
}

#linkbar-link-designservices {
	background: url(layout_images/linkbar_link_designservices.png) no-repeat top left;
	width: 126px;
}

#linkbar-link-designservices-hover {
	background: url(layout_images/linkbar_link_designservices_hover.png) no-repeat top left;
	width: 126px;
}

#banner {
	width: 900px;
	height: 196px;
	background: #000;
}

#banner-left {
	width: 200px;
	height: 196px;
	background: url(layout_images/banner_left_image.png) no-repeat top left;
	float: left;
}

#banner-right {
	width: 500px;
	height: 196px;
	float: right;
}

#banner-right-header {
	width: 275px;
	height: 25px;
	background: url(layout_images/banner_right_image.png) no-repeat top left;
	margin-top: 15px;
	margin-left: 45px;
	margin-bottom: 10px;
}

.banner-right-bullet {
	height: 21px;
	line-height: 21px;
	width: 500px;
	background: url(layout_images/bullet_point.png) no-repeat center left;
	text-indent: 17px;
	margin-left: 30px;
	color: #fff;
	font-size: 8pt;
	font-weight: bold;
}

#banner-right-button, #banner-right-button-hover {
	width: 70px;
	height: 18px;
	background: url(layout_images/banner_right_button.png) no-repeat top left;
	float: right;
	margin-right: 10px;
	margin-top: 17px;
}

#banner-right-button-hover {
	background: url(layout_images/banner_right_button_hover.png) no-repeat top left;
}

#contain-content {
	/* */
}

#contain-content .padding {
	padding: 7px;
}

#footer {
	text-align: center;
	height: 35px;
	line-height: 35px;
	color: #444;
	font-size: 10pt;
	font-weight: bold;
	margin-top: 100px;
}

#footer a {
	color: #444;
}

#footer a:hover {
	text-decoration: none;
}

h1.headerh1 {
	font-size: 14pt;
	font-weight: normal;
	font-style: italic;
	color: #337c9f;
	margin-top: 10px;
	margin-left: 20px;
}

p.contentp {
	margin-left: 20px;
	margin-bottom: 65px;
	color: #888;
	line-height: 16px;
	font-size: 9pt;
}

#homepage-about {
	width: 565px;
	float: left;
}

#homepage-guarantees {
	width: 554px;
	height: 93px;
	background: url(layout_images/guarantees.png) no-repeat top left;
}

#homepage-plans {
	width: 320px;
	float: right;
}

.homepage-plan {
	width: 296px;
	height: 216px;
	background: url(layout_images/plan_box.png) no-repeat top left;
	margin-top: 25px;
}

#homepage-basic-plan {
	width: 110px;
	height: 40px;
	background: url(layout_images/basic_plan.png) no-repeat top left;
	margin-bottom: 20px;
}

#homepage-pro-plan {
	width: 110px;
	height: 40px;
	background: url(layout_images/pro_plan.png) no-repeat top left;
	margin-bottom: 20px;
}

.homepage-plan-row {
	height: 27px;
	line-height: 27px;
	background: url(layout_images/plan_icon.png) no-repeat center left;
	text-indent: 25px;
	margin-left: 12px;
	font-size: 9pt;
}

.homepage-plan-price {
	font-size: 14pt;
	color: #666;
	margin-left: 15px;
	margin-top: 15px;
	float: left;
}

.homepage-plan-contain-order {
	float: right;
	margin-top: 15px;
	margin-right: 15px;
}

.homepage-plan-contain-order a {
	color: #2f7a9d;
	font-size: 14pt;
	font-style: italic;
	text-decoration: none;
}

.homepage-plan-contain-order a:hover {
	text-decoration: underline;
}

/* plans page */

#plans {
	width: 600px;
	float: left;
}

#plans-description {
	width: 200px;
	float: right;
	padding-top: 100px;
	margin-right: 40px;
	font-size: 10pt;
}

#plans-table {
	width: 600px;
	border: 1px solid #fafafa;
	font-size: 8pt;
	font-family: Arial, Verdana, Tahoma, "MS Sans-Serif";
	font-weight: bold;
}

#plans-table tr th {
	text-align: center;
	font-weight: bold;
	background: #f6f6f6;
	color: #2f7a9d;
	height: 25px;
}

#plans-table tr td {
	text-align: center;
	font-weight: normal;
}

#plans-table tr .plans-table-title {
	font-weight: bold;
	color: #ff4400;
}

.headerh3 {
	color: #2f7a9d;
}