/* CSS Document Build for */
/*_____________________________________________________________________Globals*/	
body{
	color:#7b3900;
	font-family:tahoma, Verdana, arial;
	line-height:14px;
	font-size:11px;
	background:url(../images/_bg.jpg);
	margin:0px;
}
a{
	text-decoration:underline;
	color:#fffee4;
}
div{
	margin:0px;
	padding:0px;
}
/*_____________________________________________________________________Content*/	
#page{
	width:950px;
	margin:0px auto 2px auto;
	padding:0px;
}
	#logo{
		position:absolute;
		text-align:right;
		margin:1px;
		
}
	#ecommerce{
	text-align:right;
	color:#fffee4;
	float:right;
	margin-right:40px;
	margin-top:5px;
	margin-bottom:10px;
	
	
}
	#pageborder{
		width:859px;
		height:573px;
		padding:10px 5px 0px 0px;;
		margin:50px;
		margin-top:0px;
		margin-bottom:5px;
		background:url(../images/_bg.gif);
			
	}
	#pagecontent{
		margin:20px;
		position:absolute;
		width:830px;
		height:450px;
	}
	#heading{
		font-size:36px;
		font-family:Century, Arial, Verdana;
		line-height:28px;
		color:#542415;
		background:url(../images/_bg-title.jpg);
		width:170px;
		height:56px;
		padding-left:55px;
		margin-left:180px;
		
	}
	#interior{
		float:left;
		width:350px;
		margin-left:80px;
		
		
	}
		#interior2{
		float:left;
		width:250px;
		margin-left:80px;
		
	}
		#interior3{
		float:left;
		width:190px;
		margin-left:5px;
		margin-right:5px;
			}
	#pagecontent img{
		float:left;
	}
	#signup{
		float:right;
		margin-right:5px;
		font-weight:bold;
		font-family:Century, Arial, Verdana;
		font-size:14px;
	}
	#signup img{
		cursor:pointer;
	}
	#form{
		float:right;
		margin-right:45px;
	}

/*_____________________________________________________________________Nav*/
#nav{
	float:right;
	width:700px;
	padding:0px;
	margin:0px 15px 0px 0px;

	}
	.navlink{
		background-image:url(../images/_button-cold.gif);
		float:left;
		width:128px;
		padding:5px 0px 10px 0px;
		margin:10px 0px 0px 5px;
		text-align:center;
		vertical-align:middle;
		border-bottom:1px solid #c2c900;
		position:relative;
		top:1px;
	}
	.navlinkcold{
		background-image:url(../images/_button-cold.gif);
		float:left;
		width:128px;
		height:25px;
		padding:5px 0px 10px 0px;
		margin:0px 0px 0px 5px;
		position:relative;
		text-align:center;
		vertical-align:middle;
		border-bottom:1px solid #c2c900;
		color:#542415;
		font-size:15px;
		font-family:Century;
		text-decoration:none;
		font-weight:bolder;
		
	}
	.currentpage{
		background:url(../images/_button-hot-bg.gif);
		background-repeat:no-repeat;
		padding:0px 15px 10px 15px;
	}
	
	.navlink a{
		color:#542415;
		font-size:15px;
		font-family:Century;
		text-decoration:none;
		font-weight:bolder;
		padding:0px 15px 10px 15px;
				}
		.navlink a:hover{
			background:url(../images/_button-hot-bg.gif);
			background-repeat:no-repeat;
		}




/*_____________________________________________________________________Credits*/

#footer{
text-align:center;
color:#fffee4;
}
#credits{
	border:1px solid #ffffff;
	text-align:center;
	margin:5px;
	color:#c9d63d;
	}
	#credits p{
		margin:10px;
	}
	
