/*========================
Cascading Style Sheets
for whatleytrophies.com.au

by Lochlan McBride
Cornerstone Technologies
www.cstech.net.au
=========================*/

/*====General====*/
body {
	font:11px Tahoma, Verdana, Helvetica, sans-serif;
	margin:0;
	background:#965831 url(../_images/layout/bg-main.jpg) repeat-x;
	color:#fff;
	line-height:14px;
}
h1 {
	margin:0 0 15px;
}
h1 span, h2 span {
	display:none;
}
h1.welcome {
	background:url(../_images/headings/welcome_to_whatley_trophies.png);
	width:431px;
	height:29px;
}
h1.engraving-services {
	background:url(../_images/headings/engraving-services.png);
	width:277px;
	height:29px;
}
h1.our-products {
	background:url(../_images/headings/our_produts.png);
	width:187px;
	height:23px;
}
h1.general-products {
	background:url(../_images/headings/general_products.png);
	width:245px;
	height:23px;
}
h1.corporate-products {
	background:url(../_images/headings/corporate_products.png);
	width:278px;
	height:23px;
}
h1.contact-us {
	background:url(../_images/headings/contact_us.png);
	width:160px;
	height:23px;
}
h1.about-us {
	background:url(../_images/headings/about_us.png);
	width:133px;
	height:23px;
}
h2 {
	margin:0 0 10px;
	color:#EDCE55;
	font-size:19px;
}
h2.our-products {
	background:url(../_images/headings/our_products.png);
	width:148px;
	height:22px;
}
h2.contact-info {
	background:url(../_images/headings/contact_info.png);
	width:134px;
	height:19px;
}
h2.engraving-services {
	background:url(../_images/headings/our_engraving-services.png);
	width:254px;
	height:25px;
}
h3 {
	margin:20px 0 15px;
	color:#330101;
	font-size:13px;
}
h4 {
	margin:0 0 4px;
	font-weight:700;
	font-size:14px;
}
h5 {
	margin:0 0 25px;
	color:#4C1010;
	font-size:16px;
}
h6 {
	margin:10px 0;
	color:#EDCE55;
	font-size:14px;
}
p {
	margin:10px 0 0;
}
p.alt {
	color:#4C1010;
}
p.alt strong {
	color:#EDCE55 !important;
}
em {
	color:#FFB400;
	font-style:normal;
	font-weight:700;
}
ul, ol {
	padding:0 0 0 5px;
	margin:10px 0;
}
ul li {
	list-style-type:none;
	background:url(../_images/layout/bullet.png) no-repeat 0 2px;
	padding:0 0 0 15px;
}
ul.alt {
	padding:0 0 0 35px;
	margin:30px 0;
}
ul.alt li {
	background:url(../_images/layout/bullet2.png) no-repeat 0 9px;
	padding:4px 0 4px 10px;
}
ul.alt li strong {
	color:#EDCE55 !important;
	font-size:120% !important;
}
ul#prodIndex {
	font-size:120%;
}
a:link, a:visited {
	color:#EDCE55;
}
a:hover {
	text-decoration:none;
	color:#fff;
}
a:active {
	color:#fff;
}
a img {
	border:none;
}

