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

body {
	padding: 16px 0px 10px;
	background: url('/images/background.jpg') #5f92d2 repeat-x 0% 0%;
	color: #fff;
	font-family: tahoma, arial, sans-serif;
	font-size: 14px;
	text-align: center;
}

body.viewer {
}

a {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	color: #bfd8f6;
}

.hide {
	display: none;
}

img {
	border: none;
}

ul {
	list-style-type: none;
}

ul.product {
	text-indent: 2px;
	list-style-position: inside;
	margin: 2px;
	margin-left:10px
}

li {
	list-style-type: none;
}

li.product {
	list-style-type:disc;
	text-indent: 5px;
	list-style-position: outside;
}

p {
	margin: 10px 0px 5px;
	text-align: justify;
	line-height: 16px;
}


.news {
	margin: 10px 0px 5px;
	text-align: left;
	line-height: 16px;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
}

input {
	padding-left: 2px;
	background-color: #eff3f7;
	border: 2px solid #eff3f7;
	color: #537caf;
	font-family: tahoma, arial, sans-serif;
	font-size: 14px;
}



#container {
	margin: 0px auto;
	width: 976px;
}


/* Page Header */

#header_container {
	margin-bottom: 12px;
	border: 1px solid #fff;
}

#page_header {
	width: 976px;
	height: 140px;
}


/* Page Header */

#header_company {
	margin-top: 20px;
	width: 200px;
	height: 35px;
	float: left;	
	text-align: left;
}

#header_company h1 {
	width: 585px;
	height: 35px;
}

#header_banner {
	float: right;
	margin-right: 10px;
	margin-top: 25px;
}

/* Page Header : Menu */

#header_menu {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

#header_menu li {
	margin-bottom: 2px;
	width: 120px;
	border: 1px solid #dee8f5;
	text-align: left;
	clear: both;
	float: none;
}

#header_menu li a {
	display: block;
	width: 120px;
	height: 20px;
	color: #e3ecf8;
	background-color: #3d6290;
	text-decoration: none;
	font-weight: bold;
	overflow: hidden;
	line-height: 10px;
}

#header_menu li a span {
	display: block;
	padding-top: 4px;
	padding-left: 31px;
}

#header_menu li a:hover {
	color: #fff;
	background-color: #2e4a6c;
}

/* Product Detail */

table.product_detail {
margin-top: 11px;
margin-left: 2px;
border: 1px solid #dee8f5;
}

/* Buy Now button */

#buy_now {
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
}

#buy_now li {
	margin-bottom: 2px;
	width: 80px;
	border: 1px solid #dee8f5;
	text-align: left;
	clear: both;
	float: none;
}

#buy_now li a {
	display: block;
	width: 68px;
	height: 20px;
	color: #e3ecf8;
	background-color: #3d6290;
	text-decoration: none;
	overflow: hidden;
	line-height: 10px;
	padding-top: 6px;
	padding-left: 12px;
}

#buy_now li a:hover {
	color: #fff;
}

/* Left Sidebar */

#left_sidebar {
	width: 140px;
	float: left;
}

#left_sidebar .box_container {
	margin-bottom: 11px;
	border: 1px solid #fff;
	background-color: #537caf;
}

/* Main Content */

#maincontent_container {
	border-top : 1px solid #d5dfec;
	border-left : 1px solid #d5dfec;
	margin-left : 10px;
	float: left;
	text-align: left;
}

#maincontent {
	margin: 7px 0px 0px 10px;
	width: 808px;
}

#maincontent_top {
	margin-bottom: 11px;
	width: 808px;
	background: url('/images/maincontent_verticaldiv.gif') repeat-y 567px 5px;
}

#maincontent_topnr {
	margin-bottom: 11px;
	width: 808px;
	background: url('/images/maincontent_verticaldiv.gif') repeat-y 803px 5px;
}
/* How We Started */

#started_container {
	width: 560px;
	float: left;
}

#started_containernr {
	width: 800px;
	float: left;
}

#started {
	padding-top: 2px;
	width: 560px;
}

#started h2 {
	width: 96px;
	height: 14px;
	background: url('/images/started_title.gif') no-repeat 0px 0px;
}


#right_container {
	width: 247px;
	float: left;
	text-align: left;
}

/* Get Special Offer */

#offer_container {
	margin-left: auto;
	border: 1px solid #fff;
	background-color: #436da1;
	float: right;
}

#offer {
	margin: 5px 17px 4px 10px;
	width: 205px;
}

#offer h2 {
	width: 120px;
	height: 22px;
	background: url('/images/offer_title.gif') no-repeat -1px 0px;
}

#offer p {
	margin-top: 1px;
}

#offer .link-go {
	text-align: right;
}

#offer .link-go a {
	margin-left: auto;
	display: block;
	width: 34px;
	height: 13px;
	background: url('/images/offer_go.gif') no-repeat 0px 0px;
}

/* Page Footer */

#page_footer {
	margin: 5px;
	width: 567px;
	float: right;
	text-align: center;
	font-size: 15px;
}

.codesample {
	font-family: "Courier New", Courier, monospace;
}

