body {
	font: 15px Arial, Helvetica, sans-serif;
	margin: 0;
	color: #434343;
	background: #dedede url('../images/body-bg.gif') repeat-x;
	min-width: 927px;
}

A:link {text-decoration:none; color:#6c6c6c; }
A:visited {text-decoration:none; color:#6c6c6c; }
A:active {text-decoration:none; color:#6c6c6c; }
A:hover {text-decoration:underline; color:#6c6c6c; }


img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

#page {
	margin: 0 auto;
	width: 927px;
	background: url(../images/page-bg.gif) repeat-y;
	position: relative;
}

/*logo start*/
.logo {
	position: absolute;
	left: 22px;
	top: 39px;
	margin: 0;
	z-index: 100;
}

.logo a {
	display: block;
	text-indent: -9999px;
	width: 413px;
	height: 100px;
	overflow: hidden;
	background: url('../images/logo.gif') no-repeat;
}
/*logo end*/
/*header start*/
#header {
	overflow: hidden;
	height: 74px;
	width: 927px;
	background: #dedede url(../images/body-bg.gif) repeat-x;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	padding-top: 139px;
}
.today {
	color: #b3b3b3;
	position: absolute;
	left: 20px;
	top: 11px; 
	font-size: 10px;
	line-height: 16px;
}
.top-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	position: absolute;
	right: 9px;
	top: 10px;
}
.top-nav li {
	float: left;
	font-size: 10px;
	padding: 0 9px;
	margin-left: -1px;
	display: inline;
	line-height: 16px;
	background: url(../images/top-nav-divider.gif) no-repeat 0 4px;
}
.top-nav li a {
	text-decoration: none;
	padding-top: 1px;
	float: left;
	color: #b3b3b3;
}
.top-nav li a:hover {
	text-decoration: underline;
}
.rss-link {
	padding-right: 24px;
	background: url(../images/rss-icon.gif) no-repeat 100% 0;
}

.search-form {
	position: absolute;
	right: 17px;
	top: 106px; 
}
.search-form label {
	float: left;
	line-height: 18px;
	font-size: 12px;
}
.search-form .text {
	float: left;
	margin: 0 0 0 3px;
	width: 128px;
	padding: 0 0 1px 4px; 
	color: #000;
	font: 12px Arial, Helvetica, sans-serif;
	border: 1px solid #ccd1cd; 
	background: #fff;
}
.search-form .submit {
	float: left;
	margin: 0 0 0 2px;
}
.nav-block {
	overflow: hidden;
	width: 904px;
	height: 65px;
	background: #fff;
	text-align: center;
	padding: 9px 11px 0 12px;
}
.main-nav {
	margin: 0;
	padding: 0;
	line-height: 32px;
	list-style: none;
	background: #f4f4f4;
}
.main-nav li {
	display: inline; 
	padding: 0 19px 0 24px;
	background: url(../images/main-nav-divider.gif) no-repeat 0 50%;
	font-size: 14px;
}
.main-nav li.first {
	padding-left: 20px;
	background: none;
}
.main-nav li a {
	text-decoration: none;
	color: #000;
}
.main-nav li a.active,
.main-nav li a:hover {
	color: #2671b2;
}

.sub-nav {
	margin: 1px 0 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	width: 100%;
	background: #e4e4e4;
}
.sub-nav li {
	float: left;
	font-size: 11px;
	line-height: 24px;
	margin-left: -9px;
	display: inline;
}
.sub-nav li a {
	float: left;
	color: #014076;
	padding: 0 28px;
	text-decoration: none;
	background: url(../images/sub-nav-bg.gif) no-repeat 100% 0;
}
.sub-nav li a:hover {
	text-decoration: underline;
}
.sub-nav li#first-sub {
	margin-left: 0;
}
.sub-nav li#first-sub a {
	padding-left: 22px;
}
.sub-nav li#last-sub {
	font-weight: bold;
	margin-right: -100px;
}
.sub-nav li#last-sub a {
	background: none;
	padding-right: 100px;
}
.sub-nav li.active {
	background: #2570b1 url(../images/sub-nav-active-left-bg.gif) no-repeat;
}
.sub-nav li#first-sub.active {
	background: #2570b1;
}
.sub-nav li.active a {
	background: url(../images/sub-nav-active-bg.gif) no-repeat 100% 0;
	text-decoration: none !important;
	font-weight: bold;
	color: #e8e9e4;
}
.sub-nav li#last-sub.active a {
	background: none; 
}
/*header end*/
/* content start */
#content {
	overflow: hidden;
	position: relative;
	padding: 213px 11px 50px 11px;
	width: 905px;
}
.sidebar {
	float: right;
	width: 250px;
	padding-bottom: 20px;
}
.pack {
	overflow: hidden;
	height: 1%;
	padding: 0 0px 7px 89px;
	background: #232323 url(../images/pack-bg.gif) no-repeat 11px 25px;
	border: 8px solid #2b2b2b; 
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #a6a694;
}
.pack h3 {
	margin: 8px 0 0;
	font: 17px/18px Georgia, "Times New Roman", Times, serif;
	color: #fff;
}
.pack span {
	display: block;
	line-height: 18px;
	margin-top: 4px;
	font: 14px/18px Georgia, "Times New Roman", Times, serif;
}
.pack span a {
	color: #a6a694;
	text-decoration: none;
}
.pack span a:hover {
	text-decoration: underline;
}


