body, html {
    margin: 0px;
    padding: 0px;
}

body {
    background: #3E3E3E;
    font-size: 12px;
    color: #3D3D3D;
    font-family: Arial, Tahoma, Verdana;
}

a {
    color: #0049A4;
}

a:hover {
    color: #CF0A0D;
}

img {
    border: 0px;
}

h1, h2, h3, h4, h5 {
    font-family: Arial, Tahoma, Verdana;
    line-height: 1.2em;
}


h1 {
    font-size: 21px;
    font-weight: bold;
    color: #CF0A0D;
}

h2 {
    font-size: 18px;
    color: #000;
    font-weight: normal;
}

h3 {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

h4 {
    font-size: 14px;
    color: #000;
    font-weight: bold;
}

h5 {
    font-size: 12px;
    color: #000;
    font-weight: bold;
}

.red {
    color: #CF0A0D;
}

#header {
    background: url('../images/header/header-bg.jpg') no-repeat top center;
    height: 111px;
    border-bottom: 1px solid #EEEEEE;
    text-align: center;
}

#header #logo {
    width: 987px;
    margin: 0 auto;
    text-align: left;
    
}

#header #logo #seopowersuite {
    margin-top: 22px;
    margin-left: 30px;
}

.flags {
    text-align: right;
    margin-right: 7px;
    margin-top: 20px;
}

.flags a {
    margin-left: 7px;
}

#logos, .cntr {
    width: 987px;
    margin: 0 auto;
}

#logos div {
    float: left;
    width: 149px;
    height: 91px;
    margin-top: 18px;
    /*padding-top: 13px;*/
}

#logos a {
    color: #EEEEEE;
    text-decoration: none;
    font-size: 13px;
}

#logos #logo {
    padding-left: 52px;
    padding-top: 20px;
	width: 183px;
}

#body {
    background: #EEEEEE url('../images/body/topGr.gif') repeat-x top center;
}

#bodyGr {
    background: url('../images/body/bottomgr.gif') repeat-x bottom center;
    padding-bottom: 8px;
}

#menu ul, .vertMenu {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0;
    padding:0;
}

.vertMenu li {
    color: #0049A4;
    padding-bottom: 4px;
    padding-left: 17px;
}

.vertMenu .current {
    list-style-image: url('../images/body/marker.gif');
	vertical-align: middle;
    font-weight: bold;
    margin-left: 15px;
    padding-left: 3px;
}

#menu li {
    display:inline;
    font-weight: bold;
    color: #000000;
    padding: 0px 14px 0px 16px;
    background: url('../images/header/gMenu-marker.gif') no-repeat left bottom;
}

#menu li.first{
    background: none;
}

#menu {
    padding: 17px 0px 15px 18px;
}

#menu a{
    color: #000000;
}

#menu a:hover {
    color: #CF0A0D;
}

.sheet_top {
    position: relative;
    margin-bottom: -3px;
}

.sheet {
    background: #FFF url('../images/body/sheet-middle.gif') repeat-y;
    margin-right: -1px;
    width: 782px;
    float: left;
}

.sheet_bottom {
    float: left;
    width: 782px;
    position: relative;
    top: -6px;
}

.content {
    font-family: Verdana, Arial, Tahoma;
    width: 530px;
    float: right;
    margin-right: 23px;
    padding-top: 10px;
    line-height: 1.5em;
}

.wHead {
    background: url('../images/body/widget-top.png') no-repeat;
    color: #FFF;
    font-weight: bold;
    padding-left: 15px;
}

.wHead img {
    position: relative;
    top: -5px;
    display: block;
    float: left;
}

.wHead span {
    display: block;
    margin-left: 33px;
    padding: 12px 5px 10px 10px;
}

.wBody {
    background: url('../images/body/widget-gr.gif') no-repeat;
    position: relative;
    top: -5px;
    margin: 0px 3px;
    padding: 14px 12px 0px 12px;
    line-height: 1.5em;
}

.wBody a {
    line-height: normal;
}

.wBottom {
    background: url('../images/body/widget-bottom.gif') no-repeat;
    height: 9px;
}

.wBg {
    background: url('../images/body/widget-body.gif') repeat-y;
}

.widget {
    width: 186px;
    margin-bottom: 15px;
}

.leftColoumn {
    float: left;
    margin: 10px 0px 10px 20px;
}

.rightColoumn {
    float: right;
    width: 190px;
    margin-top: -7px;
}

.clear {
    clear: both;
}

#footer {
    border-top: 1px solid #EEEEEE;
    text-align: center;
    padding-top: 19px;
    padding-bottom: 19px;
    font-size: 11px;
    color: #7E7E7E;
}

#footer a {
    color: #fff;
    font-size: 12px;
    padding: 0px 3px;
}

#footer div {
    margin-top: 10px;
}

.greenButton, .orangeButton, .redButton {
    background: url('../images/buttons/small-green-na.png') no-repeat;
    width: 154px;
    height: 42px;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;

}

.greenButton a, .orangeButton a, .redButton a {
    color: #fff;
    display: block;
    height: 100%;
    padding: 5px 5px 0px 5px;
}

.greenButton a:hover {
   background: url('../images/buttons/small-green-a.png') no-repeat; 
}

.shortText a {
    padding-top: 13px;
    height: 28px;
}

.orangeButton {
    background: url('../images/buttons/orangeButton.png') no-repeat;
}

.redButton {
    background: url('../images/buttons/small-red-na.png') no-repeat;
}

.redButton a:hover {
   background: url('../images/buttons/small-red-a.png') no-repeat; 
}

.orangeButton a {
    padding: 13px 5px 0px 5px;
}

