/* template.css | Updated: May 29, 2007 */
/* http://arwinclicks.com/template.css  */

body { /*background:url(../images/body_bgnd.jpg) repeat-x scroll top left;*/ background-color:#fff; margin:0px; padding:0px; }
body, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	z-index: 1000;
	background-repeat: no-repeat;
	
} /*default font-family and font color*/

/*some standards*/
form, ul, ol, h1, h2, h3, h4, h5 { padding-top:0px; padding-bottom:0px; margin-top:0px; margin-bottom:0px; }
p { margin:0px; }
a img { border: none; } /*default border attribute on images that have a link*/

/*basics*/
.fs10 { font-size:10px; }
.fs11 { font-size:11px; }
.fs12 { font-size:12px; }
.fs13 { font-size:13px; }
.fs14 { font-size:14px; }
.fs15 { font-size:15px; }
.fs16 { font-size:16px; }
.fs17 { font-size:17px; }
.fs18 { font-size:18px; }
.fs19 { font-size:19px; }
.fs20 { font-size:20px; }
.heading { font-size:16px; color:#0F2149; font-weight:bold; }

.b { font-weight:bold; }
.i { font-style:italic; }
.u { text-decoration:underline; /*border-bottom:1px solid #3366FF;*/ }

#left { text-align:left; }
#right { text-align:right; }
#center { text-align:center; }
#justify { text-align:justify; }

/*td's padding or sample padding to be use*/
.main_td { padding:20px 15px 20px 15px; }
.area_a_td { padding:10px 15px 10px 15px; }
.footer_td { padding:5px 15px 5px 15px; }
.p10 { padding:10px; }
.p15 { padding:15px; }
.p20 { padding:20px; }

/*default color on text-links and text-decoration*/
a:link, a:visited { color:#000; text-decoration:none; }
a:hover { color:#686666; text-decoration:underline; }

/*to override default color on text-links and text-decoration*/
.a1 a:link, .a1 a:visited { color:#000; text-decoration:none; } 
.a1 a:hover { color:#000; text-decoration:underline; } 

/*css navigation | main nav*/
.nav{
z-index:999;
}

.nav_block {
	padding:10px 0px 0px 237px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	z-index:9;
}
.line {
	width:5px;
	height:33px;
	background-image:url(../images/line.jpg);
	z-index:9;
}
.nav a { /*display:block; for vertical*/ /*float:left; for horizontal*/
		 /*display:table-cell; display:inline-block;*/ 
         padding:0px 21px 0px 21px; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; 
		 height:auto; width:auto;
       }
.nav a:link, .nav a:visited { color:#FFFFFF; text-decoration:none; }
.nav a:hover { color:#FFFFFF; text-decoration:underline }
#currentnavpage { color:#748250; }

#navfirst { }
#navlast { }
#navfirst:hover { }
#navlast:hover { }
#currentnavfirst { }
#currentnavlast { }

/*footer nav*/
.footer_block { padding:10px 0px 5px 0px; color:#F7F7F7; font-family:Arial; font-weight:normal; font-size:10px; }
.footer a { padding:0px 20px 0px 0px; font-family:Arial; font-weight:normal;  font-size:10px; }
.footer a:link, .footer a:visited { color:#888; text-decoration:none; }
.footer a:hover { color:#0F2149; text-decoration:underline; }

/*CSS Box Model | w3.org standards and explanation, http://www.w3.org/TR/REC-CSS2/box.html */
/*sample css box model hack | Technique no. 3 of Alternate Box Model Hacks, http://css-discuss.incutio.com/?page=BoxModelHack */
.csshack {
padding:10px 20px 10px 20px; 
width: 360px !important; 
width /**/: 400px; 
background-color:orange;
}

/*css box model hack alternative | Trick no. 6, http://www.evolt.org/article/Ten_CSS_tricks_you_may_not_know/17/60369/ */
#box { width:400px; background-color:yellow; }
#box .box2 { padding:10px 20px 10px 20px;  }

/*add-ons*/
.ff_cs { font-family:"Comic Sans MS"; } /*sample font-family to be use*/
.brown { color:#B29D90; } /*sample font color to be use*/

 /*font attrributes for form, e.g., input box, textarea, select*/
.register { font-family:Arial; font-size:10px; color:#888888; padding:25px 11px 5px 0px; }
.title { font-family:Arial; font-size:16px; font-weight:bold; color:#C5C6C6; }

/*new*/
#maincontainer{
width: 993px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
padding-left: 10px;
}

/*main*/
#main1 {
	height:40px;
}
#main2 {
	height:36px;
	z-index: 9;
}
#main3 { height:100%; z-index:9; }
#main4 { width:751px; height:38px; }

/*float*/
.float_R {
	float:none;
}
.float_L { float:left; }

/*width*/
.width_L { width:229px; height:inherit; }
.width_R { width:751px; border:1px solid #686868; }

/*height*/
.height_index { height:404px; }

/*padding*/
.pad_main { padding:20px 20px 20px 20px; }

#main {
width:100%;
}

.camps{
	position:relative;
	margin-left:auto;
	margin-top:auto;
	right:0px;
	top:130px;
	width:148px;
	height:131px;
	background-image:url(../images/camps_sprite.png);
	background-position:top;
	z-index: 0;
}
.camps:hover{
	position:relative;
	cursor:pointer;
	margin-left:auto;
	margin-top:auto;
	right:0px;
	bottom:0px;
	width:148px;
	height:131px;
	background-image:url(../images/camps_sprite.png);
	background-position:center;
	z-index: 0;
}
.camps:active{
	position:relative;
	cursor:pointer;
	margin-left:auto;
	margin-top:auto;
	right:0px;
	bottom:0px;
	width:148px;
	height:131px;
	background-image:url(../images/camps_sprite.png);
	background-position:bottom;
	z-index: 0;
}

.featured{
float:right;
position:relative;
background:url(../images/featured_products.jpg);
background-position:top;
width:245px;
height:40px;
}
.featured:hover{
float:right;
cursor:pointer;
position:relative;
background:url(../images/featured_products.jpg);
background-position:bottom;
width:245px;
height:40px;
}

.specials{
	position:relative;
	background:url(../images/daily_specials.jpg);
	background-position:top;
	width:275px;
	margin-left:auto;
	margin-right:auto;
	height:75px;
}
.specials:hover{
	cursor:pointer;
	position:relative;
	background:url(../images/daily_specials.jpg);
	background-position:center;
	width:275px;
	margin-left:auto;
	margin-right:auto;
	height:75px;
}
.specials:active{
	cursor:pointer;
	position:relative;
	background:url(../images/daily_specials.jpg);
	background-position:bottom;
	width:275px;
	margin-left:auto;
	margin-right:auto;
	height:75px;
}

#footer{
bottom:0px !important;
width:100%;
height:80px;
background-image:url(../images/footerbg.jpg);
}