.mail {
	overflow: hidden;
	height: 1%;
	border: 1px solid #f1f1f1; 
	margin-top: 12px;
	font-size: 11px;
	color: #000;
	padding: 0 0 2px 58px;
	background: #fff url(../images/mail-bg.gif) repeat-x 0 100%;
}
.mail strong {
	display: block;
	line-height: 14px;
	margin-top: 11px;
}
.mail p {
	margin: 3px 0 0 1px;
	line-height: 14px;
}
.mail .text {
	float: left;
	margin: 0 0 0 1px; 
	padding: 2px 0 3px 4px;
	width: 107px;
	border: 1px inset #d4d0c8; 
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
}
.mail .submit {
	float: left;
	margin: 0 0 0 5px;
}
.mail .form {
	overflow: hidden;
	width: 100%;
	margin: 11px 0 0;
}


.study {
	overflow: hidden;
	height: 1%;
	margin-top: 35px;
	font: 10px Georgia, "Times New Roman", Times, serif;
	color: #888;
}
.study h2 {
	margin: 0;
	font-size: 24px;
	color: #000;
	font-weight: normal;
}
.study ul {
	margin: 4px 0 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	width: 100%;
	background: url(../images/study-bg.gif) repeat-x;
}
.study ul li {
	overflow: hidden;
	width: 100%;
	vertical-align: middle;
	border-top: 1px solid #d5d5d5; 
	padding: 4px 0 5px;
	margin-top: -1px;
}
.study ul li .num {
	float: left;
	width: 36px;
	height: 37px;
	text-align: center;
	line-height: 28px;
	color: #5e5e5e;
	font-size: 20px;
	background: url(../images/num-bg2.gif) no-repeat;
}
.study ul li .cont {
	width: 200px;
	float: right;
}
.study ul li .cont h3 {
	margin: 0;
	font-weight: normal;
	color: #8c9d38;
	font-size: 17px;
}
.study ul li .cont h3 a {
	color: #8c9d38;
	text-decoration: none;
}
.study ul li .cont h3 a:hover {
	text-decoration: underline;
}
.study .more {
	float: left;
	font: bold 12px/21px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
	padding: 0 13px;
	margin-top: 6px;
	background: #39c;
}


.program-feature {
	overflow: hidden;
	height: 1%;
	margin-top: 45px;
	padding: 0 10px 5px;
	background: #f5f6f7;
	color: #666;
	font-size: 11px;
}
.program-feature h2 {
	margin: 7px 0 0 5px;
	font-size: 20px;
	color: #acacac;
}
.program-feature ul {
	margin: 7px 0 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	height: 1%;
}
.program-feature ul li {
	overflow: hidden;
	height: 1%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-left: 60px;
	padding-bottom: 16px;
	line-height: 13px;
	vertical-align: middle;
}
.program-feature ul li strong {
	display: block;
	color: #000;
}
.program-feature ul li a {
	text-decoration: none;
	color: #666;
}
.program-feature ul li a:hover {
	text-decoration: underline;
}
.program-feature ul li.icon1 {
	background: url(../images/program-feature-icon1.gif) no-repeat 0 6px;
}
.program-feature ul li.icon2 {
	background: url(../images/program-feature-icon2.gif) no-repeat 0 8px;
}
.program-feature ul li.icon3 {
	background: url(../images/program-feature-icon3.gif) no-repeat 0 9px;
}
/* content end */
.main {
	float: left;
	width: 644px;
}
.main-block {
    font-family: Verdana;
	overflow: hidden;
	height: 1%;
	padding: 0 22px 23px;
}
.main-block h2 {
	margin: 15px 0 0;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
}
.main-block p {
	margin: 11px 0 0;
	line-height: 20px;
}
p.letter:first-letter {
	float: left;
	font-size: 60px;
	padding: 5px 4px 0 4px;
	line-height: 44px;
}
* html p.letter:first-letter {
	line-height: 54px;
}
* +html p.letter:first-letter {
	line-height: 54px;
}
.video {
	float: left;
	width: 225px;
	margin-top: 19px;
	padding: 0 25px 0 13px;
}
.video img {
	display: block;
}
.video .watch-link {
	display: block;
	color: #3671a1;
	margin-top: 8px;
	font: 16px/20px Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
	background: #f5f6f7 url(../images/watch-link-bg.gif) no-repeat 12px 50%;
	padding: 10px 10px 10px 48px;
}
.video .watch-link:hover {
	text-decoration: none;
}
.table {
	overflow: hidden;
	height: 1%;
}
.learn-more {
	display: block;
	font-size: 12px;
	color: #e6e4e4;
	background: #6c9d2c url(../images/learn-more-bg.gif) repeat-x;
	border: 1px solid #608925; 
	text-decoration: none;
	margin: 7px 0 0 14px;
	text-align: center;
	width: 290px;
}
.learn-more span {
	display: block;
	border-left: 1px solid #bed490; 
	padding: 6px 0 7px;
}
.learn-more strong {
	display: block; 
	font-size: 22px;
	padding-bottom: 4px;
	font-weight: normal;
	color: #fff;
	text-decoration: underline;
}
.learn-more:hover {
	text-decoration: none;
}
.learn-more:hover strong {
	text-decoration: none;
}


