/* reset */
body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,blockquote,th,td{
	margin:0;
	padding: 0;
}

fieldset,img{
	border:0;
	clip: rect(auto,50px,auto,auto);
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

html{
    height:100%;
    margin-bottom:1px;
}

body{
    position:relative;
}

:focus{
    outline:hidden;
}

/* links */
a{
    color:#ff0000;
    text-decoration:none;
}

a:hover{
	text-decoration:underline;
	color: #F00;
}

/* header elements */
h1, h2, h3, h4, h5, h6{
    font-family:Calibri, Verdana, Arial, sans-serif;
    font-weight:bold;
    color:#666666;
    line-height:20%;
}

h1{
    font-size:28px;
}

h2 {
	width:300px;
	float:right;
	font-size:36px;
	line-height:45px;
	letter-spacing:-1px;
	text-indent:-15px;
	margin-top: 67px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 70px;
	color: #333;
	font-family: Calibri, Verdana, Arial, sans-serif;
}

h3 {
	float:left;
	margin:0 0 30px 0;
	font-family:Calibri, Verdana, Arial, sans-serif;
	font-weight:normal;
	font-size:20px;
	line-height:20px;
	width:80%;
	color: #FFF;
}

h4{
    font-size:15px;
}

h5{
    font-size:14px;
}

h6{
    font-size:11px;
}



/* page setup */
body{
	background:#FFF url(../images/page_bg.png) 50% 0 repeat-x;
	font-family:Calibri, Verdana, Arial, sans-serif;
	line-height:120%;
	color:#282828;
	font-size:13px;
	position: relative;
}

/* wrapper setup */
div.sscoms{
    margin:auto;
    width:900px;
}

/* header */
div#header{
	position:relative;
	height:75px;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/* logo */
span#logo, img#logo{
    position:absolute;
    top:0px;
    left:0px;
    width:135px;
    height:52px;
    border:0;
}

/* main body setup */
div#middle{
	width:auto;
	margin:0px;
	clear:both;
	border:#C6C6C6 1px solid;
	padding:10px;
}

/* right column */
div#right{
    width:177px;
    padding:0px 0px 0px 18px;
    float:right;
}

* html div#right{
    padding:0px 0px 0px 15px;
}

/* content column */
div#main{
    width:auto;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

div#mainmiddle{
    margin:0px 0px 0px 0px;
}

div#content{
    width:auto;
}

/* footer */
div#footer{
	width:auto;
	padding:5px 0px 20px 0px;
	clear:both;
	color:#666;
	font-family:Calibri, Verdana, Arial, sans-serif;
}

/* clearing & floating */
.clearingfix:after{
    content:".";
    display:block;
    line-height:0px;
    clear:both;
    visibility:hidden;
}

.clearingfix{
    display:block;
}

.floatbox{
    overflow:hidden;
}

/* alignments */
.alignleft{
    float:left;
    margin:0 20px 0 0;
}

.alignright{
    float:right;
    margin:0 0 0 20px;
}

/* topmenu */
div#topmenu{
	position:absolute;
	top:47px;
	right:33px;
	height:27px;
}

div#topmenu ul{
    padding:0px;
    margin:0px;
    list-style:none;
    float:right;
    font-family:Calibri, Verdana, Arial, sans-serif;
}

div#topmenu li{
    float:right;
    margin:0 0 0 6px;
}

div#topmenu li a{
    float:right;
    position:relative;
    background:transparent url(../images/menu-r.png) 100% 0 no-repeat;
    height:27px;
    padding:0 5px 0 0;
    overflow:hidden;
    color:#ffffff;
    text-decoration:none;
    font-size:13px;
    font-weight:bold;
    line-height:27px;
}

div#topmenu li a span{
    display:block;
    background:url(../images/menu-l.png) 0 0 no-repeat;
    padding:0 10px 0 15px;
}

div#topmenu li a.active, div#topmenu li a:hover{
    background:url(../images/menu-r.png) 100% -28px no-repeat;
    text-decoration:none;
}

