body {
	color: #000;
	font-family: arial, helvetica, sans-serif;
	padding: 0px;
    margin: 0;
	text-align: center;
    background: #fbfbfb;
    font-size: 12px;
}

/* ################   Position ################  */
.wrapper {
	margin: 0 auto;
	width: 850px;
	text-align: left;
    position: relative;
}

#header {
	margin: 0;
	position: relative;
	text-align: center;
    height: 161px;
    background: url(../images/header_bg.png) repeat-x left top;
}
#header .wrapper {
    height: 161px;
}
#contentarea {
	margin: 0;
	padding: 18px 0 0 0;
	position: relative;
    border-bottom: 1px solid #e0e0e0;
}
#footer {
    background: #b5d2e7;
    border-top: 1px solid #fff;
    line-height: 18px;
    padding: 7px 0 0 0;
}
#footer .wrapper {
    text-align: center;
}

a, a:link, a:visited {
	color:#2d2dce;
    text-decoration: none;
}

h1 {
	font-size: 26px;
	font-weight: bold;
	margin: 18px 0;
    padding: 0;
    color: #084b8f;
    font-style: normal;
}
h2 {
	font-size: 22px;
	font-weight: normal;
	margin: 15px 0;
    padding: 0;
    color: #084b8f;
    font-style: normal;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 15px 0;
    padding: 0;
    color: #084b8f;
    font-style: italic;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 9px 0;
    padding: 0;
    color: #084b8f;
    font-style: normal;
}
h5 {
	font-size: 12px;
	font-weight: normal;
	margin: 6px 0;
    padding: 0;
    color: #084b8f;
    font-style: italic;
}
h6 {
	font-size: 12px;
	font-weight: normal;
	margin: 4px 0;
    padding: 0;
    color: #084b8f;
    font-style: normal;
}
img {
	border: 0;
}

em, .boldtext{
	font-weight:bold;
}
.centertext {
    text-align: center;
}
.clearone{
    position: relative;
    clear: both;
}
.nomargin {
    margin: 0;
}
.separator {
    position: relative;
    height: 16px;
    background: url(../images/separator.png) no-repeat left top;
    margin: 5px 0;
}

ol {
    position: relative;
    padding: 0 0 0 30px;
    margin: 10px 0;
}
ol li {
    position: relative;
    color: #084b8f;
    font-weight: bold;
    padding: 0;
    margin: 3px 0;
}
ol li p {
    position: relative;
    color: #3b3b3b;
    margin: 0;
    font-weight: normal;
}

/*#header .special {
    font-size: 5px;
    color: #eee;
    margin: 0;
    line-height: 5px;
}
#footer .special {
    font-size: 5px;
    color: #b5d2e7;
    margin: 0;
    line-height: 5px;
}*/

/* ###################### header ###################### */
#logo {
	position:relative;
	border: 0;
    padding: 0;
    margin: 0;
}
#logo a{
	background:transparent url(../images/Alexa-Rank.gif) no-repeat scroll left top;
	position: absolute;
	width: 340px;
	height: 76px;
	top: 10px;
	left: 0px;
	display:block;
}
#header #headerText {
    position: absolute;
    top: 45px;
    right: 70px;
    text-align: right;
    font-size: 14px;
    color: #084b8f;
    font-style: italic;
    font-weight: bold;
}
#header #headerLeyend {
    position: absolute;
    bottom: 0;
    text-align: center;
    padding: 0 0 15px 0;
    line-height: 40px;
    width: 100%;
	margin-bottom: 15px;
}
#headerES {
    position: absolute;
    top: 0;
    right: 3px;
    padding: 0 5px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #eee;
    line-height: 14px;
    font-size: 10px;
    font-style: italic;
    color: #aaa;
}
/* ###################### END header ###################### */


#leadingBox {
    position: relative;
    background: #eee;
    padding: 20px 50px 25px 50px;
    margin: 0 0 30px 0;
    border: 1px solid #ddd;
    /* Do rounding (native in Safari, Firefox and Chrome) */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
