/*
Theme Name: Cafe Shoon
*/



* {
	margin: 0;
	padding: 0;
	border: none;
	text-decoration: none;
}

body {
	background: url(images/bg-grad.jpg) repeat-x #db6084;
}

dl, ol, ul {
	list-style: none;
}

#container {
	background: url(images/bg-image.png) no-repeat;
	background-position: 0px 0px 0px 50px;
	margin: 0 auto;
	width: 960px;
	position: relative;
}

#containerMain {
	width: 960px;
	padding-top: 180px;
}

#header {
	position: absolute;
	top: 0;
	z-index: 10;
	width: 960px;
}

#header > img {
	float: left;
}

/* start navigation */

#header > ul {
	float: right;
	margin: 120px 40px 0px 0px;
}

#header > ul > li {
	float: left;
	height: 25px;
	padding-left: 5px;
}

#header > ul > li:hover {
	background: url(images/button-start.png) left no-repeat;
}

#header > ul > li > a {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	color: #FFF;
	line-height: 25px;
	padding: 0px 15px 0px 10px;
	font-weight: bold;
	display: block;
	-moz-outline:none;
}

#header > ul > li:hover > a {
	background: url(images/button.png) right no-repeat;
	-moz-outline:none;

}

/* end navigation */

.showcase {
	margin:0 auto;
	height:224px;
	width:864px;
	overflow: hidden; 
	position: relative;
}

.showcase > img {
	position: absolute;
	top: 0;
	left: 0;
}

.showcase > div {
	height: 224px;
	width:864px;
	overflow: hidden;
	margin: 7px 0px 0px 4px;
}

.showcase > div img {
	border-right: 8px solid #943a52;
	margin-left: -4px;
}

#contentContainer {
	width:865px;
	margin:0 auto;
	margin-top:20px;
}

#contentContainer>div {
	background:url(images/content-background.png)
}

h1 {
	font-family:"Courier New", Courier, monospace;
	font-size:20px;
	color:#FFF;
	padding:0px 20px 0px 20px;
}

p {
	font-family:"Courier New", Courier, monospace;
	font-size:16px;
	color:#FFF;
	padding:10px 20px 10px 20px;
}

ul, li {
	font-family:"Courier New", Courier, monospace;
	font-size:16px;
	color:#FFF;
        padding-left:20px;
	
}

.footer, .footer a, .footer a:hover {
	margin-top:10px;
	font-family:"Courier New", Courier, monospace;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	font-size:12px;
	-moz-outline:none;
}