div#topmenu li a.active span, div#topmenu li a:hover span{
    background:url(../images/menu-l.png) 0 -28px no-repeat;
}

#tabs {
	float:right;
	position:absolute;
	width:100%;
	font-size:94%;
	font-weight:bold;




	color: #000
	line-height:normal;
	margin-left: 10px;
	top: 30px;
	font-family:Calibri, Verdana, Arial, sans-serif;
	}
	
#tabs ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
	}
	
#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}
	
#tabs a {
	float:right;
	background:url("tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}
	 
#tabs a span {
	float:right;
	display:block;
	background:url("tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#666;
	font-stretch:semi-expanded;
	font-family:Calibri, Verdana, Arial, sans-serif;
	font-size: 13px;
	}
	
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	color:#F00;
	line-height: normal;
	text-decoration: underline;
	}
	
#tabs a:hover {
	background-position:0% -42px;
	}
	
#tabs a:hover span {
	background-position:100% -42px;
	}

/* current state */
#current span {
	color:#FFF;
	line-height: normal;
	text-decoration: underline;
	background-color:pink;
	}	
	
/* main image */
div.main-image{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

/* welcome */
div.welcome{
    padding:0 220px 10px 0;
    margin:0 0 10px 0;
}

div.welcome h1, div.welcome h2{
    font-weight:normal;
    text-transform:uppercase;
    margin:0;
}

div.welcome h1 span, div.welcome h2 span{
    color:#3d821c;
}

/* benefits box */
div.benefits{
    background:url(../images/benefits-top.jpg) 0 0 no-repeat;
    padding:15px 0 0 0;
}

div.benefits-bg{
    background:url(../images/benefits-bg.jpg) 0 100% no-repeat;
    padding:0 13px 15px 13px;
}

div.benefits h3{
    text-transform:uppercase;
    font-weight:normal;
    margin:0 0 20px 0;
}

div.benefits ul{
    list-style:none;
    margin:5px 10px;
}

div.benefits ul li{
    background:url(../images/icon-leaf.png) 7px 50% no-repeat;
    padding:10px 0 8px 33px;
    border-bottom:#d4d3d3 1px solid;
}

div.benefits ul li a{
    font-size:17px;
    color:#282828;
}

/* signup */
a.signup{
    background:url(../images/signup-bg.png) 0 0 no-repeat;
    color:#FFF;
    width:55px;
    display:block;
    padding:0px 10px;
    line-height:16px;
    height:18px;
    margin:10px 0 0 0;
    float:right;
}


.left {float:left}
.right {float:right;margin-right:0!important;}

/*.clearfix:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}*/

element.style {height:14px; width:4px;
}

.cufon-canvas {
/*font-size:1px !important;*/
/*line-height:1px !important;*/
/*position:relative !important;*/
/*vertical-align:middle !important;*/
}

.cufon-canvas {
text-indent:0 !important;
}

.box {
	float:left;
	width:100%;
	background:url(../images/box-bg.png) top left repeat-x;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}


.small {
	width:270px;
	clip: rect(30px,auto,auto,auto);
}

.big {width:630px;}

.o {
	color:#F00;
	url(../images/nav-bg.png)
	font-family: Calibri, Verdana, Arial, sans-serif;
}

/* Hides from IE-max \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* features */
ul.features{
    list-style:none;
}

ul.features li{
    float:left;
    width:240px;
    margin:10px 15px;
    height:60px;
}

* html ul.features li{
    margin:10px 10px;
}

ul.features li img.features-icon{
    float:left;
    width:50px;
}

ul.features li div.details{
    float:right;
    width:180px;
}

ul.features li div.details h4{
    margin:0;
}

/* footermenu */
ul.footermenu{
    list-style:none;
    margin:0 0 0 10px;
}

ul.footermenu li{
	float:right;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	font-size: 9px;
}

ul.footermenu a{
    font-size:12px;
    color:#666;
}

/* credits */
div.credits{
    float:right;
    margin:0 25px 0 0;
}

div.credits a{
    font-size:12px;
    color:#747474;
}

                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    