@charset "utf-8";
/* CSS Document */
body {
	background-position: center center;
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-clip: border-box;
    background-image: url("images/bg.jpg");
    background-origin: padding-box;
    background-size: cover;
    margin: 0;
    padding: 0;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’images/bg.jpg’, sizingMethod=’scale’);
	font-family: Arial, sans-serif;
	font-size: 1em;
}

img {
	border: 0;
}

#main {
	margin: 20px auto;
	width: 1000px;
	background: #FFFFFF;
	border: 1px solid #000000;
	border-collapse:collapse;

}

#header {
	width: 1000px;
	height: 180px;
	background: url("images/header.jpg") no-repeat;
	position: relative;
}

#header .socialBox {
	position: absolute; 
	bottom: 0;
	right: 0;
}

#header .socialBox img {
	padding: 5px;
	opacity:0.75;
	filter:alpha(opacity=75); /* For IE8 and earlier */
}

#header .socialBox img:hover
{
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

#footer {
	width: 100%;
	text-align: center;
	padding-bottom: 15px;
}

#menu {
	width: 100%;
	height: 40px;
	background: url("images/bar.png") no-repeat;
	border-top: 2px ridge;
	border-bottom: 2px ridge ;
}

#content {
	width: 100%;
	padding: 25px 0 25px 0;
	
}

/*Footer */
.FooterText {
	font-size: 14px;
	color: #999999;
	font-family: Arial;
	font-style: normal;
	text-decoration: none;
}
.FooterText a:link {
	font-size: 14px;
	color: #999999;
	font-family: Arial;
	font-style: normal;
	text-decoration: none;
}
.FooterText a:visited {
	font-size: 14px;
	color: #999999;
	font-family: Arial;
	font-style: normal;
	text-decoration: none;;
}

/*MainLinks */
.MainLinks {
	font-size: 16px;
	color: #FFFFFF;
	font-family: Arial;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}
.MainLinks a:link {
	font-size: 16px;
	color: #FFFFFF;
	font-family: Arial;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}
.MainLinks a:visited {
	font-size: 16px;
	color: #FFFFFF;
	font-family: Arial;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}
.MainLinks a:hover {
	font-size: 16px;
	color: #FFCC66;
	font-family: Arial;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	text-decoration: underline;
}

/*Body */
.Normal {
	font-size: 16px;
	color: #000000;
	font-family: Arial;
	font-style: normal;
	text-decoration: none;
	padding: 0;
	margin: 0px;
}
.Normal a:link {
	font-size: 16px;
	color: #000000;
	font-family: Arial;
	font-style: normal;
	text-decoration: none;
	padding: 0;
	margin: 0px;
	text-decoration: underline;
}
.Normal a:visited {
	font-size: 16px;
	color: #000000;
	font-family: Arial;
	font-style: normal;
	text-decoration: none;
	padding: 0;
	margin: 0px;
	text-decoration: underline;
}
.DownloadSmall {
	font-size: 14px;
	color: #FF0000;
	font-family: Arial;
	font-style: normal;
	text-decoration: underline;
	padding: 0;
	margin: 0px;
	font-weight: bold;
	text-transform: uppercase;
}
.DownloadSmall a:link {
	font-size: 14px;
	color: #FF0000;
	font-family: Arial;
	font-style: normal;
	text-decoration: underline;
	padding: 0;
	margin: 0px;
	font-weight: bold;
	text-transform: uppercase;
}
.DownloadSmall a:visited {
	font-size: 14px;
	color: #FF0000;
	font-family: Arial;
	font-style: normal;
	text-decoration: underline;
	padding: 0;
	margin: 0px;
	font-weight: bold;
	text-transform: uppercase;
}
.SubHeading {
	font-size: 20px;
	color: #000000;
	font-family: Arial;
	font-style: normal;
	text-decoration: none;
	padding: 2;
	margin: 0px;
	text-decoration: underline;
	margin-bottom:5px;
}
.ModelNames {
	font-size: 16px;
	color: #000000;
	font-family: Arial;
	font-style: normal;
	text-decoration: none;
	padding: 0;
	margin: 0px;
	text-decoration: underline;
}
.ModellHeadings {
	font-size: 20px;
	color: #FFFFFF;
	font-family: Arial;
	font-style: normal;
	text-decoration: none;
	padding: 0;
	margin: 0px;
	text-transform: uppercase;
	font-weight: bold;
}
.PageHeader {
	font-size: 46px;
	color: #000000;
	font-style: normal;
	padding: 2;
	margin: 10px;
	font-family: "monotype Corsiva";
	text-decoration: underline;
}
.Alert {
	font-size: 16px;
	color: #FF0000;
	font-family: Arial;
	font-style:italic;
	text-decoration:underline;
	padding: 0;
	margin: 0px;
	text-transform: uppercase;
	font-weight: bold;
}

.PhoneFax {
	font-size: 14px;
	color: #000000;
	font-family: Arial;
	font-style: normal;
	text-decoration: none;
	padding: 0;
	margin: 0px;
}
.SmallText {
	font-size: 10px;
	color: #000000;
	font-family: Arial;
	font-style: normal;
	text-decoration: none;
	padding: 0;
	margin: 0px;
}
.SoldOut {
	font-size: 14px;
	color: #FF0000;
	font-family: Arial;
	font-style:italic;
	text-decoration: none;
	padding: 0;
	margin: 0px;
}

/* Model Page */
#modelPage table {
	margin: 0 auto;	
	text-align: center;
	border-spacing: 0px;
}

#modelPage td {
	padding: 0px;
}

#modelPage .modelDesc {
	padding: 10px 20px 0 20px;
	vertical-align: top;
}

#modelPage h1 {
	font-family: Arial;
	font-size: 20px;
	margin: 0 0 20px 0;
	padding: 0;
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #666666;
}

#modelPage h2 {
	text-align: center;
	font-family: Arial;
	font-size: 22px;
}

#modelPage li
{
	font-size: 15px;
}

#productTable {
	padding-top: 50px;
	font-family: Tahoma, sans-serif;
}

td.imgList {
	width: 400px;
}

td.imgList img {
	padding: 15px 0;
}

#single_image img:hover
{
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}

#productTable table {
	width: 750px;
	border: 1px solid #000000;
	border-collapse:collapse;
	border-spacing: 0;
	font-size: 15px;
}

#productTable td {
	border: 1px solid #000000;
}

#productTable .hover {
	background-color: #DDDDDD;
	cursor: pointer;
}

#productTable a, #productTable a:link, #productTable a:visited, #productTable a:hover {
	color: #333333;
	text-decoration: none;
}

	#productTable table .pack {
		width: 100px;
	}
	#productTable table .price {
		width: 85px;
	}
	#productTable table .stock {
		width: 120px;
	}
	#productTable table .picture {
		width: 70px;
	}
	#productTable table .cart {
		width: 80px;
	}

#productTable .noStock {
	background-color: #FFBBBB;
}
#productTable .vLowStock {
	background-color: #FFC58F;
}
#productTable .lowStock {
	background-color: #FFFFAA;
}
#productTable .inStock {
	background-color: #BFFFBF;
}
#productTable .soon {
	color: #DD0000;
}

