@charset "utf-8";

@import url("nav.css");
@import url("basket.css");

.firstPara {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
}

.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 {
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	border:  0px solid;
	padding: 0 5px 2px 0;
	height: 23px;
	width: 139px;
	text-transform: uppercase;
	background: url(../images/button.png) no-repeat;
	color: #fff;
}

/* ==================================== */

html, body {
	height: 100%;
}

body#site {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;  
	background-color: #666;
/*	background-image: url(../images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/
	background: url(../images/bg.jpg) repeat-x #666;
	line-height: 25px;
}


@-moz-document url-prefix() {
	body#site {
		overflow-y: scroll;
	}
}

h1 {
	font-size: 36px;
	color: #ff3366;
	line-height: normal;
	font-weight: normal;
	padding: 0;
	width: 600px;
	margin: 0 0 20px 0;
}

h2 {
	font-size: 16px;
	color: #ff3366;
	line-height: normal;
	margin: 0;
	padding: 0 0 5px 0;
	width: 100%;
	border-bottom: 3px solid black;
	margin: 20px 0 10px 0;
}


a {
	text-decoration: none;
	color: #ff3366;
	font-weight:bold;
}

a:hover {
	text-decoration: underline;
}

strong, b {
	color: #ff3366;
}

a img {
	border: none;
}

td {
	font-size: 12px;
}

#container {
	width: 975px;
	margin: 0 auto;
	text-align: left;
}

	#header {
		height: 120px;
		background: url(../images/headerBG.jpg) no-repeat bottom;
		padding: 0 0 20px 0;
		position: relative;
	}
	
		#approved {
			position: absolute;
			top: 0;
			right: 0;
		}
		
		#nav {
			position: absolute;
			bottom: 25px;
			right: 20px;
		}
		
			#nav ul {
				margin: 0;
				padding: 0;
				list-style: none;
			}
			
			#nav li {
				float: left;
			}
			
			#nav a {
				color: #FFFFFF;
				display: block;
				float: left;
				font-size: 14px;
				font-weight: bold;
				letter-spacing: -1px;
				padding: 10px 7px;
				text-transform: uppercase;
			}
			
			#nav a#navBlogLink {
				color: #f36;
			}
			
			#nav a:hover {
				color: #ff3366;
				text-decoration: none;
			}
	
	#left {
		width: 181px;
		float: left;
		padding: 0 0 20px 0;
		background: url(../images/leftBarBG.jpg) no-repeat top right;
	}
	
		#left img {
			display: block;
		}
	
		ul#prodList {
			margin: 0 0 10px 0;
			padding: 0;
			list-style: none;
		}
		
		ul#prodList a {
	line-height:15px;
	color: #fff;
	display: block;
	background: url(../images/prodListBG.jpg) top left no-repeat;
	padding: 5px 0 5px 0;
	font-weight:normal;
		}
		
		ul#prodList a:hover {
			text-decoration: none;
			color: #ff3366;
		}
	
	#right {
		width: 771px;
		min-height: 210px;
		float: left;
		padding: 0 0 20px 18px;
		background: url(../images/rightBG.jpg) no-repeat top left;
	}
	
	#right.further {
		width: 749px;
		padding: 0 20px;
	}
	
		#right p {
			line-height: 2em;
		}
		
		#homeContent {
			width: 450px;
			float: left;
			margin: 20px 0 0;
		}
		
			#homeContent p {
				line-height: 1.6em;
			}
		
		#blogLatest {
	float: right;
	margin: 47px 0 0 0;
	padding: 20px;
	width: 230px;
	position: relative;
	height: 334px;
	line-height: 1.8em;
	background-image: url(/images/blog_bg.png);
	background-repeat: no-repeat;
	background-position: left -30px
	
		}
		
			#blogLatest h3 {
				color: #FF3366;
				font-size: 14px;
				font-weight: bold;
				height: 30px;
				left: 0px;
				line-height: 30px;
				margin: 0;
				padding: 5px 0 0 20px;
				position: absolute;
				top: -30px;
				width: 115px;
				background-image: url(/images/blog_bg.png);
				background-repeat: no-repeat;
			
			}
		
			#date  {
				font-size: 11px;
				color: #f36;
				display: block;
				margin: 0 0 20px;
			}
			
			#readBlog {
				display: block;
				width: 117px;
				height: 23px;
				background: url("/images/readblog.png");
				text-indent: -10001px;
				margin: 20px 0 0;
				float: right;
			}
		
	#footer {
		height: 88px;
		clear: both;
		background: url(../images/footerLine.jpg) top right no-repeat;
		padding: 20px 0 0 0;
	}

		#footer strong {
			display: inline-block;
			margin: 0 0 0 20px;
			color: #ddd;
		}
		
		#footerRight {
			float: right;
			color: #eee;
			font-size: 11px;
			text-align: right;
			width: 580px;
			margin: 0 20px 0 0;
		}
		
		#footerRight img {
			margin: 10px 0 0;
		}
		
		#footer a {
			color: #eee;
		}
		
		#footer a:hover {
			color: #fff;
		}


	#prodImgsTable {
		margin: 0 0 20px 20px;
	}
	
	#prodImgsTable table{
		border-bottom: 1px solid #888;
		border-right: 1px solid #888;
		margin-top: 20px;
	}
		
	#prodImgsTable table td {
		border-top: 1px solid #888;
		border-left: 1px solid #888;
	}
	
	.prodListImg {
		position: relative;
		z-index: 100;
	}
	
	.popupWrap {
		position: relative;
		z-index: 1000;
		height: 0px;
	}
	
	.popupImg {
		position: absolute;
		z-index: 1000;
		top: -100px;
		left: -100px;
		background: #fff;
		border: 1px solid #FF3366
	}
	
		.popupImg h2 {
			display: block;
			margin: 0 0 10px 0;
			border: none;
			text-align: center;
			font-size: 14px;
			width: 400px;
		}
		
		.popupBtnLink {
			display: inline-block;
			width: 134px;
			height: 23px;
			color: #fff;
			font-size: 14px;
			font-weight: bold;
			text-align: center;
			padding:0 5px 0px 0;
			background: url(../images/button.png);
		}
		.free
		{
			width:727px;
			position:absolute;
			top: 15px;
			right: 30px;
			text-align: right;
		}



.productItem {
	background: #000000;
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    min-height: 350px;
    padding: 20px;
    width: 310px;
	text-align: center;
}
.productItem.alt2 { clear: left }

.productItem h2 {
	margin-top:0;
	padding-top:0;
}
	#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;
	}
	.prod-right li {
	list-style:inside;
}
.prod-right i {
	line-height:18px;
}

#features {
	border: 1px solid #fff;
	border-right:none;
	border-bottom:none;
}

#features td {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 5px;
}

#features tr:nth-child(odd) {
	background: rgba(255,255,255,0.25);
}
a.expandLink {
	color: #fff;
	cursor: pointer;
}
.extraContent {
	padding-right:20px;
	line-height: 18px;
}
