@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
img { border: none; }
a { outline: none; }
ol, ul { list-style: none;}
.clear {
	width: 100%;
	height: 0px;
	clear: both;
}
body {
	background: #eee url('../images/body-bg.png') left top repeat-x;
	color: #333;
	font-family: 'Lucida Sans', sans-serif;
	font-size: 12px;
	font-weight: normal;
}
a {
	color: #006699;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	-moz-text-shadow: 0 1px 0 #fff;
	-webkit-text-shadow: 0 1px 0 #fff;
}
a:hover { text-decoration: underline; }
h1 {
	color: #EC380F;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
h2 {
	color: #EC380F;
	font-size: 14px;
	font-weight: normal;
}
.wrapper {
	background: url('../images/bokeh.png') center 0 no-repeat;
}
.page {
	width: 972px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

/***Header***/
#header {
	padding: 20px 16px 15px;
	height: 59px;
}
#header .logo {
	float:left;
	text-decoration:none !important;
}
#header .logo strong {
	font-size:0;
	height:0;
	line-height:0;
	overflow:hidden;
	position:absolute;
	text-indent:-9999em;
	width:0;
}
#nav {
	display: block;
	margin-top: 26px;
	float: right;
}
#nav li {
	font-size: 14px;
	display: block;
	float: left;
}
#nav .nav-divider {
	padding: 0 15px;
}
#nav #store-link, #orange {
	color: #EB2D00
}
/***end of header***/

/***Promo box***/
#promo-box {
	background: url('../images/promo-box-bg.png') left top no-repeat;
	width: 972px;
	height: 252px;
	margin-bottom: 8px;
}
#promo-box a {
	float: right;
	top: 175px;
	margin-right: 190px;
	position: relative;
	display: block;
}
/***end of promo box***/

/***Content***/
#content-container {}
#content-top {
	background: url('../images/content-top-bottom.png') left top no-repeat;
	width: 972px;
	height: 16px;
}
#content-bottom {
	background: url('../images/content-top-bottom.png') left bottom no-repeat;
	width: 972px;
	height: 16px;
	float: left;
}
#content-center {
	background: url('../images/content-bg.png') left bottom repeat-y;
	padding: 10px 16px 0;
	float: left;
}
.content-block {
/* 	background: #fff url('../images/content-sep.png') left bottom repeat-x; */
	float: left;
	padding: 0 10px 16px 10px;
/* 	margin-bottom: 20px; */
	line-height: 135%;
}
div.last {
	padding-bottom: 20px;
	margin-bottom: 0;
	background: none;
}
.content-block p {
	padding-bottom: 17px;
}
.content-block p.last {
	padding-bottom: 0px;
}
#magento-logo {
	padding: 33px 0 5px;
	display: block;
}
.content-block ul {
	list-style-type: disc;
	list-style-position: outside;
	padding: 0 0 17px 20px;
}
.content-left {
	width: 610px;
	padding-right:10px;
	float: left;
	margin-right: 30px;
}
.content-left strong a {
	/*color: #333; */
}
.content-sep{background: #fff url('../images/content-sep.png') left center repeat-x;height:46px}
.content-right {
	width: 270px;
	float: left;
}
.icon {
	display: block;
	float: left;
	height: 55px;
	margin-bottom: 20px;
}
.icon:hover {
/* 	background-position: left bottom; */
cursor:default;
}
.enterprise {
margin-top:44px;
margin-bottom:69px;
/* 	background: url('../images/mc_partner.png') 0 120px no-repeat; */

}
.linux {
	background: url('../images/linux.gif') left top no-repeat;
	width: 95px;
	margin: 30px 50px 0 0;
}
.apache {
	background: url('../images/apache.gif') left top no-repeat;
	width: 125px;
	margin: 30px 0 0 0;
}
.php {
	background: url('../images/php.gif') left top no-repeat;
	width: 95px;
	margin: 30px 50px 0 0;
}
.mysql{
	background: url('../images/mysql.gif') left top no-repeat;
	width: 125px;
	margin: 30px 0 0 0;
}
.totop {
	background: url("../images/totop-lr.png") no-repeat scroll left top #F5F5F5;
	height: 25px;
	margin: 0;
	float: left;
	width: 940px;
}
.totop div {
	background: url("../images/totop-lr.png") no-repeat scroll 100% -25px transparent;
	text-align: center;
}
.totop div {
	background: url("../images/totop-lr.png") no-repeat scroll 100% -25px transparent;
	text-align: center;
}
.totop img {
	background:url("../images/totop.png") no-repeat scroll left top transparent;
	height:25px;
	margin:0 auto;
	width:187px;
}
.totop a:hover img {
background-position: left bottom; 
}
/***end of content***/

/***Foot links***/
#foot-link {
	display: block;
	width: 100%;
	padding: 10px 0 20px;
	text-align: center;
	font-size: 11px;
}
/***end of foot links***/