.activeMenu span {
    display: block;
    position: relative;
    bottom: -33px;
}

.activeMenu a {
    position: relative;
    top: 8px;
}

.leftButton {
    float: left;
    margin-top: 5px;
    margin-bottom: 15px;
    width:50%;
}

.rightButton {
    float: right;
    margin-top: 5px;
    margin-bottom: 15px;
    width: 50%;
}

/* menu - top */
.dock {
	position: relative; 
	height: 57px; 
	width: 167px;
	text-align: center;
	float: left;
}
.dock-container {
	position: absolute;
}
a.dock-item1, a.dock-item2, a.dock-item3, a.dock-item4, a.dock-item5 {
	width: 57px;
	color: #EEE;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
	position: absolute;
	width: 100%;
	bottom: 33px;
}

.dock span {
    display: block;
    margin-top: 76px;
    color: #EEE;
    cursor: pointer;
    font-size: 13px;
}

.dock-item1 img, .dock-item2 img, .dock-item3 img , .dock-item4 img , .dock-item5 img  {
	border: none; 
	width: 100%; 
}
.dock-item1 span, .dock-item2 span,  .dock-item3 span,  .dock-item4 span,  .dock-item5 span {
	display: block;
	width: 150px;
	margin-left: -45px;
	position: absolute;
}

.widget_download {
    text-align: center;
    color: #000;
}

.widget_download img {
    margin: 10px 2px 2px 2px
}

.widget_download span {
    font-size: 18px;
    display: block;
}

.content ul li {
    list-style-image: url('../images/lists/redpoint.gif');
}

.content ul.redbird li {
    list-style-image: url('../images/lists/redbird.gif');
}

.content ul.blackpoint li {
    list-style-image: url('../images/lists/blackpoint.gif');
}

.content ul.blackbird li {
    list-style-image: url('../images/lists/blackbird.gif');
}

.content ul li.lvl2 {
    list-style-image: url('../images/clear.gif');;
    margin-left: 10px;
}

.footer {
    font-size: 10px;
}

.testimonial, .buyForm {
    background: url('../images/testimonials/tBody.gif') repeat-y;
    width: 530px;
    clear: both;
}

.buyForm .ent span {
    background: url('../images/testimonials/tbottom.gif') no-repeat bottom center;
}

.buyForm .pro span {
    background: url('../images/testimonials/ttop.gif') no-repeat top center;
}

.buyForm span {
    display: block;
    padding: 15px 10px 10px 20px;
    cursor: pointer;
}

.buyForm input {
    float: left;
    margin: 7px 15px 10px 0px;
    cursor: pointer;
}

.buyLink {
    text-align: center;
    padding-top: 15px;
}

.tHead {
    background: url('../images/testimonials/tHead.png') no-repeat;
    color: #fff;
    width: 531px;
    height: 47px;
}

.tHead strong {
    display: block;
    padding: 16px 0px 0px 60px;
    text-align: left;
}

.tBody {
    padding: 10px;
    margin: -1px 3px;
    background: url('../images/testimonials/tgr.gif') repeat-x;
    width: 504px;
    text-align: left;
}

.tBody img.rq{
   /*position: relative;
   //bottom: -8px;
   // left: 5px;*/
   //position: absolute;
   margin-bottom: -7px;
   margin-left: 3px;
}

.tBody img.lq{
    position: relative;
    padding-right: 3px;
}

.tBottom {
    line-height: 1px;
}

.tImgLeft {
    float: left;
    padding-right: 10px;
}

.tImgRight {
    float: right;
    padding-left: 10px;
}

.fullwidth {
    width: 730px;
}

.reasonLink {
    text-align: right;
    font-size: 11px;
}

#footer a {
    line-height: 20px;
    font-size: 11px;
}

.tabletext {
    padding: 5px;
    font-size: 12px;
}

.yes {
    text-align: center;
    color: green;
}

.no {
    text-align: center;
    color: red;
}

.int-rightheader {
    background: #EEEEEE;
    text-align: center;
    font-weight: bold;
}

div>.twoButtons {
    height: 65px;

}

hr {
	height: 1px;
	border: 0;
	background-color: #c6c6c6;
}

.secondButton {
    border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; margin: 18px auto 22px auto; padding: 22px 0px 18px 0px; width: 287px;
}

.thirdButton {
    border-bottom: 1px solid #ccc; padding-bottom: 18px;
}

#popup {
height: 100%;
width: 100%;
background: #000000;
position: absolute;
top: 0;
left: 0;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);
-moz-opacity: 0.75;
-khtml-opacity: 0.75;
opacity: 0.75;
}

#window {
width: 600px;
height: 370px;
margin: 0 auto;
border: 1px solid #000000;
background: #ffffff;
position: absolute;
top: 200px;
left: 25%;
}

#popup_content a {
    color: #0049A4;
}

#popup_content a:hover {
    color: #CF0A0D;
}

#header-flags{display:block;text-align:left;margin-top:30px;width:185px;}
#header-flags a{color:#898989;font-size:8px;margin-right:3px;}
#header-flags img{position:relative;margin-bottom:-3px;margin-right:1px;}
#header-flags a.active{background:url('../images/header/flag_bg.gif') no-repeat top left;padding: 5px 2px 4px 3px;}
#header-flags a.last{margin:0px;}

.center{text-align:center;}
.left{text-align:left;}
.w33{width:33%;}
.w25{width:25%;}
.b95{background:#959595;}
.bgff{background:#fff;}

.spstour td div{
		height: 75px;
		background: #EEEEEE; 
		padding: 10px 0px;
		margin-bottom: 5px;
	}
	
	.spstour td div:hover{
		background: #D7D7D7;
	}
