/* @override http://www.puredestiny.com/includes/stylesheet.css */

/* @override http://www.puredestiny.com/includes/stylesheet.css */


Body {
	color: #fff;
	font: 62.5%/1.8em Times, "Lucida Grande", Verdana, Arial, sans-serif;
	background: #1EB1FE url(/images/background_pd.png) no-repeat center top;
	}

h2{

	font-family: "Times", Lucida, Verdana, sans-serif;

}

* {
	padding:0;
	margin:0;
}

/* Global */

#layout {
	width: 810px;
	margin: 15px auto 0;
}

#primary, #secondary {
	padding: 5px 0;
	width: 750px;
	text-align: left;
	margin-left: 35px;
}

/* Header */

#head {
	/*background: #f1ff77 url(/images/head.png) no-repeat center top;*/
	padding: 5px 5px 110px 10px;
}

#header {
	/*background:  url(/images/header.png) no-repeat center top;
	padding: 5px 5px 26px 25px;*/
	
	padding: 0 5px 0 5px;
	position: relative;
	
}

#header-logo {
	margin: 20px 0px 40px 50px;
	float: left;
}









/* Navigation */

#navigation {
	width: 450px;
	float: right;
}

#page-nav {
	margin-left: 0px;
	padding: 10px 15px 0px 15px;
}

#navigation #nav-catalog-index, #navigation #nav-news-index, #navigation #nav-contact-index, #navigation #nav-log-index, #navigation #nav-home-index, #page-nav #nav-catalog, #page-nav #nav-news, #page-nav #nav-contact, #page-nav #nav-log, #page-nav #nav-home {
	float: right;
}

#navigation #nav-catalog-index a, #navigation #nav-news-index a, #navigation #nav-contact-index a, #navigation #nav-log-index a, #navigation #nav-home-index a, #page-nav #nav-catalog a, #page-nav #nav-news a, #page-nav #nav-contact a, #page-nav #nav-log a, #page-nav #nav-home a {
	height: 75px;
	display: block;
	overflow: hidden;
}

#navigation #nav-catalog-index a:hover, #navigation #nav-news-index a:hover, #navigation #nav-contact-index a:hover, #navigation #nav-log-index a:hover, #navigation #nav-home-index a:hover, #page-nav #nav-catalog a:hover, #page-nav #nav-news a:hover, #page-nav #nav-contact a:hover, #page-nav #nav-log a:hover, #page-nav #nav-home a:hover {
	display: block;
}

#navigation #nav-catalog-index a, #page-nav #nav-catalog a {
	width: 156px;
}

#navigation #nav-catalog-index a:hover, #page-nav #nav-catalog a:hover {
	text-indent: -156px;
}

#navigation #nav-news-index a, #page-nav #nav-news a,  a {
	width: 86px;
}

#navigation #nav-news-index a:hover, #page-nav #nav-news a:hover,  a:hover {
	text-indent: -86px;
}

#navigation #nav-contact-index a, #page-nav #nav-contact a {
	width: 100px;
}

#navigation #nav-contact-index a:hover, #page-nav #nav-contact a:hover {
	text-indent: -100px;
}




#navigation #nav-home-index a, #page-nav #nav-home a {
	width: 86px;
}

#navigation #nav-home-index a:hover, #page-nav #nav-home a:hover {
	text-indent: -86px;
}

#navigate-cart {
	padding: 20px 0 30px 0px;
}

#navigate-cart a, #navigate-cart a:link, #navigate-cart a:visited {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}

#navigate-cart a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Primary */

#primary-left {
	width: 444px;
	float: right;
}

#primary-left h1 {
	color: #fff;
	font-size: 1.25em;
	padding-bottom: 5px;
}

#primary-right {
	color: #fff;
	font-size: 1.25em;
	line-height: 1.55em;
	width: 261px;
	float: left;
}

#primary-right a, #primary-right a:link, #primary-right a:visited, #primary-left h1 a, #primary-left h1 a:link, #primary-left h1 a:visited {
	color: #fff;
	text-decoration: none;
}

#primary-right a:hover, #primary-left h1 a:hover {
	color: #c8b71a;
	text-decoration: underline;
}

.feature {
	width: 100px;
	padding: 0 20px 20px 0;
	float: left;
}

.feature img {
	background-color: #8DD8FE;
	padding: 7px;
	border: 1px solid #fff;
}

.feature a:hover img {
	background-color: #1EB1FE;
	padding: 7px;
	border: 1px solid #fff;
}

#primary .feature-desc {
	font-size: 1.14em;
	line-height: 1.4em;
	padding: 5px 5px 0;
}

.feature-desc a, .feature-desc a:link, .feature-desc a:visited {
	color: #473714;
	text-decoration: none;
}

.feature-desc a:hover {
	color: #578ea1;
	text-decoration: none;
}

#newsletter {
	background: url(/images/newsletter.gif) repeat-x center top;
	margin-top: 10px;
	padding-top: 53px;
}



#newsletter-body {
	color: #fff;
	text-align: center;
	/*background: #fff repeat-x left top;*/
	padding: 0px 25px 10px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}


