/* CSS Document */

body {
	background-color:#fff;
	margin:0;
	padding:0;
	color:#000;
}

div#container {
	text-align:center;
	margin:0;
	padding:0;
}

div#layout {
	width:760px;
	font-family:Arial,sans-serif;
	color:#000;
	font-size:12px;
	line-height:20px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}	

a {
	/*color:#fff;
	text-decoration:underline;*/
	
	color:#2c5217;
	text-decoration:none;
}

a:hover {
	/*color:#ec803f;
	text-decoration:none;*/
	
	color:#2c5217;
	text-decoration:none;
}

div.clearthis {
	clear:both;
}

:focus
{
  -moz-outline-style: none;  /* removed dotted line on firefox links */
}


/* HEADER */

div#header h1 {
	margin:0;
	padding:0;
	margin:15px 0 4px 3px;
}

div#header h1 a img {
	border:0;
}

/* MAIN */

div#main {
	border:1px solid #898989;
	height:auto;
}

div#main div#quote {
	text-align:center;
	padding: 52px 140px 56px 140px;
	color:#7c7c7c;
	font-size:18px;
	line-height:20px;
}

div#quote strong,
div#quote b {
	color:#57abdf;
	font-weight:bold;
}

div#main div#mainnav {
	text-align:right;
	padding:44px 40px 24px 40px;
}

div#main div#mainnav ul {
	float:right;
	list-style:none;
	margin:0;
	padding:0;
	width:110px;

}

div#main div#mainnav li {
	text-align:center;
}

div#main div#mainnav li a {
	color:#000;
	font-size:11px;
	line-height:22px;
	text-decoration:none;
	font-weight:bold;
}

div#main div#mainnav li.on a {
	color:#ff6201;
}

div#main div#mainnav li a:hover {
	color:#ff6201;
}

/* FOOTER */

div#footer {
	padding:17px 8px 20px 6px;

}

div#footer div#tagline {
	float:left;
	width:277px;
	height:9px;
	text-indent:-3000px;
	background: transparent url(../images/tagline.gif) no-repeat;
	

}

div#copyright {
	color:#898989;
	font-size:10px;
	line-height:12px;
	float:right;
	text-align:right;
	width:370px;

}

div#copyright a {
	color:#898989;
	text-decoration:underline;
}

div#copyright a:hover {
	color:#898989;
	text-decoration:none;
}

div#webaffairs {
	padding:0 8px 20px 6px;
}

/* CONTENT */

div#content {
	padding-right:22px;
	padding-left:14px;
}

div#content h2 {
	margin:0;
	padding: 16px 0 7px 21px;
	margin-bottom:28px;
	border-bottom:1px solid #f59e06;
	font-size:12px;
	text-transform:uppercase;
	line-height:14px;
	background:transparent url(../images/bullet_title.gif) 0 16px no-repeat;
}

.ContentText{
	width: 100%;
	position: relative;
	display: block;
	}
/* GALLERY */


/*
div#gallery {
	position: relative;
	width:200px;
	margin-top: 15px;
}*/

div#gallery label {
	font-size:9px;
	display:none;
}

div#gallery a img {
	border:0;
	max-width:60px;
	padding: 5px;
}

div#gallery div.ThumbImage {
	width:60px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}



#gallery { 
	position: relative;
	float:left; 
	width: 175px;
	height: 280px;
	
	overflow: hidden;
	top: 0px;
	margin: 15px 0 15px 0;
	


	}
	
.Thumbnail { 
	float: left; 
	position: relative; 
	}
/*
.ThumbImage { 
	float:left; 
	width: 100px; 
	margin: 0 5px 0 5px;
	border:1px solid red;
	}*/

.ThumbImage label {
	float:left; 
	position: relative;
	}

#DisplayProductImage { 
	clear: left;
	float: right;
	text-align:right;
	position: absolute;	
	margin-left: 220px;
	margin-top: 64px;
	width:500px; 
	/*padding-top:15px;*/
	height:295px;
	
	
