/*
©2010 Jay Hollywood
www.jayhollywood.com.au

Description : Stylesheet

*/

/*---------------------------------------------- GLOBAL SETTINGS */
html {
	height: 100%;
	background: url(../art/bg.gif) repeat-x #1860b7;
}

body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em; 
	background: url(../art/header.jpg) no-repeat top center;
}

/*-------------------------------------------------------- LINK */


a {
	color: #0096d3;
	text-decoration: underline;
}

a:hover {
	color: #0d4487;
}

/*---------------------------------------------------- HEADINGS */

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin:0pt;
	padding:0pt;
	font-family: Helvetica, Arial, sans-serif;
}

h1 {
	font-size: 2em;
	padding: 0 0 10px 0;
	letter-spacing: -1px;
}

h2 {
	font-size: 1.6em;
	padding: 0 0 8px 0;
	letter-spacing: -1px;
}

h3 {
	font-size: 1.4em;
	padding: 0 0 6px 0;
}

h4 {
	font-size: 1.2em;
	padding: 0 0 5px 0;
}



/*-------------------------------------------------- PARAGRAPHS */

p {
	font-size: 100%;
	line-height: 1.6em;
	padding: 0 0 1.25em 0;
}


/* LISTS -------------------------------------------------------- LISTS */

ul, ol {
	padding:0 0 1.25em 2.5em;
}

#content li { 
	font-size: 100%;
	line-height: 1.6em;
}

/*-- nested lists --*/

#content ul ul {
	padding: 0 0 0 1.5em;
}

#content ol ol {
	padding: 0 0 0 1.5em;
}

/*------------------------------------------------------ LAYOUT */


#container {
	width:960px;
	margin: 0 auto; /* negative value must be the same height as footer (for stickyness) */ 
}

#header {
	position: relative;
	height: 308px;
	z-index: 10;
}

#logo {
	text-indent: -9999px;
	background: url(../art/logo.gif) no-repeat;
	position: absolute;
	top: 26px;
	left: 0;
	width: 199px;
	height: 157px;
}
	

form#loginform {
	position: absolute;
	top: 6px;
	right: 2px;
	width: 395px;
}

form#loginform label {
	color: #fff;
	font-size: 1.1em;
	margin: 4px 8px 0 0;
	float: left;
	display: inline;
	
}

form#loginform input {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #fff;
	border: 3px solid #fff;
	font-size: .9em;
	color: #7a7a7a;
	padding: 1px 2px;
	width: 146px;
	margin: 1px 8px 0 0;
	float: left;
	display: inline;
}

form#loginform button {
	width: 25px;
	height: 22px;
	text-indent: -9999px;
	cursor: pointer;
	border: 0;
	background: url(../art/loginbtn.gif) no-repeat 0 0;
	float: right;
	display: inline;
}

form#loginform button:hover {
	background: url(../art/loginbtn.gif) no-repeat 0 -22px;
}
	

#top-nav {
	position: absolute;
	top: 44px;
	right: 0;
	color: #cacaca;
	font-size: .9em;
}

#top-nav a {
	margin: 0 2px;
	color: #7a7a7a;
	text-decoration: none;
}

#top-nav a:hover {
	text-decoration: underline;
}

#phone {
	color: #303030;
	font-size: 1.5em;
	letter-spacing: -0.3px;
	position: absolute;
	right: 0;
	top: 76px;
}

#phone span {
	color: #7b7b7b;
}

#content {
	width: 960px;
	min-height: 410px;
	background: #fff;
	
}

#content-top {
	width: 960px;
	height: 60px;
	background: url(../art/content-top-bg.gif) no-repeat;
	position: relative;
}

form#searchform {
	position: absolute;
	width: 520px;
	top: 6px;
	right: 0;
}

form#searchform label {
	float: left;
	font-size: 1.1em;
	color: #fff;
	display: inline;
	margin: 6px 8px 0 0;
}

form#searchform input {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #fff;
	border: 4px solid #fff;
	font-size: .9em;
	color: #7a7a7a;
	padding: 2px;
	width: 318px;
	margin: 1px 8px 0 0;
	float: left;
	display: inline;
}

form#searchform button {
	width: 71px;
	height: 25px;
	text-indent: -9999px;
	cursor: pointer;
	border: 0;
	margin: 1px 0;
	background: url(../art/searchbtn.gif) no-repeat 0 0;
	float: left;
	display: inline;
}

form#searchform button:hover {
	background: url(../art/searchbtn.gif) no-repeat 0 -25px;
}

h1#page-title {
	position: absolute;
	top: 14px;
	left: 14px;
	color: #b0b0b0;
}

h1#page-title strong {
	font-weight: normal;
	color: #4f4f4f;
}

#main-content {
	position: relative;
	padding: 8px 0;
	color: #606060;
}

#call-to-action {
	width: 948px;
	float: left;
	padding: 0 10px;
	margin: 0 0 0 -8px;
}

#call-to-action a {
	margin: 0 0 10px 11px;
	float: left;
	display: inline;
}

#products {
	position: relative;
}

#breadcrumb {
	margin: 8px 0 16px;
}

