@import 'default.css';
@import 'content.css';

body {
	margin:0;
	/*background:#000000 url(../img/bg-2.jpg) no-repeat fixed center top;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	
	/*Remove below line to make bgimage NOT fixed*/
	background-attachment:fixed;
	background-repeat: no-repeat;
	/*Use center center in place of 300 200 to center bg image*/
	background-position: center top;
}
.centre-column {
	width:988px;
	margin:0 auto;
}

#header {
	height:152px;
	position:relative;
}
#logo {
	margin-top:50px;
}
#nav-strip {
	width:100%;
	height:40px;
	background:url(../img/nav-strip-bg.png) repeat-x;
}
#nav-holder {
	margin-left:356px;
}

#pagination a:link,
#pagination a:visited {
	color:#999999;
	text-decoration:none;
	padding:3px;
	margin:0;
}
#pagination a:hover {
	color:#000000;
	text-decoration:underline;
}
.current-page {
	padding:3px;
	color:#ce4652;
}

#subscribe-newsletter {
	position:absolute;
	top:89px;
	right:35px;
	width:240px;
}
label.newsletter {
	/*width:180px;
	height:23px;*/
	margin:0 0 0 4px;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	background:#ce4652;
	padding:5px 9px 5px 8px;
}
.newsletter-button {
	color:#000000;
	background:#ce4652;
	border:0;
	padding:4px;
	margin:0;
	/*width:24px;
	height:24px;*/
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
}
.newsletter-button:hover {
	color:#ffffff;
}
.inp {
	margin:5px 0 0 0;
	border:0;
	padding:5px;
	/*background:#ffffff;
	width:187px;
	height:24px;
	padding:0;
	margin:0;*/
	font-size:12px;
	font-weight:bold;
}


textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}


#columnA {
	float:left;
	width:511px;
	display:inline;
	margin:54px 0 0 0;
	color:#606060;
	font-size:13px;
}
#columnB {
	float:left;
	width:477px;
	display:inline;
	margin:0 0 0 0;
	color:#606060;
	font-size:13px;
}
#columnWide {
	width:988px;
	margin:54px 0 0 0;
	color:#606060;
	font-size:13px;
}
.column-inner {
	padding:40px 30px 20px 30px;
	background:url(../img/col-bg-511.png) repeat-y;
	margin-bottom:40px;
}
.column-inner-wide {
	padding:40px 30px 20px 30px;
	background:url(../img/col-bg-988.png) repeat-y;
	margin-bottom:40px;
}
.column-inner-footer {
	padding:10px 30px 10px 30px;
	background:url(../img/col-bg-511.png) repeat-y;
	margin-bottom:40px;
}

.category-thumb {
	float:left;
	width:222px;
	height:338px;
	display:inline;
	margin:0 13px 20px 0;
}
.category-thumb-end {
	float:left;
	width:222px;
	height:338px;
	display:inline;
	margin:0 0 20px 0;
}
.product-thumb {
	float:left;
	width:160px;
	height:275px;
	display:inline;
	margin:0 32px 20px 0;
}
.product-thumb-end {
	float:left;
	width:160px;
	height:235px;
	display:inline;
	margin:0 0 20px 0;
}
.press-thumb {
	float:left;
	width:174px;
	height:265px;
	display:inline;
	margin:0 14px 20px 0;
}
.press-thumb-end {
	float:left;
	width:174px;
	height:265px;
	display:inline;
	margin:0 0 20px 0;
}
.category-thumb a h2:hover,
.category-thumb-end a h2:hover,
.press-thumb a h2:hover,
.press-thumb-end a h2:hover,
.product-thumb a h2:hover,
.product-thumb-end a h2:hover {
	text-decoration:underline;
}
.category-thumb h2,
.category-thumb-end h2 {
	font-size:1.03em;
	color:#333333;
}
.product-thumb h2,
.product-thumb-end h2,
.press-thumb h2,
.press-thumb-end h2 {
	font-size:1.01em;
	color:#666666;
	height:2.02em;
}
.back-link {
	color:#000000;
}
#product-leftcol {
	float:left;
	width:444px;
	display:inline;
	margin:0 20px 20px 0;

}
#product-rightcol {
	float:left;
	width:464px;
	display:inline;
	margin:0 0 20px 0;

}
#product-leftcol h3 {
	font-size:16px;
	color:#666666;
}
.shop-url {
	text-decoration:none;
	color:#ce4652;
	font-weight:bold;
	padding:20px 0 10px 0;
}

.clearing {
	clear:both;
	height:1px;
	font-size:1px;
}

#trade-login {
	float:right;
	background:#ffffff;
	width:212px;
	color:#ce4652;
	font-weight:bold;
	font-size:12px;
}
#trade-login-wide {
	float:right;
	background:#ffffff;
	width:212px;
	color:#ce4652;
	font-weight:bold;
	font-size:12px;
	position:relative;
	margin:-54px 0 0 0;
	z-index:1000;
}
#trade-login-inner {
	padding:2px 10px 4px 10px;
}
#trade-login a:link,
#trade-login a:visited,
#trade-login-wide a:link,
#trade-login-wide a:visited {
	text-decoration:none;
	color:#333333;
}
#trade-login a:hover,
#trade-login-wide a:hover {
	text-decoration:underline;
}

#login-form-panel {
	position:relative;
	display:none;
	padding:10px 0 0 0;
	z-index:1000;
}



div.float-left a:link,
div.float-left a:visited,
div.float-right a:link,
div.float-right a:visited {
	color:#000000;
}
div.float-left a:hover,
div.float-right a:hover {
	text-decoration:none;
}

div.float-left h1 a:link,
div.float-left h1 a:visited {
	color:#ce4652;
	text-decoration:none;
}
div.float-left h1 a:hover {
	text-decoration:underline;
	color:#000000;
}

h2.archive {
	color:#333333;
}

/** MENU */

#menu {
	padding:11px 0 0 26px;
	margin:0;
	font-size:14px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
	padding-right: 30px;
}

#menu a {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

#menu a:hover {
	text-decoration:underline;
}

#menu .active {
	color: #000000;
}
#menu .active:hover {
	text-decoration:underline;
}

/** CONTENT */


#navigation ul {
	list-style: none;
}
