/*	
	Copyright (c) 2008 Dynamic Web Renovations ltd.
	All rights reserved
	
	$ Revision date: 28/08/08
	
	CONTENTS
	1. Page Style
	2. Index Page
	3. Scroll Control
	4. About Us, Contact, Links
	5. Images
	6. Press
	6. Login Form
	7. Join Form
	8. Feedback

*/

/*******************************  Page Style   *******************************/
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#637279;
	margin:0px;
	padding:0px;
}
a {
	color:#a27216;
}
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
/*#horizon {
	display: block;
	position: absolute;
	vertical-align:middle;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	}*/
#container {
	margin: auto;
	margin-top: 20px;
	padding: 0;
	width: 955px;
}
#main {
	width: 955px;
	height: 475px;
	border: 3px;
	border-style: solid;
	border-color: #cdcccc;	
}
#content {
	margin: auto;
	width: 850px;
	height: 380px;
	border: 3px;
	border-style: solid;
	border-color: #cdcccc;
	margin-left:53px;
	margin-top:38px;
	margin-right:53px;		
}

#contentClear {
	margin: auto;
	width: 850px;
	height: 380px;
	margin-left:53px;
	margin-top:38px;
	margin-right:53px;		
}

/*******************************  Page Style End   *******************************/

/*******************************  Index Page   *******************************/

#imageRight	{
	height:379px;
	width:253px;
	border: 3px;
	border-style: solid;
	border-color: #cdcccc;
	float:right;
	}
#imageMiddle	{
	height:379px;
	width:253px;
	border: 3px;
	border-style: solid;
	border-color: #cdcccc;
	float:right;
	margin-right: 38px;
	}
#imageLeft	{
	height:379px;
	width:253px;
	border: 3px;
	border-style: solid;
	border-color: #cdcccc;
	float:left;
	}
/*******************************  Index Page End   *******************************/	

/*******************************  Scroll Control   *******************************/	
#extra_controls, #scrollbar { 
    display:none; /* hide from incapable */
    }
div#wn {
	float:left;
	margin-right:8px;
    }
    
div#scrollbar {
    float:left;
    }

div#imagesscrollbar { 
  position:relative;
  width:11px; height:337px; 
  font-size:1px;  /* so no gap or misplacement due to image vertical alignment */
  float:right;
  }
div#scrollContent {
	width:339px;
	}

.clearer { clear:left; }


/*******************************  Scroll Control End   *******************************/	

/*******************************  About Us, Contact, Links   *******************************/
#left	{
	float:left;
	}

#right	{
	float:right;
	width:570px;
	}
/*******************************  About Us, Contact, Links End   *******************************/	

/*******************************  Images   *******************************/
#imagesList	{ 
	position:relative;
	width:406px;
	height:335px;
	float:left;
	overflow:hidden;
	}
	
#imagesBorder	{
	margin-right:80px;
	width:242px;
	height:335px;
	float:right;
	background-image:url(/goldie/HTML/images/imagesBorder_BG.jpg)
	}
	
#imagesView	{
	width:173px;
	height:265px;
	margin:auto;
	margin-top:39px;
	}
/*******************************  Images End   *******************************/

/*******************************  Press   *******************************/
div#pressScroll	{ 
	position:relative;
	width:830px;
	height:335px;
	float:left;
	overflow:hidden;
	margin-top:10px;
	}
	
div#pressContent { /* show first div */
    visibility:visible;
    }

/*******************************  Press End   *******************************/

/*******************************  eCommerce   *******************************/
div#ecommerce {
	width:835px;
	height:380px;
	margin-top:17px;
	margin-left:32px;
	margin-bottom:17px;
	float:left;
	position:relative;
	overflow:hidden;
	}
	
div#scrollEcommerce	{ 
	position:relative;
	width:800px;
	height:325px;
	float:left;
	overflow:hidden;/*
	margin-top:10px;
	margin-left:32px;*/
	}
	
div#contentEcommerce { /* show first div */
    visibility:visible;
    }

#ecommerce_cart_links{
	float: right;
}
#ecommerce_cart_links a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#637279;
	text-decoration:none;
}
#ecommerce_cart_links a:hover{
	text-decoration:dotted;
}

#ecommerce_images {
	float: left;
	width: 423px;
}
#ecommerce_description {
	padding-left: 10px;
	float: right;
	width: 300px;
}
#ecommerce_specifics {
}
#ecommerce_price {
}
#ecommerce_product_area{
}

/*******************************  eCommerce End   *******************************/


/*******************************  Login Form   *******************************/
form#login label {
	clear:left;
	display:block;
	float:left;
	width:100px;
	text-align:left;
	padding-right:10px;
	color:#fff;margin-bottom:0.5em
	}
form#login input {
	border: 3px;
	border-style: solid;
	border-color: #cdcccc;
	padding-left:0.5em;
	margin-bottom:0.6em;
	width:280px;
	background:#fff
	}
form#login input:hover {
	background:#cdcccc;
	border:3px solid #fff;
	color:#fff
	}