.projects {
	overflow: hidden;
	height: 1%;
	background: #ddd;
	border-top: 2px solid #000;
	border-bottom: 2px solid #fff;
	padding-left: 38px;
	color: #666;
}
.project-item {
	float: left;
	width: 289px;
	padding: 24px 10px 20px 0;
	font-size: 12px;
}
.project-item h3 {
	margin: 0;
	padding-bottom: 4px;
	font-size: 14px;
	color: #333;
}
.project-item img {
	float: left;
	margin: 4px 10px 0 0;
	border: 1px solid #fff; 
}
.project-item p {
	margin: 0;
	line-height: 22px;
}


.main-text-cols {
	overflow: hidden;
	width: 607px;
	margin-left: -7px;
	margin-top: 6px;
	margin-right: -12px;
	padding-left: 7px;
	padding-bottom: 17px;
	color: #666;
	background: url(../images/main-dot-line.gif) repeat-x 0 100%;
}
.main-text-cols .col1 {
	float: left;
	width: 345px;
}
.main-text-cols .col2 {
	float: right;
	width: 250px;
}
.main-text-cols h4 {
	margin: 14px 0 0;
	line-height: 28px;
	font-size: 14px;
	color: #333;
}
.main-text-cols h3 {
	margin: 18px 0 0;
	padding-bottom: 5px;
	font-size: 16px;
	color: #333;
	line-height: 24px;
}
.main-text-cols h3 a {
	text-decoration: underline;
	color: #39c;
}
.main-text-cols h3 a:hover {
	text-decoration: none;
}
.main-text-cols p {
	margin: 0;
	line-height: 20px;
}

.bloquote {
	float: left;
	width: 168px;
	padding: 7px 3px;
	border-right: 1px solid #c1c1c1; 
	margin: 5px 14px 0 0;
	line-height: 20px;
	font: italic 17px Georgia, "Times New Roman", Times, serif;
	color: #8c9d38;
}
.right-bloquote {
	float: right;
	padding: 7px 3px 7px 13px;
	width: 178px;
	margin: 5px 0 0 14px;
	border-left: 1px solid #c1c1c1;
	border-right: 0;
}
.bloquote span {
	font: 12px Arial, Helvetica, sans-serif;
	display: block;
	padding-top: 3px;
}
.right-bloquote span {
	text-align: right;
	padding-right: 23px;
}
.main .title {
	display: block;
	width: 480px;
	border-top: 1px solid #c1c1c1; 
	border-bottom: 1px solid #c1c1c1; 
	font: 22px/24px Georgia, "Times New Roman", Times, serif;
	color: #434343;
	margin: 21px -15px 0;
	padding: 8px 75px 14px;
}
.list {
	margin: 35px 0 0;
	padding: 0 0 1px 18px;
	list-style: none;
	font-size: 14px;
	width: 480px;
}
.list li {
	line-height: 24px;
	background: url(../images/bullet.gif) no-repeat 0 11px;
	padding-left: 13px;
}
.list li a {
	text-decoration: underline;
	color: #39c;
}
.list li a:hover {
	text-decoration: none;
}

.quest {
	overflow: hidden;
	width: 100%;
	padding-bottom: 8px;
}
.quest-item {
	overflow: hidden;
	height: 1%;
	margin: 0 13px 0 6px;
	font-size: 14px;
	color: #666;
	border-bottom: 1px solid #ccc; 
}
.quest-item strong {
	display: block;
	line-height: 24px;
	margin-top: 24px;
	color: #000;
}
.quest-item p {
	margin: 0;
	padding-bottom: 24px;
	line-height: 24px;
}

.right-img {
	float: right;
	padding: 5px;
	margin: 17px 12px 0 15px;
	background: url(../images/img-border.gif) no-repeat;
}
.left-img {
	float: left;
	padding: 5px;
	margin: 17px 19px 0 0;
	background: url(../images/img-border.gif) no-repeat;
}


.package {
	overflow: hidden;
	height: 1%;
	background: #ddd;
	border-top: 2px solid #000; 
	border-bottom: 2px solid #fff; 
	padding: 0 38px 25px 25px;
}
.package h2 {
	margin: 9px 0 0;
	color: #373737;
	font-size: 20px;
	font-weight: normal;
}
.package img {
	float: right;
	margin: 21px 0 0 10px;
}
.package p {
	margin: 13px 0 0;
	line-height: 20px;
}