#searchform {
	background: url(/images/search.gif) repeat-x center top;
	margin-top: 10px;
	padding-top: 23px;
}





#searchform-body {
	color: #fff;
	text-align: center;
	/*background: #fff repeat-x left top;*/
	padding: 0px 7px 0px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}




#signup {
	color: #473714;
	font: 1.2em "Lucida Grande", Verdana, Arial, sans-serif;
	width: 95%;
	margin-bottom: 5px;
	padding: 3px;
	border-top: 2px solid #888;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#events {
	font-size: 1.25em;
	line-height: 1.5em;
	margin-right: 20px;
	padding: 5px 0 10px;
	border-top: 2px solid #c3ce61;
}

#events a, #events a:link, #events a:visited {
	color: #34280e;
	text-decoration: none;
}

#events a:hover {
	color: #578ea1;
	text-decoration: none;
}

#primary #clients {
	padding-top: 20px;
}

#primary #clients p {
	padding-bottom: 15px;
}

/* Secondary */

#secondary {
	font-size: 1.25em;
	line-height: 1.5em;
}

#secondary-left {
	width: 261px;
	margin-top:0px;
	float: left;
}

#secondary-left h1 {
	color: #34280e;
	font-size: 2em;
	padding-bottom: 7px;
}

#secondary-left #clients {
	padding-right: 20px;
}

#secondary a, #secondary a:link, #secondary a:visited {
	color: #fff;
	text-decoration: none;
}

#secondary a:hover {
	color: #000;
	text-decoration: none;
}

#secondary-right {
	width: 444px;
	float: right;
}

#secondary-right h1 {
	color: #000;
	font-size: 2em;
	
	padding-bottom: 7px;
}

#secondary-right ul {
	padding-bottom: 10px;
}

#secondary-right li {
	padding-left: 25px;
	list-style-type: disc;
	list-style-position: inside;
}

#secondary .feature {
	width: 128px;
	padding: 0 0 20px 20px;
	float: left;
}

#secondary .feature-desc {
	font-size: 0.85em;
	line-height: 1.4em;
	padding: 5px 5px 0;
}

#paginate {
	font-size: 1.1em;
	text-align: center;
}

#paginate a, #paginate a:link, #paginate a:visited {
	color: #578ea1;
	text-decoration: none;
}

#paginate a:hover {
	color: #34280e;
	text-decoration: none;
}

.active {
	color: #c8b71a;
	text-decoration: none;
}

ul#listline {
	margin-right: 20px;
	padding-bottom: 10px;
	border-top: 1px dotted #473714;
}

ul#collections {
	border-top: #fff 1px dotted #473714;
	padding-bottom: 20px;
	}

ul#collections li, ul#listline li {
	padding: 3px 7px 2px;
	list-style-type: none;
	border-bottom:#fff 1px dotted #473714;
}

#tags {
	color: #578ea1;
}

/* Product */

#prod-left {
	width: 410px;
	float: left;
}

#prod-left h1 {
	color: #fff;
	font-size: 1.7em;
	font-weight: 500;
	padding-bottom: 7px;
}

#prod-right {
	width: 268px;
	float: right;
}

.theprod img {
	background-color: #FFF;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 7px;
	border: 4px solid silver;
	float:right;
	text-align: right;
}

.theprod a:hover img {
	background-color: #FFF;
	padding: 7px;
	border: 4px solid #000;
}

.theprod-mini-odd img {
	background-color: #f1ff77;
	width: 120px;
	margin: 0 20px 20px 0;
	padding: 4px;
	float: left;
	border: 4px solid #c3ce61;
}

.theprod-mini-even img {
	background-color: #f1ff77;
	width: 120px;
	margin: 0 0 20px;
	padding: 4px;
	float: left;
	border: 2px solid #c3ce61;
}

.theprod-mini-odd a:hover img, .theprod-mini-even a:hover img {
	background-color: #f1ff77;
	padding: 4px;
	border: 2px solid #b1bc59;
}

ul#listline {
	margin-bottom: 10px;
}

ul#prod-list {
	padding-bottom: 25px;
}

ul#prod-list li {
	padding: 3px 0 2px;
	list-style-type: none;
}

.strike {
	color: #578ea1;
	font-size: 0.92em;
	text-decoration: line-through;
	vertical-align: text-top;
}

.prod-type {
	margin-top: 3px;
	padding-top: 3px;
	border-top: 1px dotted #473714;
}

/* Shopping Basket */

#cart-content {
	font-size: 1.25em;
	color: #fff;
}

#cart-content a, #cart-content a:link, #cart-content a:visited {
	color: #fff;
	text-decoration: none;
}

#viewsuburb{
	
	color: #000;
	
	}
}

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

#cart-content h1 {
	color: #578ea1;
	font-size: 1.6em;
	padding-bottom: 7px;
}

#cart-content h3 {
	font-size: 1.3em;
	padding: 0 10px 10px 0;
}

#cart-content .feature-desc {
	font-size: 0.85em;
	line-height: 1.4em;
	padding: 5px 5px 0;
}

ul.cartlist {
	padding: 0;
	border-top: 1px solid #999;
	list-style-type: none;
}

