/**
 * Base Styles
 */
* {
	margin: 0;
	padding: 0;
	font-size: 1em;
	text-decoration: none;
	border: none;
	list-style: none;
	outline: none;
}
html {
	background-color: #333; 
	background-image: url(../images/body-home.png);
}
body { 
	background: #fff url(../images/body.png) repeat 0 0;
	font: 12px/18px "Lucida Grande", Verdana, sans-serif;
	color: #333;
	text-shadow: #fff 0 1px 1px;
}
form {
	margin: 0px;
}	
form dl {
	margin: 0px;	
}
form dl dt {
	margin: 8px 0px 2px 0px;	
}
form dl dt label {
	font-weight: bold;
}
form dl dd {
	margin: 0px 0px 6px 0px;	
}
form dl dd img {
	margin-bottom: 2px;
	border: 1px solid #bbb;
	-webkit-border-radius: 2px;
	-moz-border-radius: 3px;		
}
form fieldset, .box, .messagesBox {
	margin: 0px 0px 5px 0px;
	padding: 5px 10px 10px 10px; 
	border: 1px solid #ddd;
	background: #f3f3f3; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 4px;	
}
.messagesBox {
	padding: 5px;
	color: #0000aa;
	font-weight: bold;
}
form fieldset legend {
	padding-left: 5px; 
	padding-right: 5px; 
	font-size: 15px; 
	font-weight: bold;
}
form input {	
	padding: 3px;
	border: 1px solid #bbb; 
	font-family: Tahoma;
	font-size: 11px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 3px;	
}
form textarea {	
	border: 1px solid #bbb; 
	width: 100%;
	height: 180px;
	font-size: 11px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 3px;	
}
form select {
	padding: 2px 2px 2px 0;
	border: 1px solid #bbb; 
	font-size: 11px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 3px;	
}
form ul.errors {
	padding: 1px;
	margin: 2px 0px 0px 2px; 
}
form ul.errors li {
	font-size: 11px; 
	color: #b81919; 
	list-style-position: inside;
}

#wrapper { 
	background: url(../images/wrapper.png) repeat-x 0 0;
}

/**
 * header
 */
#header {
	height: 320px; 
	background: url(../images/header.png) no-repeat 50% 0;
}
#header #masthead {
	width: 740px;
	margin: 0 auto 9px;
	height: 66px;
	background: url(../images/masthead.png) no-repeat center bottom;
}
#navigation {
	float: right;
	margin: 14px 14px 0 0;
	font: bold 13px/30px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: #fff 0 1px 1px;
}
#navigation li {
	float: left;
	padding-right: 2px; 
	background: url(../images/nav-li.png) no-repeat right 0;
}
#navigation li a {
	float: left;
	padding: 1px 15px 5px; 
	background: url(../images/nav-a.png) repeat-x 0 0;
	color: #666;
}
#navigation li.selected a,
#navigation li.selected a:hover {
	color: #39c;
	cursor: default;
	text-decoration: none;
}
#navigation li.selected a:focus {
	color: #069;
}
#navigation li a:hover,
#navigation li a:focus {
	color: #333;
	text-decoration: none;
}
#navigation li a:active {
	padding-top: 2px;
	padding-bottom: 4px;
}
#navigation li.first a { 
	background: url(../images/nav-a-first.png) no-repeat 0 0;
	padding-left: 22px;
}
#navigation li.last {
	background: none;
	padding: 0;
}
#navigation li.last a { 
	background: url(../images/nav-a-last.png) no-repeat right 0;
	padding-right: 22px;
}
#header h1 {
	float: left;
	margin: 8px 0 0 20px;
}
#header h1 a {
	display: block;
	width: 144px;
	height: 49px; 
	background: url(../images/logo.png) no-repeat 0 1px;
	text-indent: 150%;
	overflow: hidden;
	opacity: .75;
}
#header h1 a:hover,
#header h1 a:focus {
	opacity: 1;
}
#header h1 a:active {
	background-position: 0 2px;
}

.fastLogin {
	width: 700px;
	margin: 0 auto;
	margin-top: 14px;
	overflow: hidden;
	margin-bottom: 15px;
}
.fastLogin #langs {
	float: right;
	margin: 12px;
	margin-bottom: 8px;
}
.fastLogin #welcome {
	margin: 12px;
	margin-bottom: 8px;
}

.fastLogin .box {
	overflow: hidden;
	background: url(../images/login-bg.png) repeat-x;
	-webkit-border-radius: 4px;
	-moz-border-radius: 5px;
	/*float: left;*/
}
.fastLogin form {
	padding: 5px;
	padding-top: 9px;
}
/**
 * content
 */