.interview {
	overflow: hidden;
	height: 1%;
	margin-top: 23px;
	padding: 0 11px 0 13px;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
}
.interview h3 {
	margin: 6px 0 0;
	color: #393;
	font-size: 16px;
	line-height: 18px;
}
.interview p {
	margin: 0;
	padding: 5px 0 15px;
	line-height: 16px;
}
.interview .img {
	float: left;
	border: 1px solid #ccc; 
	padding: 1px;
	margin: 6px 11px 10px 0;
}
.interview .img img {
	border: 1px solid #353535; 
	display: block;
}
.side-text {
	float: right;
	width: 175px;
	padding: 5px 0 0 12px;
	margin: 12px 0 20px 15px;
	font-weight: normal;
	line-height: 20px;
	color: #928f58;
	border-left: 1px solid #ccc; 
}

.digital {
	float: right;
	width: 199px;
	font-size: 11px;
	margin-top: 6px;
	border: 1px solid #cdcbcc; 
	padding: 11px 9px 21px 11px;
	color: #010101;
	margin: 0 0 0 35px;
	display: inline;
}
.digital img {
	display: block;
}
.digital a {
	text-decoration: underline;
	color: #3253b4;
}
.digital a:hover {
	text-decoration: none;
}
.digital strong {
	display: block; 
	font-size: 10px;
	color: #000;
	line-height: 14px;
	padding-top: 10px;
}
.digital span {
	display: block;
	padding-bottom: 8px;
	line-height: 14px;
}


.search-results {
	overflow: hidden;
	height: 1%;
	padding-top: 40px;
}
.search-results h2 {
	margin: 0 0 0 19px;
	color: #000;
	font-size: 24px;
	font-weight: normal;
}
.search-results .found {
	display: block;
	padding: 7px 0 18px 71px;
	color: #434142;
}
.search-results .found em {
	color: #5e7388;
}
.result-item {
	overflow: hidden;
	height: 1%;
	color: #323232;
	padding: 20px 135px 17px 26px;
	border-top: 1px solid #d5d3d4; 
}
.result-item .img {
	float: left;
	margin: 0 27px 0 0;
}
.result-item h3 {
	margin: 1px 0 0;
	color: #5b6c86;
	font-size: 18px;
	font-weight: normal;
}
.result-item .price {
	display: block;
	line-height: 18px;
	margin: 4px 0 0;
}
.result-item p {
	margin: 6px 0 0;
	line-height: 18px;
}

.btns {
	margin: 13px 0 0;
	padding: 0;
	list-style: none;
	float: left;
}
.btns li {
	float: left;
	padding: 0 0 0 8px;
}
.btns li a {
	float: left;
	background: #39c;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	padding: 0 21px;
	position: relative;
	text-decoration: none;
	line-height: 25px;
}
.btns li a img {
	position: absolute;
	right: -6px;
	top: -4px;
}
.btns li a.link {
	border: 1px solid #608925; 
	font-size: 14px;
	line-height: 24px;
	padding: 0;
}
.btns li a.link span {
	float: left;
	line-height: 24px;
	border-top: 1px solid #c4d892;
	border-left: 1px solid #c4d892;
	background: url(../images/btn-link-bg.gif) repeat-x;
	padding: 0 18px 0 17px;
}


.shoping-cart {
	overflow: hidden;
	height: 1%;
	padding: 36px 0 25px 14px;
}
.shoping-cart h2 {
	margin: 0;
	font-size: 24px;
	color: #252525;
}
.shoping-cart table {
	border-collapse: collapse;
	width: 592px;
	margin: 38px 0 0 8px;
}
.shoping-cart table th {
	padding: 0 0 2px;
	color: #262425;
	font-weight: normal; 
	font-style: italic;
	font-size: 14px;
	text-align: left;
	border-bottom: 1px solid #c1c1c3; 
}
.shoping-cart table td {
	padding: 9px 0 13px;
	font-size: 12px;
	color: #656364;
	vertical-align: top; 
	line-height: 18px;
	border-bottom: 1px solid #c1c1c3; 
}
.shoping-cart table td p {
	margin: 6px 0 0;
}
.shoping-cart table td p strong {
	display: block;
	color: #2270b2;
	font-size: 13px;
}
.shoping-cart table td img {
	display: block;
}
.shoping-cart table .col1 {
	width: 112px;
	padding-left: 24px;
}
.shoping-cart table .col2 {
	width: 157px;
}
.shoping-cart table th.col2 {
	padding-left: 54px;
	width: 103px;
}
.shoping-cart table .col3 {
	width: 115px;
	text-align: center;
	background: url(../images/shoping-cart-bg.gif) repeat-y;
}
.shoping-cart table .col4 {
	width: 137px;
	padding-left: 47px;
}
.shoping-cart table .col {
	font-size: 18px;
	width: 25px;
	height: 27px;
	line-height: 27px;
	color: #000;
	margin: 23px auto 0;
	background: #fff;
	border: 2px solid #c8c8c8; 
}
.shoping-cart table .price {
	display: block;
	color: #2371b3;
	font-size: 18px;
	padding-top: 29px;
}
.shoping-cart .btns-col1 {
	float: left;
	width: 271px;
	padding: 0 0 0 19px;
}
.shoping-cart .btns-col2 {
	float: left;
	width: 165px;
}
.shoping-cart .btns {
	margin-top: 7px;
}
.shoping-cart .btns li {
	float: none;
	overflow: hidden;
	width: 100%;
	padding: 12px 0 0;
}
.shoping-cart .btns-col3 {
	float: left;
	padding-top: 19px;
	width: 145px;
}
.shoping-cart .btns-col3 .head {
	display: block;
	color: #383838;
	font-size: 14px;
}
.shoping-cart .btns-col3 .price {
	display: block;
	padding-top: 4px;
	color: #2771b2;
	font-size: 24px;
}
.shoping-cart .btns-col3 span {
	display: block;
	padding-top: 7px;
	font: 10px/12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #3a3839;
	letter-spacing: -1px;
}