/*====Classes====*/
.box {
	background:url(../_images/layout/bg-box.png) repeat;
	border:solid 1px #A67150;
	padding:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
a.button, a.button:visited {
    background:url(../_images/layout/bg_button_a.png) no-repeat scroll top right;
    color:#fff;
    float:right;
    font-weight:700;
    height:26px;
	margin:0 13px;
    padding-right:9px; /* sliding doors padding */
    text-decoration:none;
}
a.button span {
    background:url(../_images/layout/bg_button_span.png) no-repeat;
    display:block;
    line-height:26px;
    padding-left:9px;
}
a.button:hover {
	color:#787878;
	cursor:pointer;
}
a.button2, a.button2:visited {
	border:solid 1px #9C4D1D;
	color:#EDCE55;
	background:url(../_images/layout/bg_button2.png) repeat-x;
	padding:6px 18px;
	line-height:29px;
	text-decoration:none;
	font-size:14px;
	font-weight:700;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}
a.button2:hover {
	background-position:0 -29px;
}
a.button2:active {
	color:#fff;
}
div.button {
	position:absolute;
	bottom:0;
	right:0;
	width:65px;
}
div.button-left {
	position:absolute;
	bottom:11px;
	left:0;
	width:139px;
}
.right {
	float:right;
	margin-left:10px;
}
.left {
	float:left;
	margin-right:10px;
}
.left a.button {
	margin-left:0;
}
.center {
	text-align:center;
}
.imgBox {
	background:url(../_images/layout/bg-imgBox.png) repeat-x;
	height:88px;
	width:238px;
	padding:9px 5px;
	text-align:center;
	margin:0 0 20px;
}
.brown {
	color:#4C1010;
}
.gold {
	color:#EDCE55;
}

/*====Layout====*/
#header {
	height:73px;
	background:url(../_images/layout/bg-header.png) repeat-x;
}
#header div {
	width:850px;
	margin:0 auto;
	position:relative;
}
#header h1 {
	position:absolute;
}
#header h1 a {
	display:block;
	width:244px;
	height:61px;
	background:url(../_images/layout/header-logo.png) repeat-x;
}
#header h1 span {
	display:none;
}
#outter-wrap {
	margin:-7px auto 0;
	width:863px;
	padding:0 0 40px;
}
#inner-wrap {
	width:850px;
	margin:0 auto;
	overflow:hidden;
}
#footer {
	background:#784627 url(../_images/layout/footer-bg.png) repeat-x 0 1px;
	border-top:solid 1px #A16946;
	height:50px;
}
#footer a {color:#fff;text-decoration:none;}
#footer div {
	width:850px;
	margin:0 auto;
	position:relative;
	padding-top:25px;
}
#footer #logo {
	background:#784627 url(../_images/layout/footer-logo.png) repeat-x;
	width:223px;
	position:absolute;
	right:0;
	top:12px;
}

/*====Home====*/
#homepage .mainContent {
	float:left;
	width:589px;
}
#homepage #intro, #homepage #service {
	height:232px;
	position:relative;
}
#homepage .box {
	height:188px;
	margin-top:35px;
	position:relative;
}
#homepage #intro, #homepage .mainContent .box {
	margin-right:97px;
}
#homepage #sidebarContent {
	float:left;
	width:261px;
}

/*====Inner Pages====*/
#inner #inner-wrap {
	font-size:13px;
	width:822px;
	margin:0 auto;
}
#inner #no-sidebar {
	float:none;
	width:100%;
}
#inner .mainContent {
	float:left;
	width:528px;
	padding-bottom:16px;
}
#inner .mainContent strong {
	margin:0;
	display:inline;
	color:#4C1010;
	font-size:13px;
}
#inner #sidebarContent {
	float:left;
	width:265px;
}
#inner .noSide {
	width:100%;
}
#inner .box {
	overflow:hidden;
}
#map {
	margin:20px 0 0;
	text-align:left;
}
#map iframe {
	border:solid 1px #A67150;
	padding:2px;
	margin:0;
}

/*====Products====*/
.productCat {
	margin:0 0 10px;
}
.productCat h2 {
	margin:0;
}
.productCat h2 a:link, .productCat h2 a:visited {
	color:#EDCE55;
	text-decoration:none;
}
.productCat h2 a:hover {
	color:#fff;
}
.productCat ul {
  float:left;
  margin:0;
  padding:15px 0 0;
  list-style:none;
}
.productCat li {
  float: left;
  width:179px;
  margin:0;
}
.productCat li a:link, .productCat li a:visited {
	text-decoration:none;
	color:#fff;
}
.productCat li a:hover {
	color:#EDCE55;
}