@charset "utf-8";
/* CSS Document */
/* Author: InBusiness */
/* Layout-specific stylesheet 

/* Body
---------------------------------------- */
body {
	margin:0;
	background:#CECFCB;
}

.wrap {
	width:960px;
	margin:0 auto;
	overflow:hidden;
}

/* Header
---------------------------------------- */
#header {
	width:100%;
	height:182px;
	background: url(../gfx/bgheader.jpg) repeat-x;
	overflow:hidden;
}
/* Header - Language
---------------------------------------- */
#header .language {
	width:160px;
	height:20px;
	float:left;
	color:#A9B1B1;
	font-size:0.833em;
	overflow:hidden;
}
#header .language ul {
	list-style:none;
	margin:0;
	padding:0;
}
#header .language li {
	display:inline-block;
	float:left;
	margin:0;
	padding:0;
	width:50px;
	height:20px;
}
#header .language li a,
#header .language li a:link,
#header .language li a:visited {
	display:inline-block;
	width:50px;
	height:20px;
	color:#676767;
	text-decoration:none;
	line-height:18px;
}
#header .language li a.selected,
#header .language li a:hover,
#header .language li a:active {
	color:#000;
	text-decoration:none;
	border-bottom:2px solid #095185;
	line-height:18px;
}
#header .language li.nor {
	background:url(../gfx/lang_no1.gif) no-repeat 25px 4px;
}
#header .language li.nor:hover,
#header .language li.nor.selected {
	background:url(../gfx/lang_no2.gif) no-repeat 25px 4px;
}

#header .language li.eng {
	background:url(../gfx/lang_gb1.gif) no-repeat 25px 4px;
}
#header .language li.eng:hover,
#header .language li.eng.selected {
	background:url(../gfx/lang_gb2.gif) no-repeat 25px 4px;
}

/* Header - Top Menu (navigation.css for more)
---------------------------------------- */
#header .topMenu {
	width:800px;
	height:19px;
	padding:1px 0 0 0;
	float:left;
	overflow:hidden;
}

/* Header - Logo
---------------------------------------- */
#header .logo {
	width:960px;
	height:120px;
	margin:0 auto;
	background:url(../gfx/logo.png) no-repeat 44px 24px;
	position:relative;
	overflow:hidden;
}
#header .logo img {
	width:150px;
	height:119px;
	border:none;
}

/* Header - Search
---------------------------------------- */
#header .search {
	width:240px;
	height:20px;
	position:absolute;
	top:80px;
	right:0;
	overflow:hidden;
}
#header .search input[type="text"]{
	width:170px;
	height:20px;
	line-height:20px;
	float:left;
	margin:0 10px 0 0;
	padding:0;
	border:none;
	background:#FFF;
	vertical-align:middle;
}
#header .search input[type="submit"]{
	width:60px;
	height:20px;
	line-height:20px;
	float:left;
	margin:0;
	padding:0;
	border:none;
	background:#4D4D4D;
	text-transform:uppercase;
	color:#FFF;
	font-size:1em;
	cursor:pointer;
	vertical-align:middle;
}


/* Header - Product Menu (navigation.css for more)
---------------------------------------- */
#header .productMenu {
	width:960px;
	height:30px;
	line-height:30px;
	margin:0 auto;
	overflow:hidden;
}

/* Container
---------------------------------------- */
#container {
	width:100%;
	padding:10px 0 0 0;
	background:#FFF;
	overflow:hidden;
}

/* Main Content
---------------------------------------- */
#mainContent {
	width:700px;
	float:left;
}

/* Right
---------------------------------------- */
#right {
	width:240px;
	padding:0 0 0 20px;
	float:left;
}
/* Right - Article
---------------------------------------- */
#right .rightArticle {
	width:240px;
	padding:0 0 20px 0;
}
#right .rightArticle p {
	margin:0;
}

/* Right - Box
---------------------------------------- */
#right .rightBox {
	width:220px;
	padding:10px;
	background:#CECFCB;
	overflow:hidden;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	behavior:url(PIE.htc);
	position:relative;
}
#right .rightBox .reviews {
	width:220px;
	padding:0 0 20px 0;
}
#right .rightBox .reviews .reviewBox {
	padding:10px 0 0 0;
	color:#666;
}
#right .rightBox .reviews .link {
	font-size:0.833em;
}
#right .rightBox .reviews .link a,
#right .rightBox .reviews .link a:link,
#right .rightBox .reviews .link a:visited {
	text-decoration:underline;
	color:#656565;
}
#right .rightBox .reviews .link a:hover,
#right .rightBox .reviews .link a:active {
	text-decoration:none;
	color:#656565;
}
#right .rightBox .reviews .archivelink {
	text-align:right;
	padding:5px 0 0 0;
}
#right .rightBox .bestsellers {
	width:220px;
}
#right .rightBox .bestsellers .bestsellerBox {
	padding:10px 0 0 0;
	color:#656565;
}
#right .rightBox .bestsellers .link {
	font-weight:bold;
}
#right .rightBox .bestsellers .link a,
#right .rightBox .bestsellers .link a:link,
#right .rightBox .bestsellers .link a:visited {
	text-decoration:underline;
	color:#656565;
}
#right .rightBox .bestsellers .link a:hover,
#right .rightBox .bestsellers .link a:active {
	text-decoration:none;
	color:#656565;
}

/* Right - Media
---------------------------------------- */
#right .media {
	width:240px;
	height:42px;
	padding:10px 0;
	float:left;
	overflow:hidden;
}
#right .media img {
	padding:0 9px;
	float:left;
}

/* Footer
---------------------------------------- */
#footer {
	width:100%;
	margin:0 auto;
	background:url(../gfx/footerborder.jpg) repeat-x;
	padding:34px 0 0 0;
	color:#656565;
}
#footer a,
#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {
	color:#656565;
}
#footer .footerBoxes h2 {
	font-size:1.667em;
	font-weight:normal;
	color:#FFF;
	border-bottom:1px solid #FFF;
	text-transform:none;
	margin:0 0 9px 0;
	padding:0 0 7px 0;
}
/* Footer - Boxes
---------------------------------------- */
#footer .footerBoxes {
	width:960px;
	margin:0 auto;
	overflow:hidden;
}
#footer .footerBox1 {
	width:210px;
	padding:0 40px 0 0;
	float:left;
}
#footer .footerBox2 {
	width:210px;
	padding:0 40px 0 0;
	float:left;
}
#footer .footerBox3 {
	width:210px;
	padding:0 40px 0 0;
	float:left;
}
#footer .footerBox4 {
	width:210px;
	float:left;
}

/* Footer - Credits
---------------------------------------- */
.credits {
	width:960px;
	margin:0 auto;
	text-align:center;
	padding:10px 0 20px 0;
}