.billing-form {
	overflow: hidden;
	height: 1%;
	margin-right: 5px;
	padding: 0 0 39px;
	border-bottom: 1px solid #d4d4d4; 
	background: #f3f1f2 url(../images/billing-form-bg.gif) repeat-y 306px 0;
}
.billing-form .col1 {
	float: left;
	width: 240px;
	padding: 0 0 0 52px;
}
.billing-form .col2 {
	float: right;
	width: 308px;
}
.billing-form h2 {
	margin: 19px 0 0;
	color: #2570b1;
	padding-bottom: 2px;
	font-size: 20px;
}
.form-title {
	display: block;
	background: #fff;
	font-size: 11px;
	line-height: 14px;
	color: #2771b2;
	font-weight: bold;
	padding: 3px 0 7px 52px;
	border-bottom: 1px solid #d4d4d4;
}
.billing-form .line {
	overflow: hidden;
	width: 100%;
	padding-top: 14px;
	vertical-align: middle;
}
.billing-form .line div {
	float: left;
	padding: 0 7px 0 0;
}
.billing-form .line label {
	display: block;
	color: #0f0f0f;
	font-size: 11px;
	padding-bottom: 4px;
}
.billing-form .line .text {
	float: left;
	font: 13px Arial, Helvetica, sans-serif;
	color: #0e0e10;
	padding: 2px 0 2px 6px;
	margin: 0; 
	width: 224px;
	border: 1px solid #7f9db9;
	background: #fff;
}
.billing-form .line .city-text {
	width: 96px;
}
.billing-form .line .zip-text {
	width: 56px;
}
.billing-form .line select {
	float: left;
	font: 13px Arial, Helvetica, sans-serif;
	color: #0e0e10;
	width: 49px;
}
.billing-form .check {
	float: left;
	width: 15px;
	height: 15px;
	margin: 0;
}
.billing-form .check-line label {
	float: left;
	padding: 1px 0 0 4px;
}


.payment-info {
	overflow: hidden;
	height: 1%;
	margin-right: 5px;
	background: #f3f1f2;
	padding: 0 0 35px 50px;
	border-bottom: 1px solid #d4d4d4; 
}
.payment-info h2 {
	margin: 21px 0 0;
	color: #2570b1;
	font-size: 20px;
}
.payment-info p {
	margin: 2px 0 0;
	font-size: 11px;
	color: #0f0f0f;
}
.pay-link {
	margin: 7px 0 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	width: 100%;
}
.pay-link li {
	float: left;
	padding-right: 35px;
}
.pay-link li .radio {
	float: left;
	width: 15px;
	height: 15px;
	margin: 11px 0 0;
}
.pay-link li label {
	float: left;
	padding-left: 7px;
}
.pay-link li label img {
	display: block;
}
.payment-info .line {
	overflow: hidden;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 1px;
	vertical-align: middle;
}
.payment-info .line div {
	float: left;
	padding: 0 7px 0 0;
}
.payment-info .line label {
	display: block;
	color: #0f0f0f;
	font-size: 11px;
	padding-bottom: 4px;
}
.payment-info .line .text {
	float: left;
	font: 13px Arial, Helvetica, sans-serif;
	color: #0e0e10;
	padding: 2px 0 2px 6px;
	margin: 0; 
	width: 224px;
	border: 1px solid #7f9db9;
	background: #fff;
}
.payment-info .line .code-text {
	width: 91px;
}
.payment-info .line span {
	font-size: 11px;
	float: left;
	color: #0f0f0f;
}
.payment-info .line label span {
	float: none;
	color: #e6882e;
}
.payment-info .line select {
	float: left;
	font: 13px Arial, Helvetica, sans-serif;
	color: #0e0e10;
	width: 122px;
}
.payment-info .line select.year {
	width: 102px;
}



.method {
	overflow: hidden;
	height: 1%;
	margin-right: 5px;
	background: #f3f1f2;
	padding: 0 0 33px 50px;
	border-bottom: 1px solid #d4d4d4; 
}
.method h2 {
	margin: 21px 0 0;
	color: #2570b1;
	font-size: 20px;
}
.method select {
	float: left;
	margin: 9px 0 0;
	font: 13px Arial, Helvetica, sans-serif;
	color: #0e0e10;
	width: 303px;
}


