/***********************************************/
/* 2col_rightNav.css                             */
/* Use with template 2col_rightNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #006633;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
	line-height: 20px;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#temp{
	width: 300px;
	margin: 0;
	padding: 0px;
	height: 100px;
	position: absolute;
	top: 325px;
	left: 280px;
	
}
#mainframe{
	margin: 0 10%;
	padding: 10px 0px;
	width: 840px;
;
}

#masthead{
	padding: 0px;
	width: 843px;
	position: relative;
	bottom: 0px;
	top: 0px;
	border: 2px none #000000;
	background-image: url(images/MastheadBackground.gif);
	margin: 0;
	height: 112px;
}

#gallery{
	padding: 0px;
	width: 843px;
	position: absolute;
	font-family: "Arial Narrow", Arial, Helvetica;
	font-size: 20px;
	color: #006633;
	font-weight: bold;
	margin: 30px;
}
#content{
	width: 842px;
	margin: 0;
	padding: 0px;
	border: 2px none #000000;
	height: 488px;
	position: relative;
	top: 15px;
	background-image: url(images/ContentBackground.gif);
}

#customcontent{
	width: 525px;
	margin: 0;
	padding: 20px;
	height: 400px;
	position: relative;
	
	
}
#storecontent{
	width: 842px;
	margin: 0;
	padding: 0px;
	border: 2px solid #000000;
	height: auto;
	position: relative;
	top: 15px;
	background-color: #F7F7F7;
	
}
#innercontent{
	width: 300px;
	padding: 30px;
	height: 300px;
	position: relative;
	
}
#shippingcontent{
	width: 800px;
	padding: 10px;
	height: 450px;
	position: relative;
	
}
#contactcontent{
	width: 820px;
	padding: 30px;
	height: 450px;
	position: relative;
	
}
#newsheader{
	float: right;
	width: 150px;
	margin-top: 15px;
	padding: 0px;
	text-align: justify;
	margin-right: 15px;
	}


/************* #globalNav styles **************/

#globalNav{
	color: #006633;
	white-space: nowrap;
	text-align: right;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	top: 75px;
	right: 20px;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-family: "Arial Narrow", Arial, Helvetica;
}


/************** .feature styles ***************/

.feature{
	padding: 15px 15px 10px 10px;
	font-size: 14px;
	width: 200px;
	position: absolute;
	text-align: justify;
	font-family: "Arial Narrow", Arial, Helvetica;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
	margin-top:20px;
	padding-left:18px;
	padding-right:18px;
}

#navBar{
	font-size: 14px;
	border-left:2px solid #000000;
	left:600px;
	margin:0px;
	padding: 15px 15px 10px 10px;
	position:absolute;
	border-right-width:200px;
	height:400px;
	margin-right:15px;
	top:20px;

}
#rightpicturepanel{

border-left:2px solid #000000;
left:600px;
margin:0px;
padding: 40px;
position:absolute;
width:170px;
height:350px;
top:20px;

}
.mainimage{
	float: none;

	position: absolute;
	border: 2px solid #000000;
	padding-top: 0px;
	margin: 0px;
	left: 280px;
	left:255px;
	top:70px;
	width:325px;
	
}

#boardsimage{

	position: relative;
	border: 1px solid #000000;
	margin: 0px 15px 0px 0px
	height: 202px;
	width: 140px;
	left:40px;
	top:10px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	position:relative;
	border-bottom-width:10px;
	margin-bottom:0px;
	margin-left:2px;
	margin-top:0px;
	padding-bottom:0px;
	padding-top:5px;
	width:838px;
	border-top:1px solid #CCCCCC;
	font-size:75%;
	bottom: 20px;
}
.storetitle {
	font-weight: bold;
	color: #006633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.headline {
	font-weight: bold;
	color: #006633;
	font-family: "Arial Narrow", Arial, Helvetica;
	font-size: 16px;
	text-align: justify;
}
.bigheadline {
	text-align: justify;
	font-family: "Arial Narrow", Arial, Helvetica;
	font-size: 20px;
	color: #006633;
	font-weight: bold;
}
.style6 {font-family: "Arial Narrow", Arial, Helvetica}
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}