#content {
	width: 660px;
	margin: -180px auto 10px auto;
	padding: 30px 30px 0;
	background: url(../images/content.png) no-repeat scroll 0 0 transparent;
	min-height: 400px;
}
#content h1 {
	font-size: 18px;
	/*height: 30px;*/
}

/**
 * footer
 */
#footer {
	padding: 20px 0;
	height: 20px; 
	background: url(../images/footer.png) repeat-x 0 0;
	font: bold 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #999;
	text-shadow: #222 0 -1px 1px;
	clear: both;
}
#footer ul {
	width: 700px;
	margin: 0 auto;
	position: relative;
}
#footer a {
	color: #ccc;
}
#footer a:hover,
#footer a:focus {
	color: #fff;
	text-decoration: none;
}
#footer a:active {
	text-decoration: underline;
}
#hosting {
	position: absolute;
	right: 0;
	top: 0;
}
#footer #menu {
	text-align: center;
	margin-bottom: 5px;
}

/**
 * Home
 */
body#home { 
	background: url(../images/body-home.png) repeat 0 0;
}
#home #wrapper { 
	background: url(../images/wrapper-home.png) repeat-x 0 0;
}
#home #header {
	height: auto;
}
#home #products {
	min-height:250px;
	margin: 0 auto;
	width: 720px;
	height: auto;
	overflow: hidden;
	background: url(../images/products-li-large.png) no-repeat center 0;
}
#home #products li {
	float: left;
	text-align: center;
	width: 240px;
}
#home #products a.more {	
	display: block;
	opacity: 1;
	width: 200px;
	height: 31px;
	padding: 1px 0 2px;
	text-indent: 0;
	text-align: center; 
	background: url(http://atebits.cachefly.net/atebits/img/more.png) no-repeat;
	font: bold 13px/26px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ccc;
	text-shadow: #333 0 -1px 1px;
	margin: 20px auto;
	-webkit-transition: none;
}
#home #products a.more:hover,
#home #products a.more:focus {
	color: #6cf;
	text-shadow: #999 0 0 10px;
	text-decoration: none;
}
#home #products a.more:active {
	padding-top: 2px;
	padding-bottom: 1px;
	height: 31px;
}
#home #content {
	margin-top: 0;
	padding: 0;
	background: none;
	width: 740px;
	min-height: 0;
}
#home #footer { 
	background: url(../images/slogan.png) no-repeat center -46px;
}
#home #slogan {
	font: 24px/80px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: #444 0 1px 1px;
	color: #111;
	text-align: center;
	margin: 0;
	background: url(../images/slogan.png) no-repeat center -16px;
	padding-top: 30px;
}
#home #slogan em {
	font-family: Georgia, serif;
} 
 
/**
 *  Product
 */
.product #content { 
	background: url(http://atebits.cachefly.net/atebits/img/content-product.png) no-repeat right 0;
	padding: 10px 10px 0;
	width: 700px;
	min-height: 500px;
}
.product #image {
	width: 220px;
	text-align: center;
	margin: 0 0 20px 0;
/*
	background-color:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 4px;
*/
}
.prim-content {
	float: right;
	width: 420px;
	padding: 20px;
}
#calltoaction {
	margin: 0;
	width: 220px;
	height: 41px; 
	background: url(http://atebits.cachefly.net/atebits/img/calltoaction.png) no-repeat 0 0;
	font: bold 13px/36px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: #333 0 -1px 1px;
}
#calltoaction li {
	float: left;
}
#calltoaction a {
	float: left;
	color: #ccc;
	padding: 1px 0 3px 35px;
	background-position: 9px 9px;
	background-repeat: no-repeat;
	position: relative;
}
#calltoaction a:hover,
#calltoaction a:focus {
	color: #6cf;
	text-shadow: #999 0 0 10px;
	text-decoration: none;
}
#calltoaction a:active {
	padding-top: 2px;
	padding-bottom: 2px;
	background-position: 9px 10px;
} 
#cta-buy a { 
	background-image: url(http://atebits.cachefly.net/atebits/img/calltoaction-buy.png);
}


#payments {
	margin-top: 10px; 
	background: url(../images/payments.png) repeat-x 0 0;
	width: 142px;
	height: 14px;
}

/**
 * Layouts 
 */
.floatBox {
	overflow: hidden;
}
.layout {
}
.layout .leftCol {
	float: left;
	width: 220px;
}
.layout .centerLeft {
	margin-left: 240px;
	padding: 20px;
}
.order {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: solid 1px #bbb;
}
.order .leftCol {
	float: left;
	width: 170px;
}
.order .centerLeft {
	margin-left: 170px;
	padding: 0 20px 0 20px;
}
.order h2 {
	font-size: 16px;
	outline:medium none;
}
.order .datetime {
	text-align: right;
	font-size: 11px;
}
.order .buttons {
	float: right;
}

.homeText {
	text-shadow:none;
	color: #aaa;
}