padding-bottom:19px;
background:#fff url(../images/clickToEnlarge.gif) 50% 100% no-repeat;
	}
	

#DisplayProductImage  div div#Image {
	text-align: center;
	width: 500px;
	height:250px;
	overflow:hidden;
	}	
#DisplayProductImage  div div#Image img{ 
	max-width:500px; 
	max-height:250px;
	}


	#DisplayProductImage #Title {
		/*float:left;
		width:240px;
		padding-right:10px;
		padding-left:10px;*/
		font-weight:bold;
		font-size:11px;
		line-height:12px;
		text-align:center;
		padding-top:3px;

		height:auto;
	}
#DisplayProductImage #Description{
	/*float:right;  
	padding-top:3px;
	width: 220px;
	padding-right:10px;*/
	text-align:center;
	font-size:10px;
	line-height:12px;

	height:auto;
	

}

#DisplayImageContainer {
	float:right;  
	position: relative;		
	top: 0px; 
	width: 275px;
	}
#DisplayProductText{
	margin-top:25px;
 	}	
/* CONTENT WITH PHOTO */

div#content div#left {
	width:460px;
	float:left;
	margin-right:30px;
}

div#content div#right {
	width:224px;
	float:left;
	padding-top:36px;
}

div#content div#right img {
	max-width:224px;
	border:1px solid #898989;
}

	
/* Contact Form*/
	.FormDiv{
		margin-left:5px;
		width:460px;
		margin-top:20px;

	}
	.ShoppingFormDiv{
		margin-left:0px;
		width:760px;
	}
	.FormDiv form {
		margin:0;
		padding:0;
	}
	.TextFieldDiv{
		display: block;
			clear:both;
		width:460px;
		height:30px;
	}	
	.TextFieldDiv label{
		font-weight:bold;
		display: block;
		float:left;
		width:auto;
	}	
	.TextField{
		display: block;
		float:right;
		width:220px;
	}	
	.FileFieldDiv{
		display: block;
		clear:both;
		width:460px;
		height:30px;
	}	
	.FileFieldDiv label{
		font-weight:bold;
		display: block;
		float:left;
		width:250px;
	}	
	.FileField{
		display: block;
		float:left;
		width:246px;
	}	
	.TextAreaDiv{
		display: block;
		/*float:left;*/
		width:460px;
		height:180px;
		clear:both;
	}	
	.TextAreaDiv label{
		font-weight:bold;
		display: block;
		float:left;
		width:auto;
	}	
	.TextArea{
		display: block;
		float:right;
		width:460px;
		height:150px;
	}
	.CaptchaImageDiv{
		display: block;
		text-align:right;
		width:460px;
		height:auto;
		margin-top:20px;
		margin-bottom:10px;
	}	
	
	#CaptchaField label {
		width:200px;
	}
	/*	
	.CaptchaImageDiv img {
		margin-left:250px;
	}*/		
	.SelectDiv{
		display: block;
		float:left;
		width:460px;
	}	
	.SelectDiv label{
		display: block;
		float:left;
		font-weight:bold;
		width:auto;
		height:30px;
	}	
	.Select{
		display: block;
		float:right;
		width:224px;
	}	
	
	.Select option{

		width:216px;
	}	
	
	.ButtonDiv{
		display: block;
		text-align:right;
		width:460px;
		clear:both;
	}	
	/*
	.Button{
		display: block;
		float:left;
		width:150px;
		margin-left:200px;
	}	*/
	
	.Button {
		background:#ff6201;
		color:#fff;
		border:1px solid #f59e06;
		padding: 6px 10px;
		font-size:14px;
		font-weight:bold;
	}
	
	#ClearCartButton{
		display: block;
		float:left;
		width:280px;
	}	
	.ChangeButton{
		display: block;
		float:right;
		width:75px;
	}