form#login input:focus {
	background:#cdcccc;
	border:3px dotted #b9954f;
	color:#000
	}
form#login .button {
	background:#fff;
	border: 3px;
	border-style: solid;
	border-color: #fff;
	padding: 3px;
	}
	
form#login .button:hover {
	background:#fff;
	border:3px dotted #b9954f;
	color:#fff
	}
	
form#login buttonarea {
	margin-left:50px;
	margin-top:10px;
	}
/*******************************  Login Form End   *******************************/

/*******************************  Join Form   *******************************/
form#register label {
	clear:left;
	display:block;
	float:left;
	width:150px;
	text-align:left;
	padding-right:10px;
	color:#fff;
	margin-bottom:0.3em;
	}
form#register input {
	border: 3px;
	border-style: solid;
	border-color: #cdcccc;
	padding-left:0.5em;
	margin-bottom:0.6em;
	width:230px;
	background:#fff;
	font-size:10px;
	}
form#register input.subInput1{
	border: 3px;
	border-style: solid;
	border-color: #cdcccc;
	padding-left:0.5em;
	margin-bottom:0.6em;
	width:160px;
	background:#fff;
	font-size:12px;
	}
form#register input.subInput2{
	border: 3px;
	border-style: solid;
	border-color: #cdcccc;
	padding-left:0.5em;
	margin-bottom:0.6em;
	margin-left:13px;
	width:160px;
	background:#fff;
	font-size:12px;
	}
	
form#register input:hover {
	background:#cdcccc;
	border:3px solid #fff;
	color:#fff
	}
form#register input:focus {
	background:#cdcccc;
	border:3px dotted #b9954f;
	color:#000
	}
form#register .button {
	background:#fff;
	border: 3px;
	border-style: solid;
	border-color: #fff;
	padding: 3px;
	}
	
form#register .button:hover {
	background:#fff;
	border:3px dotted #b9954f;
	color:#fff
	}
	
form#register buttonarea {
	margin-left:50px;
	margin-top:10px;
	}
/*******************************  Join Form End   *******************************/

/*******************************  Feedback   *******************************/
#feedbackForm {
	width:355px;
	height:380px;
	}
#viewFeedback {
	float:right;
	width:423px;
	height:380px;
	}

form#feedback label {
	clear:left;
	display:block;
	float:left;
	width:100px;
	text-align:left;
	padding-right:10px;
	color:#fff;margin-bottom:0.5em
	}
form#feedback input {
	border: 3px;
	border-style: solid;
	border-color: #cdcccc;
	padding-left:0.9em;
	margin-bottom:0.6em;
	margin-left:3.4em;
	width:120px;
	background:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}
form#feedback input:hover {
	background:#cdcccc;
	border:3px solid #fff;
	color:#fff
	}
form#feedback input:focus {
	background:#cdcccc;
	border:3px dotted #b9954f;
	color:#000
	}

form#feedback textarea {
	border: 3px;
	border-style: solid;
	border-color: #cdcccc;
	padding-left:0.5em;
	margin-bottom:0.6em;
	width:280px;
	background:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}
form#feedback textarea:hover {
	background:#cdcccc;
	border:3px solid #fff;
	color:#fff
	}
form#feedback textarea:focus {
	background:#cdcccc;
	border:3px dotted #b9954f;
	color:#000
	}

form#feedback .button {
	background:#fff;
	border: 3px;
	border-style: solid;
	border-color: #fff;
	padding: 3px;
	}
	
form#feedback .button:hover {
	background:#fff;
	border:3px dotted #b9954f;
	color:#fff
	}
	
form#feedback buttonarea {
	margin-left:50px;
	margin-top:10px;
	}
/*******************************  Feedback End   *******************************/

/*******************************  Footer   *******************************/
#footer{
	height: 90px;
	width: 955px;
	border: 3px;
	border-style: solid;
	border-color: #cdcccc;
	border-top-style: none;
	background-color:#f6f7e5;
	position: relative;
}
#footerFix{
	height: 90px;
	width: 955px;
	border: 3px;
	border-style: solid;
	border-color: #cdcccc;
	border-top-style: none;
	background-color:#f6f7e5;
	position: relative;
	margin-top:60px;
	margin-left:-3px;
}

#logo{
	height: 90px;
	vertical-align: middle;
}
#logoImg{
	/*margin:auto;*/
	border:0px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right:0px;
	width:135px;
	float: left;
}
#saleButton{
	float: left;
	width: 101px;
	height:70px;
	vertical-align:middle;
	text-align:right;
	padding-top: 20px;
}
#menu{
	float: right;
	width: 685px;
	height: 90px;
}
#mainMenu{
	height:45px;
	width: 580px;
	float:right;
}
#subMenu{
	height:45px;	
	width: 580px;
	float:right;
}
#dwr {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#637279;
	text-decoration:none;
	text-align: right;
	clear: both;
	padding-top: 10px;
}

/*******************************  Footer End   *******************************/


