@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);

body {
	margin: 0;
	padding: 0;
	color: #656565;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.5em; 
	background-color: #e0e0e0;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(bg.jpg)
}

a, a:link, a:visited { color: #000; font-weight: normal; text-decoration: none }
a:hover { color: #096; text-decoration: underline; }
h2 { font-size: 38px; margin: 0 0 25px; padding: 5px 0; color: #333; font-weight: normal; 	font-family: droid sans; }

.cleaner { clear: both }
.h10 { height: 10px }
.h20 { height: 20px }
.h30 { height: 30px }
.h40 { height: 40px }
.h50 { height: 50px }
.h60 { height: 60px }

#wrapper {
	margin: 0 auto;
	padding: 0 10px;
	width: 960px;
}

#header {
	width: 100%;
	height: 152px;
}

#main {
	clear: both;
	width: 960px;
	padding: 60px 0 20px;
}

#content {
	float: left;
	width: 630px;
}

#chooseplan {
    width: 960px;
    position: relative;
}
#chooseplan .sb{
    width:190px;
    float:left
}
#chooseplan .lb{
    width:290px;
    float:left;
}
#chooseplan h2 {
    text-shadow: 1px 1px black;
    color: white;
    font-size: 42px;
}
#chooseplan p {
    font-family: Droid Sans;
    font-size: 16px;
    color: white;
}
#chooseplan a {
    font-family: droid sans;
    font-size: 40px;
    text-decoration: none;
    color: white;
    text-align: center;
}
#chooseplan input {
    font-family: Droid Sans;
    background: #F7BC41;
    border: 0;
    font-size: 28px;
    color: white;
    width: 100px;
}
#chooseplan label {
    font-family: Droid Sans;
    font-size: 18px;
}
#chooseplan .box {
    width: 290px;
    height: 45px;
    padding: 10px 10px 10px 10px;
    position: relative;
    background-color: #F7BC41;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 3px;
    float: left;
}
#chooseplan .orderbox {
    width: 950px;
    height: 60px;
    position: relative;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-right: 7px;
    margin-left: 7px;
    margin-top: 3px;
    float: left;
    background: #d89736;
    background: -moz-linear-gradient(top,  #d89736 0%, #f4ca75 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d89736), color-stop(100%,#f4ca75));
    background: -webkit-linear-gradient(top,  #d89736 0%,#f4ca75 100%);
    background: -o-linear-gradient(top,  #d89736 0%,#f4ca75 100%);
    background: -ms-linear-gradient(top,  #d89736 0%,#f4ca75 100%);
    background: linear-gradient(to bottom,  #d89736 0%,#f4ca75 100%);
}
#footer_wrapper {
	clear: both;
	width: 100%;
	background: #e0e0e0 url(images/footer.png) top repeat-x

}

#footer {
	clear: both;
	width: 960px;
	padding: 30px 10px 15px;	
	margin: 0 auto;
	color: #666;
	text-align: center;
}