@import url(reset.css);

body {
	background:url(../images/background.gif) repeat #171C26;	
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:500;
	color:#fff;
}

/* Font Styles */
h1.main {
	font-family:Impact;
	font-style:italic;
	font-size:4.5em;
	margin-bottom:10px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	margin: 15px 0 15px 0;
}

div#main p a:link, label a:link, ul a:link { color: #FFFFFF; text-decoration: underline; }
div#main p a:visited, label a:visited, ul a:visited { color: #FFFFFF; text-decoration: underline; }
div #main p a:hover, label a:hover, ul a:hover { color: #FFFFFF; text-decoration: none; }
div#main p a:active, label a:active, ul a:active { color: #FFFFFF; text-decoration: underline; }

.subtitle {
	font-size:1.2em;
}

p {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.strong {
	font-weight:600;
}

.thin {
	font-weight:normal;
}

.small {
	font-size:0.9em;
	font-weight:normal;
}

ul.prod_info {
	list-style-image:url(../images/bullet.gif);
	margin:20px 0px 10px 30px;
	font-weight:bold;
	width:450px;
}

ul.prod_info li {
	margin-top:20px;
}

/* Link Styles */
a {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	cursor:pointer;
	text-decoration:none;
}

p.download {
	font-weight:normal;
	position:absolute;
	bottom:0px;
	right:10px;
	color:#FFDA2A;
}

p.download a {
	color:#FFDA2A;
	text-decoration:underline;
}

/* Font Colors */
.yellow {
	color:#FFDA2A;
}
.dark_yellow {
	color:#D9B821;
}
.blue {
	color:#0D86D7;
}
.light_blue {
	color:#229DEF;
}
.red {
	color:#FF2A3E;
}
.green {
	color:#5BF08A;
}
.dark_green {
	color:#3BBF65;
}
.pink {
	color:#EE3B9C;
}
.orange {
	color:#FF9100;
}


/* Main Structure */
#wrapper {
	width:950px;
	margin:0 auto;
	background:#000;
	position:relative;
	padding-bottom:5px;
}

.left {
	float:left;
	width:47%;
}

.right {
	float:right;
	width:47%;
}

/* Header */
#header {
	background:url(../images/headgrad.gif) repeat-x;
	width:945px;
	padding:10px 0px 0px 5px;
}

#logo {
	background:url(../images/logo.jpg) no-repeat;
	width:271px;
	height:53px;
	float:left;
	display:inline;
	cursor:pointer;
}
	#logo h1 {
		display:none;
	}

#logos {
	float:right;
	width:648px;
	height:33px;
	margin:5px 15px 0px 0px;
}

#logi_logo {
	position:absolute;
	left:-60px;
	margin-top:13px;
}

#view_basket {
	position:absolute;
	left:45px;
	top:90px;
	font-size:0.6em;
	text-align:center;
	z-index:10;
}
	#view_basket a {
		color:#fff;
		display:block;
		padding:3px;
	}

/* Menu */
#menu {
	padding-left:220px;
}

.btn_holder {
	color:#B0B4B7;
	font-size:0.9em;
	font-weight:bold;
}

	.btn_holder img {
		float:left;
		width:8px;
	}
	
	.btn_holder .btn {
		float:left;
		height:30px;
		margin-top:1px;
		width:auto;
		text-align:center;
	}
	
	.btn_holder a {
		display:block;
		background:#303030;
		height:25px;
		padding-top:5px;
		color:#B0B4B7;
	}
	
/* Language Menu */
#chosen {
	background:none;
	float:right;
	margin-left:20px;
	margin-right:10px;
	cursor:pointer;
	color:#fff;
	width:90px;
	position:relative;
	top:-10px;
	z-index:29;
}

#chosen img {
	float:left;
	width:37px;
}

#chosen .info {
	float:right;
	font-size:10px;
	padding-top:4px;
}

#countries {
	background:#313131;
	z-index:100;
	filter:alpha(opacity=90); /* IE */
	opacity:.90;
	width:200px;
	padding:10px 0px 0px 0px;
	position:absolute;
	display:none;
}