.product {
	width: 228px;
	height: 280px;
	background: #f3f3f3;
	display: block;
	float: left;
	position: relative;
	display: inline;
	margin: 0 12px 12px 0;
}

.product-image {
	border: 3px solid #e3e3e3;
}

.product-description {
	padding: 8px;
	line-height: 1.6em;
}

.purchase-options {
	padding: 4px 8px;
	position: relative;
	width: 212px;
}

.purchase-options input {
	border: 1px solid #bfbfbf;
	background: url(../art/inputbg.gif) repeat-x #fff;
	width: 20px;
	text-align: center;
	padding: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	float: left;
}

.purchase-options a.add-to-cart {
	width: 93px;
	height: 26px;
	display: block;
	text-indent: -9999px;
	float: right;
	background: url(../art/add-to-cart-btn.gif) no-repeat;
}

.purchase-options a.add-to-cart:hover {
	background-position: 0 -26px;
}

.purchase-options a.remove-from-cart {
	width: 126px;
	height: 26px;
	display: block;
	text-indent: -9999px;
	float: right;
	background: url(../art/remove-from-cart-btn.gif) no-repeat;
}

.purchase-options a.remove-from-cart:hover {
	background-position: 0 -26px;
}
	

#footer {
	width: 100%;
	height: 156px;
	display: block;
	background: url(../art/footer-bg.gif) repeat-x top center;
}

#footer-inner {
	width: 960px;
	padding: 25px 0 0 0;
	margin: 0 auto;
	color: #a2a2a2;
}

#footer-inner p {
	font-size: .9em;
}

#footer-inner a {
	color: #606060;
	text-decoration:none;
}

#footer-inner a:hover {
	color: #333;
	text-decoration: underline;
}

#credits {
	float: left;
	width: 200px;
}

#sitemap {
	float: left;
	width: 415px;
	background: #f8f8f8;
	border: 3px solid #f8f8f8;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 5px 0 0 10px;
	display: inline;
	height: 96px;
	padding: 4px 0 0 0;
}

#sitemap ul {
	float: left;
	font-size: .9em;
	width: 100px;
	margin: 0 0 0 10px;
	display: inline;
	background: url(../art/horizontal-divider.gif) repeat-y top right;
	padding: 0 0 0 24px;
	list-style-image: url(../art/footer-list-style.gif);
	list-style-position: outside;
}

#sitemap ul li {
	padding: 2px 0;
	margin: 0;
	
}

#contact {
	float: right;
	width: 300px;
	display: inline;
	margin: 7px 0 0 0;
}

#contact h2 {
	color: #6f6f6f;
}

#contact p {
	float: left;
	line-height: 1.5em;
	display: inline;
	margin: 0 25px 0 0;
	color: #606060;
	padding:0 0 0.8em;
}

#contact p span.highlight {
	color: #181818;
}

#contact a {
	color: #0096d3;
}

.fb_edge_widget_with_comment {
	float: left;
	margin: 0 17px 0 0;
	width: 120px;
}

#contact a.fb-link {
	display: block;
	float: left;
	height: 21px;
	width: 121px;
	background: url(../art/facebook.gif) 0px 0px no-repeat;	
	text-indent: -9999px;
}

#contact a.fb-link:hover {
	background: url(../art/facebook.gif) 0px -21px no-repeat;	
}

#admin {
	padding: 20px;
	background: #f1f1f1;
	width: 260px;
}

#admin h2 {
	font-size: 1.3em;
	background: url(../art/divider.gif) repeat-x;
	padding: 15px 0 0 0;
}

#admin ul {
	padding:0;
	list-style: none;
	margin: 10px 0 0 0;
}

#admin ul li {
	padding: 0;
	margin: 0;
}

#admin ul li a {
	background: url(../art/admin-nav.gif) no-repeat #0096d3;
	display: block;
	padding: 5px 5px 5px 15px;
	color: #fff;
	text-decoration: none;
	border-top: #8dd7f6 solid 1px;
	border-bottom: #007fb2 solid 1px;
}

#admin ul li a:hover {
	background: url(../art/admin-nav.gif) -260px 0 no-repeat #ddd;
	border-top: #fff solid 1px;
	border-bottom: #bebebe solid 1px;
	color: #333;
}


/*---------------------------------------------------- NEWS (HOMEPAGE) */
#news {
	padding:8px 0px 15px 2px;
	height:70px;
	background:#0096d3;
}

#news div {
	float:left;
	width:908px;
	background:#f5f5f5;
	padding:0 15px 0 15px;
	margin:0 8px;
	position:relative;
	-moz-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-webkit-border-radius:5px;
}

#news div:hover h2 {
	background:#1d78bf;
}

#news div h2 {
	background:#1a5dae;
	color:#fff;
	text-transform:uppercase;
	font-size:1em;
	font-weight:bold;
	letter-spacing:normal;
	width:916px;
	padding:6px 6px 6px 16px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	position:relative;
	left:-15px;
	margin:0 0 10px 0;
}



/* CUSTOM CLASSES -------------------------------------- CUSTOM CLASSES */

.clear {
	clear: both;
}





