*, body {
	margin: 0;
	padding: 0;
	line-height: 1.7em;
}

html {
	min-height: 100%;
	margin-bottom: 1px;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-height: 100%;
}

form {
	margin: 0;
}

img {
	border: 0;
}

img, div { behavior: url(templates/caribou/css/iepngfix.htc) }

ul {
	margin-left: 30px;
}

ul li {
	list-style-image: url(../images/bullet.gif);
	margin-bottom: 3px;
}

h1 {
	font-size: 18pt;
	font-weight: normal;
	line-height: 1.2em;
	margin-bottom: 7px;
	}

h2 {
	font-size: 15pt;
	color: #4b8824;
	font-weight: normal;
	line-height: 1.5em;
	margin-bottom: 10px;
}

h2 a {
	color: #4b8824;
	text-decoration: none;
	border-bottom: 2px dotted #4b8824;
}

h2 a:hover {
	border: 0;
}

a {
	color: #002e7b;
	}
a:hover {
	text-decoration: none
	}

p { color: #1f1f1f; margin-bottom: 10px; }

form input {
	padding: 4px;
	color: #333;
	border: 1px solid #efeed3;
	border-left: 2px solid #eae8bf;
	border-top: 2px solid #eae8bf;
}

form input.submit {
	padding: 3px;
	background-color: #eae8bf;
	border: 1px solid #d5d297;
	height:27px;
	font-size: 9pt;
	font-weight:bold;
	color: #635f0e;
}

#container {
	display: block;
	position: absolute;
	min-height: 100%;
	width:100%;
	background-image: url(../images/top.gif);
	background-repeat: repeat-x;
	background-position: top center;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width:972px;
	background-image: url(../images/header_05.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

#wrapper2 {
	margin-left: auto;
	margin-right: auto;
	width:972px;
	background-image: url(../images/header2_05.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

#header {
	text-align: center;
	width: 100%;
	white-space: nowrap;
}

#header2 {
	background-color: #1e4d9c;
}

#content {
	display: block;
	margin-bottom: 100px;
	
}

#auto ul {	
	padding-left: 25px;
	padding-top:15px;
	padding-bottom:10px;
	}

#breadcrumb {
	font-size: 10px;
	margin-bottom: 8px;
	color:#CCCCCC;
	}
	

/*#datetime {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #999;
	font-size:11px;
	width: 890px;
	text-align: right;
}*/
	
#left {
	width: 200px;
	float: left;
	
}

#right {
	width: 710px;
	margin-left: 20px;
	float: left;
	padding-left: 10px;
	}
	
div.floatright {
	padding: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}

ul.account a.add {
	font-weight: bold;
	}
	
div.notice {
	background-color: #e3f0d8;
	padding: 15px;
	font-weight: bold;
	color: #588c2c;
	border: 1px solid #588c2c;
	margin-top: 10px;
	margin-bottom: 10px;
}
 
#footer {
	position: absolute;
	display: block;
	bottom: 0;
	height: 60px;
	border-top: 1px solid #CCC;
	background-color:#F1f1f1;
	font-family: verdana;
	font-size: 8pt;
	color:#333;
	width:100%;
	text-align: center;
	padding-top: 7px;
}

/*slider*/

.slider{
	background-image: url(../images/slider.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 321px;
}

.sliderImages {

padding-top:10px;
margin:auto;



}
.sliderImages ul li{
	margin:0px;
	
}



.sliderTextHolder{
	margin-bottom:20px;
	border-top:none;
	background-color:#381019;
	

}
.sliderTextHolder ul{
	margin:0px;
	
}
.sliderTextHolder ul li{
	margin:0px;
	padding:20px 30px;
	height:120px;

}
.sliderTextHolder ul li a, .sliderTextHolder ul li a:link{
	font-size:11px;
	color:#003366;
	text-decoration:underline;
}
.sliderTextHolder ul li a:hover{
	text-decoration:none;
}

.arrows{
	position:relative;
	z-index:10;
}

.prev {
	position: absolute;
	left:10px;
	top:-195px;
}
.next {
	position: absolute;
	right:10px;
	top:-195px;

}

/* `styles for order and un order list
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

/* jQuery lightBox plugin - Gallery style */
		
	#gallery ul { list-style: none; margin:0px; }	
	#gallery ul li { display: inline; margin:0px; }
	#gallery ul img {border: 3px solid #dedede;margin:5px;}
	#gallery ul a:hover img {border: 3px solid #ccc;}
	#gallery ul a:hover { color: #f2f2f2; }