#countries a {
	color:#fff;
	display:block;
	height:40px;
}

#countries ul {
	font-size:0.6em;
	margin-top:10px;
}

#countries ul li {
	margin:2px;
	margin-left:0px;
}

#countries ul li img {
	position:relative;
	top:-8px;
}

/* Lower Menu */
#lower_menu {
	position:relative;
	font-size:0.9em;
	padding-top:4px;
	width:740px;
	float:right;
	margin:5px 110px 0px 0px;
	z-index:0;
}
	
	#lower_menu img {
		position:absolute;
		top:5px;
		z-index:0;
	}

#inner {
	margin-left:25px;
}

	#inner a {
		margin-right:10px;
	}

/* Main Content */
#main, #main_home {
	background:url(../images/main_back.gif) repeat-x #194979;
	width:860px;
	margin:5px auto 5px auto;
	padding:20px;
	font-size:0.8em;

	position:relative;
}
#flash_holder {
	height:415px;
	text-align:center;
}
#main_home {
	background:#000;
}
	#main p {
		margin-bottom:10px;
	}
	
#home_page .left, #home_page .right {
	
}

#prod_bottom {
	margin-top:40px;
}
	#prod_bottom img {
		float:left;
		margin-right:10px;
	}
	
	#prod_bottom .box_set {
		margin-top: 10px;
	}
	
	#prod_bottom .buy_now {
		position:relative;
		top:30px;
	}
	
#prod_mainimg {
	position:absolute;
	top:200px;
}

#online_shop {
	margin-top:30px;
}
	#online_shop .item {
		margin-bottom:50px;
	}
	#online_shop .sml_desc {
		font-weight:normal;
		width:210px;
	}
	#online_shop .left {
		width:35%;
	}
	#online_shop .right {
		width:60%;
	}
	#online_shop .item .left {
		width:60%;
		position:relative;
		min-height:120px;
	}
	#online_shop .item .right {
		width:40%;
	}
	#online_shop .buy {
		width:140px;
		position:absolute;
		bottom:0px;
		right:0px;
		text-align:center;
		font-size:1.2em;
	}

/* Lower Menu */
#logimen_btn {
	float:left;
	margin-left:23px;
}

#blocs {
	width:290px;
	float:right;
}

/* Footer */
#footer_menu {
	background:url(../images/footer_back.gif) repeat-x;
	width:950px;
	height:25px;
	border-top:3px solid #363636;
	font-size:0.8em;
	padding-top:6px;
}
	#footer_menu a {
		color:#FFDA2A;
		margin-left:10px;
	}

#footer {
	font-size:0.7em;
	color:#fff;
	text-align:center;
	padding-top:10px;
}

#footer span {
	margin: 0 10px 0 10px;
}

.qty_box { 
	width: 20px; 
	border: 2px solid black; 
	font-size: 0.8em; 
	padding: 2px;
	background: #FFFFFF; 
	font-weight: normal; 
	position: relative; 
	height: 13px;  
	cursor: default; 
}

.prod_list {
	margin-bottom: 20px;
}

.prod_list h1 {
	font-size: 1.7em;
	margin-bottom: 5px;
}

.prod_list h1 a:link { color: #ffffff; }
.prod_list h1 a:active { color: #ffffff; }
.prod_list h1 a:hover { color: #ffffff; text-decoration: underline; }
.prod_list h1 a:visited { color: #ffffff; }

.cart {
	margin: 10px 0 5px 0;
}

.cart th {
	font-size: 1.3em;
	font-weight: normal;
}

.cart td, th {
	padding: 5px;
}

p#cart_total {
	margin-bottom: 20px;
}

p.cart_info {
	font-size: 0.7em;
	font-weight: normal;
}

.button {
	background-color: #FFFFFF;
	border: 2px solid #000000 outset;
	font-size: 0.9em; 
	padding: 0px;
}

#yellow_link{ color: #ffda2a; }

#sitemap {
	margin-left: 30px;
	list-style-type: square
}

#sitemap li {
	margin: 5px 0 5px 0;
}

#sitemap li ul {
	margin-left: 20px;
	list-style-type: circle;
}