#leadingBox h2{
    font-size: 18px;
}
#leadingBox .separator {
    height: 1px;
    background: #fff;
    border-top: 1px solid #ccc;
}
#leadingBox .subboxes {
    position: relative;
    float: left;
    width: 230px;
}
#leadingBox .midbox {
    padding: 0 25px;
}
#leadingBox .subboxes img {
    position: relative;
    float: left;
    margin: 10px 5px 5px 0;
}
#leftColumn {
    position: relative;
    float: left;
    width: 380px;
}
#rightColumn {
    position: relative;
    float: right;
    width: 380px;
    background: #f4f4f4;
    padding: 15px 30px 10px 30px;
    margin: 20px 0;
    border: 1px solid #ddd;
    /* Do rounding (native in Safari, Firefox and Chrome) */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.package {
    position: relative;
}
.packageLeftBg {
    position: relative;
    padding: 0px 0 0px 15px;
}
.packageTopBg {
    position: relative;
    padding: 10px 0 6px 0px;
    background:transparent url(../images/order_subbox_top_bg.png) no-repeat left top;
}
.packageRightBg {
    background: #fafafa url(../images/order_subbox_right_bg.png) repeat-y right top;
}
.packageRightBg .packageLeftBg {
    background:transparent url(../images/order_subbox_left_bg.png) repeat-y left top;
}
.package h4,.package p {
    margin: 4px 0;
}
.package h4 span {
    font-weight: normal;
    font-size: 10px;
}
.package .buttonOrderNow {
    display: block;
    padding: 3px 10px;
    position: absolute;
    right: 30px;
    top: 30px;
    color: #fff;
    background: #084b8f;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.leftPackage {
    position: relative;
    float: left;
    width: 395px;
    background: #6492bc;
    padding: 2px;
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.leftPackage .centertext {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 15px 65px;
}
.optionsPackage {
    position: relative;
    background: #fbfbfb;
    padding: 12px 14px;
    color: #000;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.optionsPackage h1 {
    position: relative;
    background: #084b8f;
    padding: 9px 0px;
    margin: 0 0 5px 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.optionsPackage p {
    margin: 0;
    padding: 5px 0 7px 45px;
    font-size: 12px;
}
.optionsPackage p.optionRenewal {
    background: #fffbaf;
    border: 1px solid #ddd;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.optionsPackage .optionRenewal span{
    font-size: 11px;
    color: #084b8f;
    font-weight: bold;
    padding-left: 25px;
}
.rightPackage {
    position: relative;
    float: right;
    width: 310px;
}
.rightPackage p {
    font-weight: bold;
    color: #084b8f;
    margin: 0 0 5px 0;
}
.rightPackage p.error {
    color: #f00;
    padding: 0 0 0 10px;
}
.rightPackage p input,
.rightPackage p textarea{
    width: 100%;
    font-weight: normal;
    color: #000;
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.rightPackage .validation {
    width: 205px;
    font-weight: normal;
    color: #000;
    padding: 10px 10px 8px 10px;
    background: #6492bc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.rightPackage .validation input{
    width: 70px;
    font-size: 12px;
    padding: 5px 2px;
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    vertical-align: top;
    margin-left: 5px;
}
.rightPackage .validation input{
    vertical-align: top;
}
.rightPackage button {
    /*position: absolute;*/
	margin-bottom: 2px;
    display: block;
    padding: 3px 10px;
    border: 0 none;
    background: #084b8f;
    color: #fff;
    width: 75px;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.rightPackage #submit {
    top: 252px;
    right: 0px;
}
.rightPackage #reset {
    top: 278px;
    right: 0px;
}

/* payment Form  */
#paymentForm  p .label {
    font-weight: bold;
    display: inline-block;
    padding: 0 20px;
    width: 80px;
    text-align: right;
}
#paymentForm p input{
    padding: 0 0 0 10px;
    background: #eee;
    border: 1px solid #666;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#paymentForm  .submit{
    text-align: center;
}
/* recommend to a friend  */
#recommendForm .leftPackage {
/*
    padding: 2px 20px;
    width: 355px;
*/
}
#recommendForm .leftPackage p{
    font-weight: bold;
}
#recommendForm .leftPackage p textarea{
    width: 275px;
    border: 1px solid #666;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#recommendForm .leftPackage p input{
    border: 1px solid #666;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#recommendForm .rightPackage #submit {
    top: 380px;
    right: 0px;
}
#recommendForm .rightPackage #reset {
    top: 405px;
    right: 0px;
}
   
/* ###############  Content * ########################### */
#contentarea
{
    z-index: 1;
}
#contentarea .wrapper
{
    z-index: 1;
}


/************** PACKAGE ***********************/
p.leadingHeaderPackage {
	font-size: 26px;
	font-weight: bold;
	margin: 18px 0;
    padding: 0;
    color: #084b8f;
    font-style: normal;
}
#optionRenewalTooltip {
    width: 300px;
    position: absolute;
    left: 100px;
    padding: 15px;
    background: #e8f3f9;
    border: 1px solid #aaa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-box-shadow: 3px 3px 5px #aaa;
    -webkit-box-shadow: 3px 3px 5px #aaa;
}

.increase a{
	color:#084B8F;
	text-decoration:none;
}
ul.latin-order {
	list-style-type:lower-latin;
}
ul.roman-order {
	list-style-type: lower-roman
}
ul.circle-type {
	list-style-type: circle;
}
.packageTopBg h4 a {
	color:#084B8F;
}
.marginleft-20 {
	margin-left:0px;
	width:130px;
	line-height:25px;
}
.marginleft-20 p {
	color:#084B8F;
	font-size:22px;
	padding-left: 15px;
}
.marginleft-20 p small {
	font-size:10px;
}
.marginleft-20 p  a{
	color:#084B8F;
}
p.leadingHeaderPackage a, #leadingBox ol li a, ol li p a  {
	color:#084B8F;
}
#footer .wrapper {
	position: relative;
	font-weight:normal! important;
	color:#3b3b3b;
}
#footer .wrapper  a{
	color:#2D2DCE;
}
#rightColumn p, div.wrapper p {
	font-weight:normal! important;
	color:#3b3b3b;
}
span.headerLinks {
	font-size:12px;
	font-weight:normal;
	color:#3b3b3b;
}
span.footerLinks {
	font-size:12px;
	font-weight:normal;
	color:#3b3b3b;
	display:block;
	margin-top:10px;
	text-align:center;
}
span.admin-mail img{
	padding-top: 2px! important;
    vertical-align: bottom;
}
/*added in #11302*/
div.fb-like {display:inline;}
div#fb-root {float:right;}
#siteMap .url {
    color: #008000;
}
