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

/*---------------CSS - GOLD KEY PROTECTION- 12-20-09---------------*/

* {margin:  0; padding: 0;}

	body {
	text-align:left;
	font:62.5% Arial, Helvetica, sans-serif;
	background-color: #445361;
	background-repeat: repeat-x;
}
	
	#container {
	width:1020px;
	margin:0px auto;
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-y;
	min-height: 400px;
}
	
	#wrap {
	float:left;
}
	
	#header {
	margin:0px;
	padding:0px;
	width:1020px;
	height:143px;
	background-image: url(../images/header-bg.jpg);
	background-repeat: no-repeat;
}

	#header .logo {
	float:left;
	border:none;
	margin: 75px 0px 0px 50px;
}	

/*----------------NAVIGATION-----------------*/

	#nav {
	padding:0px;
	margin:45px 100px 0px 0px;
	float:right;
}
	#nav li {
	font-size:.0001px;
	color:#999999;
	text-decoration:none;
	display:block;
	margin:0px 5px 0px 0px;
	padding:0px;
	float:left;
	text-transform: uppercase;
	list-style-type: none;
}
	#nav li a {
	color:#999999;
	text-decoration:none;
	display:block;
	text-transform: uppercase;
	font-weight: normal;
}

	#nav li a:hover {
	color:#00477F;
}

	#nav li a.active {
	color:#00477F;
}

	#nav li .home {
	width:90px;
	margin:0px;
	padding:0px;
	background-image: url(../images/nav-home.png);
	height: 70px;
	background-repeat: no-repeat;
}

	#nav li .home-active {
	width:90px;
	margin:0px;
	padding:0px;
	height: 70px;
	background-image: url(../images/nav-home-hover.png);
}

	#nav li .home:hover {
	background-repeat: no-repeat;
	width:90px;
	background-image: url(../images/nav-home-hover.png);
}
	#nav li .about {
	width:120px;
	margin:0px;
	padding:0px;
	background-repeat: no-repeat;
	height: 70px;
	background-image: url(../images/nav-about.png);
}
	#nav li .about-active {
	margin:0px;
	padding:0px;
	background-image: url(../images/nav-about-hover.png);
	background-repeat: no-repeat;
	height: 70px;
	width: 120px;
}
	#nav li .about:hover {
	background-image: url(../images/nav-about-hover.png);
	background-repeat: no-repeat;
}
	
	#nav li .product-info {
	width:131px;
	margin:0px;
	padding:0px;
	background-repeat: no-repeat;
	height: 70px;
	background-image: url(../images/nav-product.png);
}
	#nav li .product-info-active {
	width:131px;
	margin:0px;
	padding:0px;
	background-image: url(../images/nav-product-hover.png);
	background-repeat: no-repeat;
	height: 70px;
}
	#nav .product-info:hover {
	background-image: url(../images/nav-product-hover.png);
	background-repeat: no-repeat;
}

	#nav li .contact {
	width:109px;
	margin:0px;
	padding:0px;
	background-repeat: no-repeat;
	height: 70px;
	background-image: url(../images/nav-contact.png);
}	
	#nav li .contact-active {
	width:109px;
	margin:0px;
	padding:0px;
	background-image: url(../images/nav-contact-hover.png);
	background-repeat: no-repeat;
	height: 70px;
}
	#nav .contact:hover {
	background-image: url(../images/nav-contact-hover.png);
	background-repeat: no-repeat;
}


/* ------------ Image Fader-------- */	

	#fader {
	overflow: hidden;
	width:620px;
	height:290px;
	float: left;
	text-align: left;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

	#fader li {
	list-style-type: none;
}

	#fader .rotator-01 {
	background-image: url(../images/hp-rotator-01.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 620px;
	height: 290px;
}

	#fader .rotator-02 {
	background: url(../images/hp-rotator-02.jpg) 0 0 no-repeat;
	width: 620px;
	height: 290px;
}

	#fader .rotator-03 {
	background: url(../images/hp-rotator-03.jpg) 0 0 no-repeat;
	width: 620px;
	height: 290px;
}

	#fader .text {
	position:realative;
	width:620px;
	z-index:0;
	height: 290px;
}
	
	#fader h2 {
	color:#CC6600;
	font-size:30px;
	font-weight:normal;
}
	
	#fader p {
	color:#FFFFFF;
	font-size:14px;
	line-height:1.75em;
	margin-right:20px;
	z-index:0;
	width: 520px;
	margin: 15px;
}
	

	

