body.index {
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	background-color: black;
}

body.page {
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	background: black url("../../images/interface/img-background_main-text.jpg") repeat-y top left;
}

#commercecountrycurrencyselector {
	float: left;
	height: 25px;
	width: 400px;
	background: black url("../../images/interface/devices/country_currency_selector/img-background.gif") repeat-y top left;
}

#contentintro {
	float: left;
	width: 250px;
	padding: 20px 0 20px 0;
	margin: 0;
}

#contentall {
	float: left;
	width: 700px;
	padding: 20px 0 20px 0;
	margin: 0 0 0 10px;
}

#contentintrocontainer {
	width: 250px;
	margin: 0 0 0 10px;
}

#contentpagefooterhome {
	border-top: 3px solid #363636;
	padding: 10px 0 10px 10px;
	margin: 40px 0 0 0;
	background-color: #272727;
}

#contentpagefooterinner {
	border-top: 3px solid #363636;
	padding: 10px 0 10px 10px;
	margin: 0 0 0 0;
	background-color: #272727;
}

#contentpagefootermoreinfo {
	border-bottom: 1px solid #363636;
	padding: 1px 0 1px 10px;
	margin: 5px 0 0 0;
	background: url("../../images/interface/devices/footer/img-background.jpg") repeat-x top left;
}

/** Products / Top Products */

#contentproductstoppanel {
	border-top: 3px solid #363636;
	padding: 10px 0 0 15px;
	margin: 0;
}

#contentproductstop {
	float: left;
	width: 410px;
	padding: 0;
	margin: 10px 5px 5px 5px;
	border-right: 2px dotted #363636;
}

/** Products / Main product sections */

#contentproductsmain {
	float: left;
	padding: 0;
	margin: 25px 0 0 45px;
	width: 157px;
	background-color: #3A3A3A;
}

#contentproductsmainbackground {
	padding: 5px;
	margin: 0;
	background: #3A3A3A url("../../images/interface/home_landing/titles/img-background.jpg") repeat-x top left;
}

/** Content / Products / Inner */

#contentpageproductstitle {
	height: 100px;
	padding: 0;
	margin: 0 200px 0 0;
	background: black url("../../images/interface/pages_inner_products/img-background_title-text.gif") no-repeat top left;
}

#contentpageproductsmainbody {
	padding: 0;
	margin: 25px 200px 10px 270px;
}

#contentintrocontainerproductimage1 {
	position: relative;
	top: 0px;
	left: 20px;
}

#contentintrocontainerproductimage2 {
	position: relative;
	top: 0px;
	left: 70px;
}

#contentintrocontainerproductimage3 {
	position: relative;
	top: 0px;
	left: 20px;
}

/** Content / Products / Sections */

#layer_column1 {
	float: left;
	width: 400px;
	padding: 5px;
}

#layer_column2 {
	position: relative;
	margin-left: 400px;
	width: 400px;
	padding: 5px;
}

#layer_columns {
	float: left;
	width: 100%;
}

#contentproductfeature {
	float: left;
	width: 350px;
	padding: 5px 20px 5px 5px;
	margin: 20px 5px 5px 5px;
	border-right: 1px dashed #666;
}

/** Navigation */

#navigationmenu {
	position: absolute;
	top: 0px;
	right: 0;
	width: 160px;
	height: 450px;
	background: url("../../images/interface/pages_inner_products/img-background_menu-text.jpg") repeat-x top right;
}

/** Help & Tools - default */

.rbroundbox {
	float: right;
	background-color: #333;
}

.rbtop div { background: url("../../images/interface/devices/panel/img-corner_tl.gif") no-repeat top left; }
.rbtop { background: url("../../images/interface/devices/panel/img-corner_tr.gif") no-repeat top right; }
.rbbot div { background: url("../../images/interface/devices/panel/img-corner_bl.gif") no-repeat bottom left; }
.rbbot { background: url("../../images/interface/devices/panel/img-corner_br.gif") no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 7px;
	font-size: 1px;
}

.rbcontent {
	color: white;
	font-family: "Verdana", sans-serif;
	font-size: 90%;
	line-height: 160%;
	padding: 5px;
}

.rbroundbox { width: 280px; margin: 1em auto; }