@charset "utf-8";

@import url("nav.css");
@import url("basket.css");

/* Font Family - Montreal */

@font-face {
    font-family: 'MontrealBold';
    src: url('montreal-webfont.eot');
    src: url('montreal-webfont.eot?#iefix') format('embedded-opentype'),
         url('montreal-webfont.woff') format('woff'),
         url('montreal-webfont.ttf') format('truetype'),
         url('montreal-webfont.svg#MontrealBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MontrealRegular';
    src: url('montreal-bold-webfont.eot');
    src: url('montreal-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('montreal-bold-webfont.woff') format('woff'),
         url('montreal-bold-webfont.ttf') format('truetype'),
         url('montreal-bold-webfont.svg#MontrealRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* End of font family inclusion */

.inputtext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #fff;
	background-color: #666;
	border: #888888 1px solid;
	width: 120px;
	padding: 1px 3px;
}

.inputtextrequired {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #fff;
	background-color: #fed;
	border: #888888 1px solid;
	width: 120px;
	padding: 1px 3px;
}	
.inputselect {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #fff;
	background-color: #666;
	border: #888888 1px solid;
	padding: 1px 0px 1px 3px;
	width: 120px;
}	
.inputtextarea {
	color: #fff;
	background-color: #666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border: #888888 1px solid;
}	
.inputtextarearequired {
	color: #fff;
	background-color: #fed;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border: #888888 1px solid;
}	
.inputbutton {
	background-color: #000000;
    background-image: url("/images/addBasket.jpg");
    background-repeat: no-repeat;
    border: 0 solid;
    cursor: pointer;
    height: 30px;
	line-height:30px;
    width: 145px;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
}

/* ==================================== */

html, body {
	height: 100%;
	background:url(/images/bg.jpg) no-repeat top center #0B0B0B;
}

body#site {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: georgia, arial, sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 25px;
	background-color: #000;
	background: url("/images/mainbanner.png") no-repeat scroll center 95px;
/*	background-image: url(/images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/
}

body#site.furtherpage {
	background:url("/images/furtherbanner.png") no-repeat center 95px;
}


@-moz-document url-prefix() {
	body#site {
		overflow-y: scroll;
	}
}

h1 {
	font-family: 'MontrealRegular';
	font-size: 30px;
	color: #FAD972;
	line-height: normal;
	font-weight: normal;
	padding: 0;
	width: 100%;
	margin: 10px 0 20px 0;
	text-transform:uppercase;
	letter-spacing:1px;
}

h2 {
	color: #ECD47A;
    font-family: 'MontrealRegular';
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: normal;
    margin: 20px 0 10px;
    padding: 0 0 5px;
    text-transform: uppercase;
    width: 100%;
}


a {
	text-decoration: none;
	color: #ECD47A;
	font-weight:bold;
}

a:hover {
	text-decoration: underline;
	color:#ECD47A;
}

strong, b {
	color: #FAD972;
}

a img {
	border: none;
}

td {
	font-size: 12px;
}

#container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

	#header {
		height: 120px;
		margin: 0 0 20px 0;
		position: relative;
	}
	
		#approved {
			position: absolute;
			top: 20px;
			right: 5px;
		}
		
		#nav {
			position: absolute;
			bottom: 5px;
			right: 8px;
			font-family: 'MontrealRegular';
		}
		
			#nav ul {
				margin: 0;
				padding: 0;
				list-style: none;
			}
			
			#nav li {
				float: left;
			}
			
			#nav a {
				color: #FFFFFF;
				display: block;
				float: left;
				font-size: 16px;
				font-weight: normal;
				letter-spacing: 1px;
				padding: 10px;
				text-transform: uppercase;
			}
			
			#nav a:hover {
				color: #FAD972;
				text-decoration: none;
			}
			
			#nav li.basketEnd {
				background: url("/images/basket.png") no-repeat scroll right center;
   				padding-right: 8px;
			}

	#left {
		width: 181px;
		float: left;
		margin: 0 0 20px 0;
	}
	
		#left img {
			display: block;
		}
	
		ul#prodList {
			margin: 0 0 50px 0;
			padding: 0;
			list-style: none;
		}
		
		ul#prodList a {
			color: #fff;
			display: block;
			height: 30px;
			background: url(../images/prodListBG.jpg) bottom left no-repeat;
			padding: 10px 0 0 5px;
			font-weight:normal;
		}
		
		ul#prodList a:hover {
			text-decoration: none;
			color: #FAD972;
		}
	
	#right {
		width: 750px;
		min-height: 210px;
		float: right;
		margin: 0 0 20px 0;
	}
	
	#right.further {
		padding: 0 20px;
	}
	
		#right p {
			line-height: 2em;
		}
		
	#footer {
		height: 88px;
		clear: both;
		background: url(../images/footerHr.png) top right no-repeat;
		padding: 50px 0 0 0;
		font-family:arial;
		margin-bottom:30px;
	}
	
		#footer strong {
			display: inline-block;
			margin: 0 0 0 20px;
		}
		
		#footerRight {
			float: right;
			color: #999;
			font-size: 11px;
			text-align: right;
			width: 620px;
		}
		
		#footerRight img {
			margin: 10px 0 0;
		}
		
		#footer a {
			color: #999;
		}
		
		#footer a:hover {
			color: #fff;
		}
		
	#prodImgsTable {
		margin-left: 20px;
	}
	
	#prodImgsTable table {
		border-top: 1px solid #333;
		border-right: 1px solid #333;
	}
	
	#prodImgsTable table td {
		border-left: 1px solid #333;
		border-bottom: 1px solid #333;
	}
	
/* -- New Product List -- */

.productItem {
    clear: both;
    width: 100%;
	float:left;
	margin-bottom:40px;
	text-align:left;
}

.productItem .left {
	background: url("/images/productFrame.jpg") no-repeat 0 0;
	float: left;
    height: 207px;
    margin-right: 16px;
    width: 282px;
}

.productItem .right {
	width:440px;
	float:left;
	text-align:left;
}

.productItem .left a.frame {
	float: left;
    margin: 35px 0 0 66px;
}

.productItem h2 {
	margin:0;
	font-size:17px;
}

.productItem h2 a {
	font-weight:normal;
	text-decoration:none;
}

.productItem .right p {
	font-style:oblique;
	line-height:18px !important;
}

.productItem span.price {
	font-size:22px;
}

.productItem .right .inputbutton {
	margin-top:20px;
}
.prod-right li {
	list-style:inside;
}

#features td {
	background:url(../images/features-divide.jpg) left bottom no-repeat;
}
/* -- End of Product List -- */


