@charset "utf-8";
/* CSS Document */


body{
	background-color: #dcdcdc;
	margin: 0;
	padding: 0;
	
}
a{
	text-decoration: none;
	/*color: #1d5273;*/
	color: #2b6488;
}
a:hover{
	/*color: #0076c2;*/
	color: #3690c9;
	text-decoration: underline;
}
img{
	border: 0;
}


#container {
	background-image:url(../images/bg.gif);
	background-color: #fff;
	margin: 0px auto;
	width: 800px; /* width of the layout -- can be set to any value including percentages */
	overflow: hidden;
	height: 100%;
}

#badge{
	position: absolute;
	left: 0;
}	

#header{
	background-color: #dcdcdc;
	padding : 0px;
	margin: -30px 0 0 0;
	width: 100%;
	overflow: hidden;
}
#logo{
	position: relative;
	float: left;
	height: 122px;
	width: 231px;
}
#nav{
	position:relative;
	float: left;
	width: 569px;
}

#flash-header{
	margin: 0px;
	padding: 12px;
	width: 774px;
	height: 288px;
	overflow: hidden;
	border-top:1px solid #acacac;
	border-left:1px solid #acacac;
	border-right:1px solid #acacac;
}

#sidebar-right {
	float: right;
	width: 242px; /* width of the right sidebar -- can be set to any value including percentages */
	margin: 0px;
	padding-left: 12px;
	padding-right: 12px;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
#newsletter{
	background-image: url(../images/bg-newsletter.gif);
	background-repeat: no-repeat;
	margin-top: 12px;
	padding: 10px 5px 5px 5px;
	width: 237px;
	height: 96px
}
.purchase-image{
	position: relative;
	float: left;
	width: 52px;
}
.purchase-content{
	position: relative;
	float: left;
	width: 178px;
	padding-left: 8px;
}


#sidebar-left {
	float: left;
	width: 242px; /* witdh of the left sidebar -- can be set to any value including percentages */
	margin: 0px;
	padding-left: 12px;
	padding-right: 12px;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
.title{
	background-color: #f3f3f3;
	padding: 5px;
	width: 232px;
	font-size: 14px;
	font-weight: bold;
	color: #0076c2;
}
.featured-products{
	padding-top: 12px;
}
.featured-image{
	position: relative;
	float: left;
	width: 88px;
}
.featured-content{
	position: relative;
	float: left;
	width: 142px;
	padding-left: 8px;
}

#content {
	margin: 0px;
	padding-left: 12px;
	padding-right: 12px;
	height: 1%; /* IE6 hack... it's very minor, though */
	overflow: hidden;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	/*height: 600px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

#content-inner
{
	width: 100%;
	overflow: hidden;
}
.news-image{
	position: relative;
	float: left;
	width: 65px;
}
.news-content{
	position: relative;
	float: left;
	width: 160px;
	padding-left: 8px;
}
	
#content-footer{
	clear: both;
	margin: 0px;
	padding: 20px 0 0 0;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #acacac;
}
#footer{
	background-color: #dcdcdc;
	border: 0;
	padding: 20px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}
#footer-left{
	background-color: #dcdcdc;
	position: relative;
	float: left;
	width: 300px;
	height: 80px;
}
#footer-right{
	background-color: #dcdcdc;
	position: relative;
	float: left;
	width: 500px;
	height: 80px;
	text-align: right;
}
/*INNER PAGE*/
#inner-sidebar-left {
	float: left;
	width: 137px; /* witdh of the left sidebar -- can be set to any value including percentages */
	margin: 0px;
	padding: 12px 12px 0 12px;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	border-top: 1px solid #acacac;
	border-left: 1px solid #acacac;
}
#inner-content {
	margin: 0px;
	padding: 12px 12px 0 0;
	height: 1%; /* IE6 hack... it's very minor, though */
	overflow: hidden;
	/*height: 600px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	border-top: 1px solid #acacac;
	border-right: 1px solid #acacac;
}
.sidebar-title{
	padding: 5px;
	border: 1px solid #cecece;
	text-align: center;
}
.sidebar-container{
	padding: 5px 5px 5px 10px;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
}
.inner-container{
	position: relative;
	float: none;
	padding: 12px 0 0 0;
}	
.inner-container-products{
	position: relative;
	float: none;
	padding: 0;
}	

.inner-content-left{
	position: relative;
	float: left;
	width: 340px;
	padding: 0 12px 0 0;
}
.inner-content-rigt{
	position: relative;
	float: left;
	padding: 0 0 0 12px;
}
.inner-content-rigt-standard{
	position: relative;
	float: left;
	text-align: center;
	width: 135px;
}
.inner-content-rigt-pro{
	position: relative;
	float: left;
	text-align: center;
	width: 135px;
}
.iclone-links{
	position: relative;
	float: none;
	padding: 12px 0 0 340px;
	text-align: center;
}
.inner-content-midle{
	position: relative;
	float: left;
	width: 360px;
	padding: 0 12px 0 0;
}
.inner-content-sidebar{
	position: relative;
	float: left;
	width: 238px;
	padding: 0 0 0 24px;
}
.content-middle-title{
	background-color: #f3f3f3;
	padding: 5px;
	width: 350px;
	font-size: 14px;
	font-weight: bold;
	color: #0076c2;
}
.content-product-title{
	background-color: #f3f3f3;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #0076c2;
}
.inner-middle-content{
	position: relative;
	float: none;
	padding: 12px 0 0 0;
}
.content-sidebar-title{
	background-color: #f3f3f3;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #0076c2;
}
.iclone-title-main{
	background-color: #f3f3f3;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #0076c2;
}

