* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Verdana;
	font-size: 1em;
	line-height: 130%;
	background-color: black;
	background-image: url('images/background.png');
	background-repeat: repeat-x;
}
#center {
	width: 740px;
	margin: auto;
	position: relative;
	margin-top: 25px;
	margin-bottom: 30px;
	padding-bottom: 30px;
}


#header {
	border: 10px solid white;
	height: 270px;
}
#header h1 {
	position: relative;
	top: 40px;
	left: 50px;
	font-style: italic;
	font-size: 220%;
	color: white;
	font-weight: normal;
}
#mySlideshow
{
	width: 500px;
	height: 270px;
	z-index: 5;
}


/* MENU --------------------------------------------------------------------------------------------*/
#menu {
	border: 10px solid white;
	position: absolute;
	background-color: #b9a992;
	background-image: url('images/menu.gif');
	background-repeat: no-repeat;
	background-position: 0 -8px;
	top: 0px;
	right: 0px;
	bottom: 30px;
	font-size: 90%;
	width: 210px;
	margin: 0;
	padding-top: 10px;
	list-style: none;
}

#menu li {
	position: relative;
}

#menu li a {
	margin: 15px 15px 0 15px;
	display: block;
	text-decoration: none;
	color: black;
	font-weight: bold;
	line-height: 15px;
	height: 15px;
	padding: 0;
	border-bottom: 1px solid black;
}

#menu li a:hover {
	color: #555555;
	border-bottom: 1px solid #555555;
}

#menu li span.expand {
	font-size: 100%;
	position: absolute;
	bottom: 5px;
	right: 5px;
}

/* --- SUBMENU --- */
#menu li ul {
	position: absolute;
	left: 149px;
	top: 0;
	display: none;
}

#menu li:hover > ul {
	display: block;
}

#menu li li a {
	padding: 2px 5px;
}

#menu li li span.expand {
	font-size: 100%;
	position: absolute;
	bottom: 4px;
	right: 5px;
}

/* Fix IE. Hide from IE Mac \*/
* html #menu li { float:  left; }
* html #menu li a { height:  1%; }
* html #menu li.over ul.over { display:  block; }
/* End */

#menu a:hover {
	border-bottom: 0px solid black;
	font-weight: bold;
	color: #555555;
}



/* CONTENT-----------------------------------------------------------------------------------------------*/
#content {
	width: 500px;
	min-height: 240px;
	border-left: 10px solid white;
	border-bottom: 10px solid white;
	height: 100%;
	background-color: #142b45;
	color: white;
	padding-top: 70px;
}
#content div.content {
	font-size: 90%;
	padding: 20px 30px 20px 30px;
}
#content div.content h2 {
	display: inline;
	font-size: 110%;
	font-weight: bold;
	margin-right: 0px;
}
#content div.content h2+p { display: inline; }



/* PRODUCTS-----------------------------------------------------------------------------------------------*/
#content div.products {
	font-size: 90%;
	padding: 20px 30px 20px 30px;
}
#content div.products div {
	margin-left: 20px;
}
#content div.products h2 {
	display: inline;
	font-size: 110%;
	font-weight: bold;
}
#content div.products a {
	font-size: 90%;
}






/* FORM-----------------------------------------------------------------------------------------------*/
#content form {
	margin: 10px;
}
form div.input {
	width: 300px;
	font-size: 90%;
	clear: left;
	margin: 0;
	padding: 3px 0 4px 155px; /*width of left column containing the label elements*/
	height: 1%;
}

form label.label {
	font-weight: bold;
	float: left;
	margin-left: -155px; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

form input[type="text"] { /*width of text boxes. IE6 does not understand this attribute*/
	width: 180px;
}

form textarea {
	width: 300px;
	height: 150px;
}

form input[type="submit"], form input[type="button"] {
	width: 200px;
	font-size: 110%;
}

* html .threepxfix {
	margin-left: 3px;
}



/* FOOTER-----------------------------------------------------------------------------------------------*/
#footer {
	background-image: url('images/footer.jpg');
	background-repeat: no-repeat;
	color: #999999;
	font-weight: bold;
	font-size: 70%;
	padding-top: 7px;
	text-align: center;
}



/* BOTTOM LEFT MENU PICTURE-----------------------------------------------------------------------------------------------*/
#bottom_left_img {
	position: absolute;
	bottom: 36px;
	right: 10px;
}



/* ERROR-----------------------------------------------------------------------------------------------*/
div.error {
	padding: 10px;
	border: 1px solid red;
}



/* LINKS-----------------------------------------------------------------------------------------------*/
a {
	color: white;
}



/* SHOPCART-----------------------------------------------------------------------------------------------*/
#content div.shopcart {
	padding: 25px;
	font-size: 90%;
	min-height: 300px;
}
#content div.shopcart h2 {
	font-size: 110%;
	font-weight: bold;
}


/* POPUP-----------------------------------------------------------------------------------------------*/
#blanket {
	background-color: #111;
	opacity: 0.75;
	filter:alpha(opacity=75);
	position: absolute;
	z-index: 9001;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
div.popUpDiv {
	position: absolute;
	padding: 30px;
	padding-bottom: 20px;
	font-size: 80%;
	color: black;
	width: 420px;
	background-color: #eeeeee;
	z-index: 9002;
}
div.popUpDiv a.close {
	background-color: #bbbbbb;
	color: black;
	padding: 5px;
	position: absolute;
	top: 0;
	right: 0;
}
div.popUpDiv h3 {
	font-size: 110%;
	display: inline;
}
div.popUpDiv div.order {
	text-align: center;
	border-top: 1px solid black;
	padding-top: 20px;
}
div.popUpDiv div.order input[type=button]{
	width: 25px;
}
