* { margin: 0px; padding: 0px; }

body
{
	font-family: Arial, Helvetica, sans-serif;
	color: #3c3b3b;
	font-size: 14px;
	text-align: center;
	background: #f0f0f0;
}

h2
{
	margin-bottom: 30px;
	font-size: 25px;
	font-weight: normal;
}
h3
{
	font-size: 19px;
	margin: 0px 0px 15px 0px;
	padding-top: 30px;
	font-weight: normal;
}
h4
{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
	padding-top: 19px;
}
p
{
	margin-bottom: 14px;
	line-height: 18px;
}
pre.code
{
	display: block;
	padding: 10px;
	margin-bottom: 15px;
	color:#222222;
	font-size: 13px;
	background: #E5E5E5;
	font-family: "Courier New", Courier, monospace;
}
p small
{
	color: #999999;
	font-size: 12px;
}
a
{
	color: #FF6633;
}
#content ul
{
	margin: 0px 0px 15px 25px;
}

/* --- */

.clear
{
	clear: both;
}
.btn
{
	display: block;
	width: 151px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	font-weight: bold;
	color: #7b7b7b;
	text-decoration: none;
	font-size: 13px;
	margin-bottom: 5px;
	background: url(/i/btn.png) no-repeat;
}
.float_right
{
	float: right;
	margin: 0px 0px 20px 20px;
}

/* --- */

#container
{
	position: relative;
	margin: 0px auto 0px auto;
	width: 990px;
	text-align: left;
}

#header
{
	padding-right: 20px;
	height: 65px;
	line-height: 60px;
	text-align: right;
	font-size: 14px;
	background: url(/i/main_top.png) bottom center no-repeat;
}
#header h1 a
{
	display: block;
	position: absolute;
	left: 270px;
	top: 0px;
	width: 250px;
	height: 60px;
	text-indent: -789em;
	text-align: left;
	background: url(/i/sharekit.png) left center no-repeat;
}

.hline
{
	position: relative;
	top: 15px;
	line-height: normal;
}
.hline small
{
	font-size: 12px;
	font-style: italic;
}

/* --- */

#main
{	
	padding: 0px 5px 0px 5px;
	background: white url(/i/main_m.png) center repeat-y;
}

/* --- */

#sidebar
{
	position: relative;
	float: left;
	width: 250px;
	padding-top: 190px;
}

#sidebar #box
{
	display: block;
	position: absolute;
	top: -48px;
	right: 0px;
	width: 315px;
	height: 235px;
	background: url(/i/box.jpg) no-repeat;
}

#sidebar h5
{
	padding-left: 25px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
}
#sidebar ul
{
	list-style: none;
	margin: 0px 0px 40px 0px;
	border-top: 1px solid #d4d4d4;
}
#sidebar li
{
	border-bottom: 1px solid #d4d4d4;	
}
#sidebar li a
{
	display: block;
	padding: 0px 0px 0px 25px;
	line-height: 35px;
	font-family: 14px;
	color: #3c3b3b;
	text-decoration: none;
	background: url(/i/accessory.png) right center no-repeat;
}
#sidebar li a:hover
{
	color: #FFFFFF;
	background-color: #666666;
}

/* --- */

#content
{
	position: relative;
	float: left;
	width: 655px;
	padding: 33px 15px 50px 40px;
	min-height: 950px;
	border-left: 1px solid #d4d4d4;
}

/* --- */

#footer
{	
	font-size: 12px;
	padding: 20px 0px 15px 0px;
	background: url(/i/main_btm.png)  top center no-repeat;
}


/* --- */

#home h2 a
{
	display: block;
	width: 320px;
	height: 305px;
	text-indent: -789em;
	background: url(/i/getShareKit.png) no-repeat;
}

#demo
{
	position: absolute;
	top: 35px;
	right: 10px;
}

#grid
{

}

#grid #side
{
	float: left;
	width: 205px;
	margin-right: 13px;
}
#grid #units
{
	float: left;
	width: 410px;
}
#grid .unit
{
	float: left;
	width: 190px;
	margin-left: 15px;
}

.services-list a
{
	color: #3c3b3b;
	text-decoration: none;
}
.services-list a:hover
{
	text-decoration: underline;
}

