/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#424242;
	font-size:.9em;
	margin:0 0 25px 0;
	line-height: 16px;
	background-color:#211105;
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image:url(images/bg_body.jpg);
}

a { color:#4B1F04;
	text-decoration: none;
	font-weight: bold;
	 }

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:1.8em; }

h2 { font-size:1.4em; }

h3 { font-size:1.2em; }

/* ---- class settings ----------------------- */

.cartlabel { font-weight: bold; }

.shipwidth { width: 450px; }

.products_container {
	position:relative;
	top:0;
	left:0;
	float:left;
	margin:2px;
	width:100px;
	height:125px; 
	padding:10px;
	text-align:center;
	border:2px solid #1d4334; 
	background-color:#eeeeee; 
}

.products_container a, img {
	color:#1b0e05;
}

.products_container:hover {
	background-color:#d2c9a8; 
	border:2px solid #4b1f04; 
}

.bold {
	color:703D12;
	font-weight:bold;
}


.flag {
	color:42425e;
	font-family:"Times New Roman", Times, serif;
	letter-spacing:2px;
	font-weight:bold;
}

.flag a:hover {
	color:42425e;
	font-family:"Times New Roman", Times, serif;
	letter-spacing:2px;
	font-weight:bold;
}

.link {
	font-weight:bold;

}

.borders
{
Border: 3px solid #211105;
Padding: 10pt;
}
.border2 {
	border:solid #211105;
	

}

.thumbnail{
position: right;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -200px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 1px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}


/* ---- layout settings ----------------------- */

#main_container {
	position:relative;
	margin:0 auto;
	width:856px;
	height:auto;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:856px;
	height:104px;
	background-image: url(images/bg_header6.jpg);
}

#header2 {
	position:relative;
	top:0;
	left:0;
	width:856px;
	height:104px;
	background-image: url(images/bg_header.jpg);
}

#cart {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:100px;
	height:auto;

}

#size {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:50px;
	height:auto;

}

.test  {
	position:relative;
	left:10px;
	top:10px;
	height:auto;
	color:#fff;
	background-repeat:repeat-y;
	width:275px;
}

#announce {
background-color:#211105;
color:#faf7e4;
margin: 0px 0 0 20px;
width:260px;
height:auto;
border:none;
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:0;
	left:30px;
	width:805px;
	height:41px;
	float: left;
}

#nav_sub {
	position:absolute;
	top:40px;
	left:285px;
	width:200px;
	height:31px;
}
/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:837px;
	height:auto;
	padding: 0 0px 0 19px;
	background-repeat: repeat-y;
	background-image: url(images/bg_main.jpg);
}

/* ---- start side bar content settings -------------- */

#content_left {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:212px;
	height:auto;
	margin: 0 0 20px 0;
}

/* ---- end side bar content settings ---------------- */

/* ---- start main content settings -------------- */

#content_right {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:507px;
	height:auto;
	padding: 25px 20px 15px 10px;
	background-repeat: no-repeat;
	background-image: url(images/bg_content-main.jpg);
	        background-position: -1px 0px;
}

/* ---- end main content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	color:#FFF;
	clear:both;
	width:856px;
	height:auto;
	background-repeat: no-repeat;
	background-image: url(images/bg_footer.jpg);
}

#footer a {
	color: #fff;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ------ sms style settings ----*/

.submitbutton {
	width: 350px;
}

.cartcontent {
	text-align: center;
	padding: 5px 0;
}

.cartcontent select {
	width: 120px;
}


/* ---- start navigation settings -------------------------- */

 
#nav a {
	position:relative;
	height: 41px;
	float:left;
	cursor:pointer;
	background-repeat: no-repeat;
}

a:hover#nav_01 {
	background-position: 0 -41px;
}

a#nav_01 {
	width:81px;
	background-position:0 0;
	background-image:url(images/nav/nav5.gif);
}
a:hover#nav_02 {
	background-position: -79px -41px;
}

a#nav_02 {
	width:196px;
	background-position:-79px 0;
	background-image:url(images/nav/nav5.gif);
}

a:hover#nav_03 {
	background-position: -275px -41px;
}

a#nav_03 {
	width:64px;
	background-position:-275px 0;
	background-image:url(images/nav/nav5.gif);
}

a:hover#nav_04 {
	background-position: -339px -41px;
}

a#nav_04 {
	width:73px;
	background-position:-339px 0;
	background-image:url(images/nav/nav5.gif);
}

a:hover#nav_05 {
	background-position: -412px -41px;
}

a#nav_05 {
	width:100px;
	background-position:-412px 0;
	background-image:url(images/nav/nav5.gif);
}

a:hover#nav_06 {
	background-position: -512px -41px;
}

a#nav_06 {
	width:119px;
	background-position:-512px 0;
	background-image:url(images/nav/nav5.gif);
}

a:hover#nav_07 {
	background-position: -631px -41px;
}

a#nav_07 {
	width:160px;
	background-position:-631px 0;
	background-image:url(images/nav/nav5.gif);
}

/* ---- start nav drop settings -------------------------- */

#nav_sub a {
	display:block;
	color:#fff;
	padding:5px;
	font-size:14px;
	text-decoration:none;
}

#nav_sub a:hover {
background-color:#8b4c20;
}

#L1, #L2, #L3 {
	position:absolute;
	visibility:hidden;
	height:auto;
	background-color:#4B1F04;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
}

#L1 { width:200px; left:170px; }
#L2 { width:117px; left:26px; }
#L3 { width:250px; left:-175px; }

.show {
	position:absolute !important;
	visibility:visible !important;
}

.hide {
	position:absolute !important;
	visibility:hidden !important;
}

/* ---- hover over images -------------------------- */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

/*----------------------highslide---------------------------*/

.highslide-wrapper div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
	outline: none;
	text-decoration: none;
}
.highslide img {
	border: 2px solid silver;
}
.highslide:hover img {
	border-color: gray;
}

.highslide-active-anchor img, .highslide-active-anchor:hover img {
	border-color: black;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: black black #202020 black;
	background: gray;
}
.highslide-wrapper, .glossy-dark {
	background: #111;
}
.highslide-image-blur {
}
.highslide-caption {
	display: none;
	border-top: none;
	font-size: 1em;
	padding: 5px;
	color: white;
	background: #111;
}
.highslide-heading {
	display: none;
	color: white;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
.highslide-loading {
	display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background-color: black;
	/*
	padding-left: 22px;
	background-image: url(highslide/graphics/loader.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
	*/
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
.highslide-move a {
	cursor: move;
}


/* Controls. See http://www.google.com/search?q=css+sprites */
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(highslide/graphics/controlbar-black-border.gif) 0 -90px no-repeat;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(highslide/graphics/controlbar-black-border.gif) right -90px no-repeat;
}
.highslide-controls li {
	float: left;
	padding: 5px 0;
}
.highslide-controls a {
	background: url(highslide/graphics/controlbar-black-border.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
}

/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
} 