div.row {
  clear: both;
  padding-top: 5px;
  width: 180px;
  text-align: right;
  }

.row span {
	float: left;
	width: 100px;
	font-weight: normal;
	text-align: left;
}

.colour_desc {
	margin-bottom: 25px;
}

.prod_left {
	float:left;
	width:65%;
	padding-right:35px;
}

.prod_right {
	float:left;
	width:30%;
	text-align:center;
}
	.prod_right .image {
		width:250px;
		margin:0 auto;
	}
	
.prod_left p.strong {
	font-size: 1.2em;
	font-style: italic;
}

#prod_price {
	font-size: 1.2em;
}

#internal_links {
	margin-top: -13px;
	margin-bottom: 10px;
}

#internal_links li {
	font-size: 1.1em;
	display: inline;
	margin-left: 10px;
}

#internal_links li.first {
	margin-left: 0px;
}

#internal_links li a:link,  #internal_links li a:active,  #internal_links li a:visited {
	color:#ffda2a;
} 

label {
	display: block;
	font-size: 0.8em;
	margin: 15px 0 2px 0;
}

.form_small {
	font-size: 0.8em;
	font-family: Verdana, Arial, sans-serif;
	padding: 2px;
	width: 250px;
} 

.basket_add {
	margin-bottom: -6px;
}

.awards_list {
	list-style-type: disc;
	margin: 10px 0 10px 30px;
}

.awards_list li {
	margin-top: 3px;
}

div#awards img {
	display: block;
}

form div {
	margin-top: 10px;
}

#awards  {
	text-align: left;
	font-size: 0.8em;
}

#awards p {
	margin-top: -40px;
}

#awards p span {
	display: block;
	margin-left: 40px;
}

#awards p img {
	margin-right: 5px;
	display: inline;
	position: relative;
	top: 40px;
}

#home_page p {
	margin-top: 10px;
}

div#home_page a:link { color: #FFFFFF; text-decoration: underline; }
div#home_page a:visited  { color: #FFFFFF; text-decoration: underline; }
div #home_page a:hover { color: #FFFFFF; text-decoration: none; }
div#home_page a:active { color: #FFFFFF; text-decoration: underline; }

p.error {
	color: red;
	font-size: 0.8em;
}

p.success {
	color: green;
	font-size: 0.8em;
}

p.extra_info {
	font-size: 0.8em;
}

.rg_image {
	width:80px;
	height:80px;
	float:left;
	margin:0px 5px 5px 5px;
}
.leftGal {
	margin-top: 15px;
	float:left;
	width:280px;
}
.rightGal {
	margin-top: 30px;
	float:left;
	width: 580px;
}

.understanding_link {
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: underline;
}

.understanding_yellow a {
	color: #ffda2a;
}

.understanding_yellow a:hover {
	text-decoration: none;
}		

.understanding_blue a {
	color: #0d86d7;
}

.understanding_blue a:hover {
	text-decoration: none;
}			

.understanding_orange a {
	color: #ff9100;
}

.understanding_orange a:hover {
	text-decoration: none;
}	

.understanding_red a {
	color: #ff2a3e;
}

.understanding_red a:hover {
	text-decoration: none;
}	

.understanding_green a {
	color: #5bf08a;
}

.understanding_green a:hover {
	text-decoration: none;
}

#basket_email {
	font-weight: bold;
	margin: 20px 0 10px 0;
}

#wallpapers div {
	display: inline;
	float: left;
	margin: 0 10px 20px 10px;
}

#wallpapers p {
	text-align: center;
	font-size: 0.7em;
}

.testimonials {
	font-style: italic;
	margin-top: -15px;
	font-size: 1.2em;
}

.testimonials img {
	margin-right: 5px;
	display: inline;
	position: relative;
	top: 30px;
}

.testimonials span {
	margin-left: 50px;
	display: block;
}

p.small_footer {
	font-size: 0.8em;
}

span.small_post {
	font-size: 0.8em;
}