/*_____________________________________________________________________MISC*/
.clear{
	clear:both;
}
.clearleft{
	clear:left;
}
.clearright{
	clear:right;
}
#policy{
	text-align:left;
	background:#fffeed;
	margin:10px auto 0px auto;
	padding:10px;
	height:385px;
	width:760px;
	overflow:auto;

}.privacytitle{
	font-size:18px;
	font-weight:bold;
	display:block;
}
.section{
	border-left:6px solid #542415;
	border-right:6px solid #542415;
	width:170px;
	height:200px;
	text-align:left;
	padding:5px;
	margin-left:5px;
	}
	.sectiontitle{
		border-bottom:1px solid #542415;
		padding-left:5px;
		font-weight:bold;
		font-size:14px;
	}
	.sectiontop{
	 background-image:url(../images/section-curve.gif);
	 width:192px;
	 height:17px;
	}
	.sectionbottom{
	 background-image:url(../images/section-curve-b.gif);	
	 width:192px;
	 height:17px;
	}
	.scroll{
	float:left;
	width:160px;
	padding-left:5px;
	height:176px;
	overflow:auto;
	margin:0px 1px 0px 1px;
	font-size:11px;
	}
	
#homeimages{
	float:left;
	
	height:435px;
	width:621px;
}
#homeimages img{
	margin:2px;
}
.bold{
	font-size:11px;
	font-weight:bolder;
}
#maillist{
	background:none;
	border:none;
	margin:0;
	height:28px;
}
button{
	margin:3px;
}

/*________***************************************FLEX SCROLL ********************/
#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 150px;
	height: 180px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 0.3em auto;
}


.fixedwidth {
	/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
	width: 550px;
	height: auto;
	position: relative;
	color: black;
	padding: 1px;
}




/* Scroll Bar Master Styling Starts Here */
/* comments can freely be removed from this file */

/* do not modify .scrollgeneric class, required for proper operation */
.scrollgeneric {
line-height: 1px; font-size: 1px;
position: absolute; top: 0; left: 0;
}

.vscrollerbase, .vscrollerbar {
width: 15px;
}

.hscrollerbase, .hscrollerbar {
height: 15px;
}

.vscrollerbar, .hscrollerbar {
/*padding information of these elements are only used for
padding of the scroll-bar with respect to the scroll base,
the padding will automatically be turned off by the script*/
padding: 5px;
/* z-index for scrollbars no longer has to be given as of version
1.7.5 for correct operation, but it is still recommended, as this
decides the z-index for content.*/
z-index: 2;
}
.vscrollerbarbeg {
/*top image holder for vertical scroll bar*/
background: url(../images/vscroller.png) 0px -10px;
width: 15px;
/* height is auto set by the script to fit the scrollbar */
}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
background: url(../images/vscroller.png);
width: 15px; height: 10px;
}

.hscrollerbarbeg {
/*left image holder for horizontal scroll bar*/
background: url(../images/hscroller.png) -10px 0px;
height: 15px;
/* width is auto set by the script to fit the scrollbar */
}

.hscrollerbarend {
/*right image holder for horizontal scroll bar*/
background: url(../images/hscroller.png);
height: 15px; width: 10px;
}

/* Following are OPTIONAL */

.vscrollerbase, .hscrollerbase {
background-color: #D1DDCB;
background-image: url(../images/scrollbaseback.png);
}

.hscrollerbasebeg {
height: 15px;
background: url(../images/scrollbases.png) -22px 0px no-repeat;
/* width is auto set to fill the base */
}

.hscrollerbaseend {
height: 15px; width: 7px;
background: url(../images/scrollbases.png) 0% 0% no-repeat;
}

.vscrollerbasebeg {
width: 15px;
background: url(../images/scrollbases.png) -7px -8px no-repeat;
/* height is auto set to fill the base */
}

.vscrollerbaseend {
height: 7px; width: 15px;
background: url(../images/scrollbases.png) -7px 0px no-repeat;
}

.scrollerjogbox {
width: 15px; height: 15px;
top: auto; left: auto; bottom: 0px; right: 0px;
background: white url(../images/scrolljog.png) 50% 50%;
}
/* Scroll Bar Master Styling Ends Here */
