/*
color:#5b6f73; dark green
color:#bdbb9b; light brown
color:#362a1f; dark brown
color:#941B1B; red*/
body {
color:#fff;
}

html, body, #wrap {
	height: 100%;
	min-height:750px;
	min-width:600px;
	overflow:hidden;
	}
	
body #wrap {
	height: auto;
	min-height: 100%;
	background:#0e323e; 
	font-family: "American Typewriter", "Courier New", Courier, monospace;
	text-shadow: 0 0 0 #000;
}
a:hover {
color:#362a1f;
}
a {
color:#941B1B;
}


/*-------------------------------------------------------------------------------------------------MAIN*/
#wrap {
width:100%;
height:100%;

}
/*-------------------------------------------------------------------------LEFT*/
#left {
float:left;
width:250px;

}

/*-----------------------------------------NAVIGATION*/
ul#mainNav {
float:left;
	width:125px;
	position:relative;
	list-style-type:none;
	padding: 50px 0 0 50px;
	}
ul#mainNav li {
border-bottom:2px dotted #fff;
	height:auto !important;
	margin:0 2px;
}
ul#mainNav li a {
	color:#fff;
	font-family: "American Typewriter", "Courier New", Courier, monospace;
	font-size:1.4em;
	height:auto !important;
	line-height:27px;
	text-decoration:none;
}
ul#mainNav li a:hover {
	color:#3e8d9e;
}
ul#mainNav li a.selected {
	color:#5b6f73;
}
h1 a#logo{
float:left;
	background:transparent url(../i/logo.gif) no-repeat scroll left top;
	display:block;
	height:96px;
	text-indent:-9999px;
	width:202px;	
	margin: 50px 0 0 50px;
}
/*----------------------------------------------------------- GIRL BG*/


}
div.image{
position:absolute;
bottom:0px;
width:1020px;
height:80%;
}

#resize {
height:90%;
position:absolute;
bottom:0px;
right:0px;


}
#resize img {
position:absolute;
bottom:0px;
right:0px;
height:100%;
min-height:500px;
max-height:1000px;		/*Max needed? Pixelization problems? */
min-width:225px;
}
/*-------------------------------------------------------------------------------------------------FOOTER*/

#footer {
	clear:both;
	width:100%;
	height:183px;
	position: relative;
	margin-top: -355px; /* negative value of footer height */
	height: 355px;
	background: url(../I/footer.png) repeat-x;
}
ul#productImages {
margin:0 auto;
width:850px;

}
ul#productImages li {
	float:left;
	padding:0 10px;
}
ul#productImages {
	position:relative;
	list-style-type:none;
	padding:0;
}
ul#productImages li {
	height:auto !important;
}

ul#productImages li a:hover, ul#productImages li a.selected {
	color:#6c919d;
}

h3{
font-size:1em;
width:200px;
margin:0 auto;
position:relative;
top:200px;
left:43px;
font-family: "American Typewriter", "Courier New", Courier, monospace;
}

.clear {
	clear:both;
}
/*-----------------------------------------SAFARI/CHROME HACK*/

@media screen and (-webkit-min-device-pixel-ratio:0){
body{font-size:120%;}
}