.order {
	overflow: hidden;
	height: 1%;
	padding: 22px 0 22px 51px;
	margin-right: 5px;;
	background: #fff;
}
.order .col1 {
	float: left;
	width: 300px;
}
.order .col2 {
	float: right;
	width: 233px;
	padding-left: 8px;
}
.order h3 {
	color: #2470ae;
	margin: 0; 
	font-size: 14px;
}
.order textarea {
	float: left;
	border: 1px solid #7f9db9;
	font: 13px Arial, Helvetica, sans-serif;
	margin: 20px 0 0;
	color: #0e0e10;
	width: 291px;
	padding: 0 0 0 6px;
	height: 124px;
	overflow: auto;
}
.order .price {
	color: #040404;
	margin-top: 20px;
	display: block;
	font-size: 30px;
	font-weight: normal;
}
.order .price-list {
	margin: 7px 0 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	width: 157px;
}
.order .price-list li {
	overflow: hidden;
	width: 100%;
	color: #256eb2;
	font-size: 12px;
	vertical-align: middle;
	line-height: 14px;
	margin-top: 13px;
	background: url(../images/price-list-bg.gif) repeat-x 0 100%;
}
.order .price-list li span {
	float: left;
	background: #fff;
}
.order .price-list li em {
	font-style: normal;
	float: right;
	background: #fff;
}
.price-link {
	float: left;
	background: #8ab039 url(../images/price-link-bg.gif) repeat-x;
	border: 1px solid #608925; 
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	margin: 15px 0 0 -8px;
	position: relative;
}
.price-link span {
	float: left;
	line-height: 40px;
	padding: 0 20px;
	border-top: 1px solid #c4d892; 
	border-left: 1px solid #c4d892;
}


.mails {
	overflow: hidden;
	height: 1%;
	padding: 106px 13px 50px;
}
.mails .col {
	float: left;
	width: 294px;
	color: #666;
	font-size: 12px;
}
.mails .right-col {
	float: right;
}
.mails .col img {
	display: block;
}
.mails .col h3 {
	margin: 9px 0 0;
	font-size: 16px;
	color: #333;
}
.mails .col p {
	margin: 6px 0 0;
	line-height: 20px;
}
.mails .col p .link {
	display: block;
}
.mails .col p .link a {
	text-decoration: none;
	color: #4f99bd;
	padding-right: 9px;
	background: url(../images/arrow.gif) no-repeat 100% 55%;
}
.mails .col p .link a:hover {
	text-decoration: underline;
}