ul.cartlist li {
	padding: 0;
	border-bottom: 1px solid #999;
}

.thecartodd, .thecarteven {
	padding: 7px 10px;
}

.thecarteven {
	background: #fff;
}

.cartimg {
	background-color: #f1ff77;
	margin-right: 10px;
	padding: 5px;
	float: left;
	border: 7px solid #c3ce61;
}

a:hover .cartimg {
	background-color: #f1ff77;
	padding: 5px;
	border: 7px solid #b1bc59;
}

.cartdesc {
	width: 440px;
	padding-top: 7px;
	float: left;
}

.cartright {
	text-align: right;
	padding-top: 5px;
	float: right;
}

.cart-right {
	text-align: right;
	padding-top: 15px;
}

/* Search */

#searchresults #q, #secondary-left #q {
	color: #578ea1;
	padding: 5px;
	border-top: 2px solid #888;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#searchresults #q {
	font: 2em "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 55%;
}

#secondary-left #q {
	font: 1.15em "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 95%;
	margin: 5px 0 3px;
}

#searchresults {
	font-size: 1.25em;
	background: #fff url(/images/primary.png) repeat-x left top;
	margin: 0 20px 0 5px !important;
	padding: 10px 35px 25px;
}

#searchresults a, #searchresults a:link, #searchresults a:visited, #searchresults h3 a, #searchresults h3 a:link, #searchresults h3 a:visited {
	color: #578ea1;
	text-decoration: none;
}

#searchresults a:hover, #searchresults h3 a:hover {
	color: #c8b71a;
	text-decoration: underline;
}

.highlight {
	color: #c8b71a;
}

.result-image img {
	width: 0px;
	height: 0px;
	visibility: hidden;
}

#searchresults li {
	padding-bottom: 20px;
	border-bottom: 1px dotted #473714;
	list-style-position: inside;
}

/* Footer */

#footer {
	width: 100%;
	color: #fff;
	font-size: 1.0em;
	font-weight:400;
	/*background: #37280b url(/images/footer.png) repeat center top;*/
	margin: 0 20px 0 40px;
	padding: 10px 0px 40px;
}

#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
}

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

#footLeft {
	width: 400px;
	float:left;
}

#footRight {
	width: 270px;
	float:right;
	text-align:right;
	margin-right: 80px;
}

/* Random */

a, a:link, a:visited {
	color: #578ea1;
	text-decoration: none;
}

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

hr {
	margin: 5px 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom: 1px dotted #473714;
	border-left-style: none;
}

.clear {
	clear: both;
}

.cleared {
	clear: left;
}

.right {
	float: right;
}

img {
	border: none;
}

p {
	padding-bottom: 10px;
}

a {
	text-decoration: none;
}

.button {
	margin-right: 5px;
}

.buttoner {
	margin-left: 5px;
}

.buttoned {
	margin: -12px 5px 0 0;
	float: left;
}

.links {
	font-size: 1.25em;
}

#lightbox {
	border: 0 !important;
}


.search_result{
height:42px;
width:242px;

display: inline-block;
margin-top:1px; 
margin-right:12px; 
padding:1px; 
border: 1px solid #fff; 
font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
background: #1EB1FE;
color: #fff;


}

.search_result_over{
height:42px;
width:242px;
display: inline-block;
margin-top:1px; 
margin-right:12px; 
padding:1px; 
border: 1px solid #fff; 
/*//#D7C1CE*/
font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
background: #BBE7FF;
color: #000;
}

.search_result_listing{
height:42px;
width:760px;

display: inline-block;
margin-top:2px; 
margin-right:12px; 
padding:4px; 
border: 1px solid #999; 
font: 10px Times, "Lucida Grande", Lucida, Verdana, sans-serif;
background: #FFF;


}

.search_result_listing_over{
height:42px;
width:760px;
display: inline-block;
margin-top:2px; 
margin-right:12px; 
padding:4px; 
border: 1px solid #333; 
/*//#D7C1CE*/
font: 10px Times,"Lucida Grande", Lucida, Verdana, sans-serif;
background: #D7C1CE;

}








#secondary-left-new {
	width: 261px;
	margin-top:72px;
	float: right;
}

#secondary-left-new h1 {
	color: #34280e;
	font-size: 2em;
	padding-bottom: 7px;
}

#secondary-left-new #clients {
	padding-right: 20px;
}


#secondary-right-new {
	width: 444px;
	float: left;
}

#secondary-right-new h1 {
	color: #000;
	font-size: 2em;
	
	padding-bottom: 7px;
}

#secondary-right-new ul {
	padding-bottom: 10px;
}

#secondary-right-new li {
	padding-left: 25px;
	list-style-type: disc;
	list-style-position: inside;
}


















/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size: 25px;
	line-height: 30px;
	padding-bottom: 1px;
	
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}

.socialmedia{
	position: absolute;
	right: 0px;
	top: 80px;
	width: 220px;
	background: #ff9900;
}


.socialtext{
	position: absolute;
	right: 50px;
	font-size: 15px;
}

.tw{
	position: absolute;
	right: 25px;
}

.fb{
	position: absolute;
	right: 0px;
}


