@charset "utf-8";
/* CSS Document */

body,td,th 
{
	font-family: Tahoma;
	font-size: 13px;
	color: #000000;
}
a 
{
	font-family: Tahoma;
	font-size: 13px;
	color: #000000;
}
a:visited 
{
	color: #000000;
	text-decoration:none;
}
a:hover 
{
	text-decoration:none;
	color: #000000;
}
a:active 
{
	text-decoration:none;
	color: #000000;
}
.greyMainText
{
	color:#9C9D9F;
	font-size:32px;
}

div.centre
{
	float:left;
	width:1024px;
	height:720px;
	position: absolute;
	left: 50%;
	margin-left: -512px;
	margin-top:0px;
	top: 0px;
}
div.bg
{
	float:left;
	width:1024px;
	min-height:720px;
	margin: 0px 0px 0px 0px;
}
div.topNav
{
	float:left;
	width:1024px;
	height:109px;
	margin: 0px 0px 0px 0px;
}
div.bgContent
{
	float:left;
	width:1024px;
	min-height:580px;
	margin: 0px 0px 0px 0px;
}
div.bgFooter
{
	float:left;
	width:1024px;
	height:41px;
	margin: 0px 0px 0px 0px;
	margin-top:-18px;
}
div.bgFooter p, div.bgFooter a
{
	display:inline-block;
	color:#ffffff;
	font-size:0.85em;
	text-decoration:none;
}
div.bgFooter .left
{
	float:left;
	margin-left:30px;
}
div.bgFooter .right
{
	float:right;
	margin-right:30px;
}
div.bgFooter .left p
{
	float:left;
	margin-right:5px;
}
#twitter
{
	background:url('../images/template/sprite.png') -55px -6px no-repeat transparent;
	height:30px;
	width:30px;
	margin-top:6px;
	margin-right:5px;
}
#facebook
{
	background:url('../images/template/sprite.png') -20px -6px no-repeat transparent;
	height:30px;
	width:30px;
	margin-top:6px;
}
#twitter:hover
{
	background:url('../images/template/sprite.png') -55px -42px no-repeat transparent;
}
#facebook:hover
{
	background:url('../images/template/sprite.png') -20px -42px no-repeat transparent;
}
.dot
{
	background:url('../images/template/sprite.png') -3px 0px no-repeat transparent;
	height:12px;
	width:9px;
	display:inline-block;
}
.crucialRed
{
	color:#EC2024;
}
.largeStyle
{
	font-size:34px;
	font-weight:bold;
}
.mediumStyle
{
	font-size:20px;
	font-weight:bold;
}

.topNav ul
{
	position:absolute;
	top:0px;
	left:250px;
	margin-top:0px;
}

.topNav ul li
{
	list-style:none;
	display:inline;
	margin-right:30px;
}

.topNav ul li a
{
	text-decoration:none;
	color:#ffffff;
	padding-top:83px;
	padding-left:10px;
	padding-right:10px;
	display:inline-block;
	height:23px;
	font-family:Impact, "Arial Black", Arial, sans-serif;
	font-size:1.2em;
}

.topNav #home:hover, .topNav #home.current
{
	background-color:#CE202D;
}

.topNav #about:hover, .topNav #about.current
{
	background-color:#F6B119;
}

.topNav #products:hover, .topNav #products.current
{
	background-color:#902427;
}

.topNav #new:hover, .topNav #new.current
{
	background-color:#F18C15;
}

.topNav #contact:hover, .topNav #contact.current
{
	background-color:#EC1C24;
}