/*-------------------------------MAGNETS---------------------*/
	
	#magnets {
	width:300px;
	float: left;
	margin-right: 25px;
	margin-top: 0px;
}
	
	#magnets h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: lighter;
	text-transform: uppercase;
	color: #333333;
	text-align: left;
	margin-top: 20px;
	margin-left: 30px;
	letter-spacing: 0.1em;
}

	#magnets img {
	border:thin solid #FFFFFF;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
}
	#magnets img:hover {
	border: thin solid #3C4A55;
}

	#magnets h3 {
	font-size: 18px;
	font-weight: lighter;
	color: #FFFFFF;
	margin-top: 10px;
	margin-left: 20px;
	letter-spacing: 0.1em;
}
	#magnets h3 a {
	color: #FFFFFF;
}
	#magnets h3 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

	#magnets p {
	font-size:1.3em;
	color:#333333;
	line-height:1.4em;
	margin-top:10px;
	padding-left: 20px;
}

	#magnets a {
	color:#FFFFFF;
	text-decoration: none;
}

	#magnets a:hover {
	text-decoration:underline;
	color: #FFFFFF;
}

	#magnet-1 {
	width:300px;
	float:left;
	height: 150px;
	background-color: #999999;
	margin-bottom: 25px;
}

	#magnet-2 {
	width:300px;
	float:left;
	height: 150px;
	background-color: #DFB33C;
	margin-bottom: 25px;
	background-image: url(../images/mag2-bg.jpg);
	background-repeat: no-repeat;
}

	#magnet-3 {
	width:300px;
	float:left;
	height: 150px;
	background-color: #56697B;
	margin-bottom: 25px;
}

	#magnet-about {
	background-image: url(../images/about-img.jpg);
	height: 467px;
	width: 300px;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #BD8F26;
	border-right-color: #BD8F26;
	border-bottom-color: #BD8F26;
	border-left-color: #BD8F26;
}

	#magnet-product {
	height: 453px;
	width: 270px;
	background-repeat: no-repeat;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #BD8F26;
	border-right-color: #BD8F26;
	border-bottom-color: #BD8F26;
	border-left-color: #BD8F26;
	background-color: #9E6C19;
	margin: 0px;
	padding: 0px;
}
#magnet-product h3 {
	font-size: 1.4em;
	margin-left: 35px;
	letter-spacing: .1em;
}

		
/*-------------------------------NEWS---------------------*/

	#news {
	width:590px;
	float: left;
	text-align: left;
	margin-bottom: 20px;
}

	#news h2 {
	font-size: 2.7em;
	font-weight: lighter;
	color: #D2A838;
	padding-top: 10px;
	margin-bottom: 10px;
}

	#news p {
	font-size: 1.4em;
	line-height: 1.8em;
	padding-right: 15px;
	padding-bottom: 5px;
	margin: 0 0 7px 0;
	color: #676767;
}
	
	#news a {
	color: #9F450F;
	text-decoration: none;
}

	#news a:hover {
	text-decoration: underline;
}

	
/*----------------------------Interior Page Styles---------------------*/


	h2 {
	font-size: 2.7em;
	font-weight: lighter;
	color: #D2A838;
	padding-top: 10px;
	margin-bottom: 10px;
}
	h3 {
	font-size: 2em;
	font-weight: lighter;
	color: #5B5B5B;
	letter-spacing: 0.75px;
}

	h4 {
	font-size: 1.6em;
	font-weight: lighter;
	color: #00477F;
	letter-spacing: 0.75px;
	margin: 0 0 7px 0;
}

	p {
	font-size: 1.4em;
	line-height: 1.8em;
	padding-right: 15px;
	padding-bottom: 5px;
	margin: 0 0 7px 0;
	color: #676767;
}
	
	
	img {
	float: right;
	border: thin solid #666666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 45px;
	margin-bottom: 10px;
	margin-left: 12px;
}

	li {
	list-style-type: disc;
	font-size: 1.4em;
	line-height: 1.5em;
	padding-right: 15px;
	padding-bottom: 5px;
	margin: 0 0 7px 0;
	color: #676767;
	list-style-position: inside;
}

	

/*---------------content----------------*/

	#content-all {
	width:960px;
	min-height:400px;
	text-align:left;
	padding:0px;
	float: none;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top: 0px;
	height: auto;
}

	#content {
	width:900px;
	min-height:400px;
	text-align:left;
	float: none;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top: 0px;
	height: auto;
	padding-left: 10px;
}

	#content h2 {
	font-size: 2.7em;
	font-weight: lighter;
	color: #D2A838;
	padding-top: 20px;
	margin-bottom: 10px;
}
	#content h3 {
	font-size: 2em;
	font-weight: lighter;
	color: #5B5B5B;
	letter-spacing: 0.75px;
}

	#content h4 {
	font-size: 1.6em;
	font-weight: lighter;
	color: #00477F;
	letter-spacing: 0.75px;
	margin: 0 0 7px 0;
}

	#content p {
	font-size: 1.4em;
	line-height: 1.8em;
	padding-right: 20px;
	padding-bottom: 5px;
	margin: 0 0 7px 0;
	color: #676767;
}
	
	#content a {
	color: #9F450F;
	text-decoration: none;
}

	#content a:hover {
	text-decoration: underline;	
}	

	#content img {
	float: right;
	border: thick solid #DEB23C;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 12px;
}

	#content img.map {
	margin-right: 50px;
}


	
	
/*----------------------------footer Page Styles------------------------*/
	
	#footer-cont {
	height:75px;
	padding:0px;
	clear:both;
	width:100%;
	background-color: #333333;
}
	
	#footer {
	margin:0px auto;
	height:75px;
	width:1020px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
	
	#footer p {
	font-size: 12px;
	font-weight: lighter;
	padding-top: 25px;
	color: #E2E2E2;
	letter-spacing: 0.1em;
}

	#footer a {
	color: #E2E2E2;
	text-decoration: none;
}

	#footer a:hover {
	color: #E2E2E2;
	text-decoration: underline;
}

/*----------------------------END!------------------------*/
