@charset "utf-8";

* {
	padding: 0px;
}
body {
	background-image: url(../skins/wyargentcss/images/bg-tile.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* Heading Tags Styling*/
h1 {
font-size: 24px;
color: #828a3d;
font-family: "century gothic";
font-weight: bold;
margin-top: 0px;
margin-bottom: 3px;
}
h2 {
font-size: 18px;
color: #000000;
font-weight: bold;
margin-top: 0px;
margin-bottom: 3px;
} 
/* Link Styling*/
.footer-links A:link {color: #f7bc07; font-weight: bold; text-decoration: none}
.footer-links A:visited {color: #f7bc07; font-weight: bold; text-decoration: none}
.footer-links A:active {color: #f7bc07; font-weight: bold; text-decoration: none}
.footer-links A:hover {font-weight: bold; text-decoration: underline; color: white;}
/* Page Font Styling*/
body,td,th {
	font-family: arial;
	font-size: 12px;
}
.tel-size {font-size: 36px}
.tel-style2 {color: #000000}
.tel-style3 {color: #688722}
.tel-sales {
	font-family: "century gothic";
	font-size: 14px;
	font-weight: bold;
	color: #688722;
}
.menu-font {
	font-family: "century gothic";
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
.footer-txt {color: #FFFFFF}
/* Layout Design*/
#wrapper {
	width: 1003px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #top-bar-container {
	height: 80px;
	width: 1003px;
}
#wrapper #top-bar-container #wyargent-contact {
	float: right;
	height: 80px;
	width: 300px;
	margin-right: 8px;
}
#wrapper #top-bar-container #wyargent-logo {
	float: left;
	height: 80px;
	width: 380px;
	margin-left: 8px;
}
#wrapper #nav-menu {
	height: 41px;
	width: 1003px;
	background-image: url(../skins/wyargentcss/images/navbar-bg.png);
	clear: both;
}
#wrapper #header {
	height: 255px;
	margin-bottom: 10px;
}
#wrapper #body {
	width: 1003px;
}
#wrapper #body #right-col {
	float: right;
	width: 259px;
	clear: none;
	background-color: #FFFFFF;
}
#wrapper #body #right-col #why-chose-box {
	width: 235px;
	border-top: 1px solid #c1c1c1;
	border-left: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
	float: right;
}
#wrapper #body #right-col #why-chose-box #why-chose-txt {
	width: 215px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 8px;
	margin-left: 10px;
}

#wrapper #body #right-col #newsletter-box {
	height: 125px;
	width: 235px;
	border-top: 1px solid #c1c1c1;
	border-left: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../skins/wyargentcss/images/newsletter-bg.jpg);
}
#wrapper #body #right-col #newsletter-box #newsletter-plugin {
	width: 215px;
	margin-top: 30px;
	margin-right: 5px;
	margin-bottom: 8px;
	margin-left: 10px;
}

#wrapper #body #right-col #gold-money-banner {
	width: 235px;
	float: right;
	margin-bottom: 10px;
}
#wrapper #body #right-col #extra-plugins {
	float: right;
	width: 234px;
	margin-bottom: 30px;
}


#wrapper #body #left-col {
	float: left;
	width: 734px;
	background-color: #FFFFFF;
}
#wrapper #body #left-col #main-content {
	width: auto;
}

#footer-container {
	height: 163px;
	width: auto;
	clear: both;
}
#footer-container #footer-webdesign {
	height: 36px;
	width: auto;
	background-image: url(../skins/wyargentcss/images/footer-webdesign-bg.jpg);
}
#footer-container #footer-address {
	height: 85px;
	width: auto;
	background-image: url(../skins/wyargentcss/images/footer-address-bg.jpg);
}
#footer-container #footer-links {
	height: 42px;
	width: auto;
	background-image: url(../skins/wyargentcss/images/footer-links-bg.jpg);
}
/*Products Layout*/
#products-container {
	width: 687px;
	background-image: url(../images/products-bg.jpg);
	background-repeat: no-repeat;
}
#products-container #gold-bars {
	float: left;
	height: 280px;
	width: 320px;
	padding: 10px;
}
#products-container #gold-coins {
	float: right;
	height: 280px;
	width: 320px;
	padding: 10px;
}
#products-container #silver-bars {
	float: left;
	height: 280px;
	width: 320px;
	padding: 10px;
}
#products-container #silver-coins {
	height: 280px;
	width: 320px;
	margin-left: 347px;
	padding: 10px;
}

