@charset "UTF-8";
/* 
==============================================================================
Style specific to a master page layout. This should style things like column
widths.

It is all about the formation of a wireframe with in an overall site frame work
==============================================================================
 */
 
/* Products Landing Page */


#products_landing_container {
	padding-left: 0;
}
.Products {
	margin-top: 20px;
}
#products_landing_container img {
	float: right;
}
h1 {
	font-size: 16px;
	color: #aa9d71;
	padding-left: 0px;
	padding-top: 0px;
}
h2 {
	font-size: 10px;
	color: #aa9d71;
	padding-left: 0px;
	margin-bottom: 0px;
}
p {
	font-size:11px;
	line-height: 1.7em;
}
#specs p {
	line-height: 14px;
	margin:0 0 7px 0;
}
ul li {
	list-style-type: none;
}
.col2 .nav {
	position: relative;
	left:-14px;
}
.col2 .nav a {
	margin: 0 14px;
	margin-top:0px;
}
/* end products landing page */

/* galleria for products detail */

.galleria {
	list-style: none;
	padding: 0;
	margin-left: 30px;
}
.galleria_wrapper {
	height: 258px;
}
.galleria li {
	display: block;
	overflow: hidden;
	float: left;
	width: 54px;
	height: 54px;
	border: 3px double #000;
	margin: 0 2px 2px 0;
	background: #000;
}
.galleria li a {
	display: none;
}
.galleria li div {
	position: absolute;
	display: none;
	top: 0;
}
.galleria li div img {
	cursor: pointer;
}
.galleria li.active div img, .galleria li.active div {
	display: block;
}
.galleria li img.thumb {
	cursor: pointer;
	top: auto;
	left: auto;
	display: block;
	width: auto;
	height: auto;
}
.galleria ul {
	clear: both;
}
.galleria li .caption {
	display: block;
	padding-top: .5em;
}
* html .galleria li div span {
	width: 400px;
}
/* MSIE bug */

/*____________________________________________________________
asp:Hyperlink
____________________________________________________________*/
.Hyperlink 
{
	color: #aa9d71;
	cursor: hand;
}
.Hyperlink:visited 
{
	color: #aa9d71;
}
.Hyperlink:link 
{
	color: #aa9d71;
}
.Hyperlink:active 
{
	color: #aa9d71;
}
.Hyperlink:hover 
{
	color: #e4dfcf;
}
 .col2
 {
     padding-top: 0px;
     margin-top: 10px;
 }
 