.testimonies {
	overflow: hidden;
	height: 1%;
	margin-top: 48px;
}
.testimonies .col {
	float: left;
	margin: 0 30px;
	display: inline;
	width: 262px;
}
.testimonies h3 {
	margin: 0;
	font-size: 14px;
	color: #000;
}
.testimonies .cont {
	overflow: hidden;
	height: 1%;
	margin-top: 8px;
	background: #fff;
	padding: 0 10px 8px;
	border: 1px solid #ccc;
}
.testimonies .item {
	overflow: hidden;
	height: 1%;
	margin-top: 10px;
	background: #efefef;
	border: 1px solid #ccc;
	padding:10px 10px 9px;
	color: #000;
	font-size: 10px;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.testimonies .item img {
	float: left;
	border: 1px solid #676765; 
	padding: 1px;
	margin: 0 6px 0 0;
}
.testimonies .item strong {
	display: block;
	font-size: 12px;
}
.testimonies .item .company {
	display: block;
}
.testimonies .item p {
	margin: 15px 0 0;
	line-height: 15px;
}
.testimonies .item .link {
	display: block;
	font-size: 11px;
	line-height: 16px;
}
.testimonies .item .link a {
	text-decoration: underline;
	color: #3152b1;
}
.testimonies .item .link a:hover {
	text-decoration: none;
}
.testimonies .more {
	float: right;
	color: #3351b3;
	text-decoration: underline;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin-top: 5px;
}
.testimonies .more:hover {
	text-decoration: none;
}


.account {
	overflow: hidden;
	width: 387px;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 65px auto 0;
	padding: 0 28px 3px 15px;
	background: #fafcd4 url(../images/account-bg.gif) no-repeat 100% 8px;
}
.account h2 {
	margin: 6px 0 0;
	font: 20px Arial, Helvetica, sans-serif;
}
.account p {
	margin: 9px 0 0;
	width: 345px;
	line-height: 17px;
	padding-bottom: 2px;
}
.account-boxes {
	overflow: hidden;
	width: 100%;
	margin-top: -4px;
}
.account-box {
	overflow: hidden;
	width: 384px;
	background: url(../images/account-box-bg.gif) no-repeat;
	margin: -2px 0 0 3px;
	padding: 5px 0 19px;
}
.account-box .line {
	width: 100%;
	padding: 11px 0 0;
}
.account-box .line:after {
	content:"";
	display:block;
	clear:both;
}
.account-box .line label {
	float: left;
	width: 94px;
	text-align: right;
	padding-right: 5px;
	font-size: 11px;
	line-height: 22px;
}
.account-box .line div {
	float: right;
	width: 285px;
}
.account-box .text {
	float: left;
	font: 13px Arial, Helvetica, sans-serif;
	color: #0e0e10;
	padding: 2px 0 2px 6px;
	margin: 0; 
	width: 250px;
	border: 1px solid #7f9db9;
	background: #fff;
}
.account-box select {
	float: left;
	font: 13px Arial, Helvetica, sans-serif;
	color: #0e0e10;
	margin: 0; 
	width: 283px;
}
.account-box select.month {
	width: 116px;
	margin-right: 4px;
}
.account-box select.year {
	width: 56px;
}
.account-box .confirm {
	color: #454545;
	font-size: 10px;
	width: 100%;
	position: relative;
	float: left;
	padding: 2px 0 0;
	margin-bottom: -3px;
	white-space: nowrap;
}




.billing {
	overflow: hidden;
	width: 387px;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 25px auto 0;
	position: relative;
	padding: 0 28px 3px 15px;
	background: #fafcd4;
}
.billing h2 {
	margin: 6px 0 0;
	font: 20px Arial, Helvetica, sans-serif;
}
.billing p {
	margin: 9px 0 0;
	width: 405px;
	line-height: 17px;
	padding-bottom: 2px;
}
.billing .top-link {
	position: absolute;
	right: 12px;
	top: 5px;
	color: #4f99bd;
	font-size: 12px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.billing .top-link:hover {
	text-decoration: underline;
}
.billing .img {
	float: left;
	margin: 11px 9px 0 0;
}

span.color {
	background: #ffc;
}

.bread-box {
	width: 100%;
	background: #cacaca;
	position: relative;
}
.bread-box:after {
	content:"";
	display:block;
	clear:both;
}
.breadcrumb {
	float: left;
	margin: 0 0 0 7px;
	display: inline;
	padding: 0;
	list-style: none;
	line-height: 15px;
	overflow: hidden;
	width:640px;
}
.breadcrumb li {
	float: left;
	padding: 0 10px;
	
	margin-left: -6px;
	display: inline;
	color: #4b4b4b;
	font-size: 14px;
}
.breadcrumb li span {
	font-size: 11px;
}
.breadcrumb li a {
	color: #4b4b4b;
	text-decoration: underline;
}
.breadcrumb li a:hover {
	text-decoration: none;
}
.cart {
	position: absolute;
	right: 14px;
	top: -5px; 
	font-size: 11px;
	color: #4b4b4b;
	background: url(../images/cart-icon.gif) no-repeat;
	text-decoration: none;
	padding-left: 43px;
	padding-top: 6px;
	height: 36px;
}
.cart strong {
	font-size: 18px;
	position: relative;
	bottom: -2px;
	margin-left: 2px;
	font-weight: normal;
}


.login-form {
	overflow: hidden;
	width: 100%;
	font-size: 12px;
	color: #e5e2e2;
	background: #657590 url(../images/login-form-bg.gif) repeat-x;
	border-top: 9px solid #fff; 
	border-bottom: 9px solid #fff; 
}
.login-form strong {
	float: left;
	color: #fbfbfb;
	padding: 0 16px 0 10px;
	font-weight: normal;
	background: url(../images/login-line.gif) repeat-y 100% 0;
	line-height: 32px;
	margin-right: 3px;
}
.login-form label {
	float: left;
	line-height: 32px;
	padding-left: 10px;
}
.login-form .text {
	float: left;
	width: 88px;
	padding: 0 0 0 2px;
	border: 2px solid #c8c8c8; 
	background: #fff;
	color: #000;
	margin: 7px 0 0 2px;
	font: 12px Arial, Helvetica, sans-serif;
}
.login-form .submit {
	float: left;
	margin: 7px 0 0 16px;
}
.login-form .check {
	float: left;
	width: 15px;
	height: 15px;
	margin: 8px 0 0 9px;
}
.login-form .check-label {
	padding: 0 0 0 4px;
	color: #c6c5c5;
}
.login-form ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}
.login-form ul li {
	float: left;
	font-size: 12px;
	line-height: 32px;
	padding: 0 11px 0 13px;
	background: url(../images/login-line.gif) repeat-y;
}
.login-form ul li a {
	text-decoration: none;
	color: #fefefe;
}
.login-form ul li a:hover {
	text-decoration: underline;
}


.header-blocks {
	overflow: hidden;
	height: 1%;
	background: #d4d0c8;
	border: 4px solid #d4d0c8; 
	font-size: 12px;
	color: #fff;
}
.header-blocks h2 {
	margin: 8px 0px 0 20px;
	font: 24px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	text-align: left;
}
.header-blocks h2 strong {
	font-size: 30px;
	color: #ececec;
	margin-top: -2px;
	font-weight: normal;
}
.header-blocks h2 strong span {
	font-size: 18px;
	display: block;
	margin: -6px 0 -5px;
}
.header-blocks .header-box2 h2 strong {
	color: #474646;
}
.header-blocks .header-box3 h2 {
	margin-right: 25px;
}
.header-blocks .header-box3 h2 strong {
	color: #dadada;
}
.header-blocks .img {
	float: left;
	margin: 10px 11px 0 15px;
	display: inline;
	width: 130px;
	padding: 0 7px 0 1px;
	background: url(../images/img-shadow.png) no-repeat;
}
.header-blocks .img img {
	display: block;
}
.header-blocks .img2 {
	background: url(../images/img-shadow2.png) no-repeat;
}
.header-blocks .img3 {
	background: url(../images/img-shadow3.png) no-repeat;
	width: 107px;
}
.header-blocks p {
	margin: 8px 15px 0 0;
	overflow: hidden;
	line-height: 18px;
}
.header-blocks .header-box2 p {
	margin-right: 3px;
}
.header-blocks .header-box3 p {
	margin-right: 16px;
}
* html .header-blocks p {
	height: 1%;
	overflow: visible;
}
.header-blocks .more-link {
	display: block;
	width: 87px;
	border: 3px solid #967082; 
	text-decoration: none;
	color: #fff;
	line-height: 19px;
	font-size: 13px;
	padding: 0 13px 1px 0;
	margin: 12px auto 0;
	position: relative;
	text-align: center;
	background: #ac8a9a url(../images/more-link-arrow.gif) no-repeat 100% 8px;
}
.header-blocks .header-box2 .more-link {
	background-color: #e0c76c;
	border-color: #ecd78a;
	color: #393939;
}
.header-blocks .header-box3 .more-link {
	background-color: #904f54;
	border-color: #793339;
}
.header-blocks .more-link:hover {
	text-decoration: underline;
}
.header-box1 {
	float: left;
	width: 309px;
	height: 231px;
	background: url(../images/header-box1-bg.jpg) no-repeat;
	overflow: hidden;
}
.header-box2 {
	float: left;
	overflow: hidden;
	width: 297px;
	margin-left: 1px;
	display: inline; 
	height: 231px;
	background: url(../images/header-box2-bg.jpg) no-repeat;
}
.header-box3 {
	overflow: hidden;
	margin-left: 1px;
	display: inline;
	float: left;
	width: 289px;
	height: 231px;
	background: url(../images/header-box3-bg.jpg) no-repeat;
}

.header-blocks .hover,
.header-box3:hover,
.header-box2:hover,
.header-box1:hover {
	background-position: 0 -231px;
}


.review {
	overflow: hidden;
	width: 390px;
	margin: 28px auto 51px;
	border: 5px solid #008000;
	background: #e8fcea;
	padding: 9px 15px 18px;
	color: #000;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.review h3 {
	margin: 0 0 0 -7px;
	font-size: 19px;
	font-weight: normal;
	padding-bottom: 9px;
}
.review strong {
	display: inline;
	font-size: 13px;
	margin-top: 8px;
}
.review p {
	margin: 2px 0 0;
	font-size: 13px;
	line-height: 17px;
}
.review p a {
	color: #3252b2;
	text-decoration: underline;
}
.review p a:hover {
	text-decoration: none;
}
.review .name {
	display: block;
	font-size: 13px;
	margin-top: 1px;
}
.review .name a {
	color: #000;
	text-decoration: none;
}
.review .name a:hover {
	text-decoration: underline;
}
.rev-hold {
	overflow: hidden;
	width: 100%;
	background: url(../images/account-box-bg.gif) repeat-x;
	margin-top: 11px;
	padding-top: 8px;
}
.rev-hold .submit {
	display: block;
	margin-top: 6px;
}



#footer {
	overflow: hidden;
	width: 100%;
	background: #000 url(../images/footer-bg.jpg) repeat-x 50% 0;
}
.foot-box {
	overflow: hidden;
	width: 927px;
	margin: 0 auto;
	font-size: 13px;
	text-align: center;
}
.foot-box .first {
	background: none;
}
.footer-images {
	width: 910px;
	padding-left: 17px;
	height: 130px;
	text-align: left;
	background: url(../images/footer-images-bg.gif) no-repeat;
}
.footer-images img {
	display: block;
}
.foot-menu {
	overflow: hidden;
	margin: 7px 0 0;
	padding: 0;
	list-style: none;
}
.foot-menu li {
	display: inline;
	background: url(../images/foot-menu-bg.gif) no-repeat 0 50%;
	padding: 0 9px;
}
.foot-menu li a {
	color: #fff;
	text-decoration: none;
}
.foot-menu li a:hover {
	text-decoration: underline;
}
.copy-menu {
	overflow: hidden;
	margin: 15px 0 0;
	padding: 0;
	font-size: 12px;
	list-style: none;
}
.copy-menu li {
	display: inline;
	background: url(../images/foot-menu-bg.gif) no-repeat 0 50%;
	padding: 0 5px 0 9px;
}
.copy-menu li a {
	color: #fff;
	text-decoration: none;
}
.copy-menu li a:hover {
	color: #fac29f;
}
.design {
	color: #fff;
	margin-top: -6px;
	padding-bottom: 10px;
	display: block;
	font-size: 12px;
}
.design .foot-link {
	position: relative; 
	margin-left: 5px;
	bottom: -9px;
}

