/* global/template styles */
* {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	background: #88b3d0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
}

a img { border: 0; }

a, a:visited {
	font-weight: bold;
	color: #8f2f3d;
	text-decoration: none;
}

a:hover {
	color: #000;
}

#container {
	width: 100%;
	min-width: 900px;
	min-height: 800px;
	background: #fff url(../images/template/bg.png) top left repeat-x;
}

#left {
	position: absolute;
	top: 0;
	left: 0;
	width: 145px;
	height: 800px;
}

#ad {
	padding: 0px 20px 0px 10px;
}

#header {
	margin: 0px 0px 0px 150px;
}

#header #quicksearch {
	height: 48px;
	padding: 5px 0px 0px 0px;
	background: url(../images/template/tier1_bg.png) center right no-repeat;
}

#header #nav {
	height: 25px;
	padding: 3px 0px 0px 0px;
	background: url(../images/template/tier2_bg.png) top right no-repeat;
}

#header #nav a {
	font-size: 1.2em;
}

#header #nav li.menu {
	display: inline;
	margin-right: 25px;
}

#header #nav li.menu ul.subMenu {
	position: absolute;
	display: none;
	list-style-type: none;
	padding-top: 3px;
	background-color: #fcf6d5;
	border-left: 1px dashed #88b3d0;
	border-bottom: 1px dashed #88b3d0;
	border-right: 1px dashed #88b3d0;
}

#header #nav li.menu ul.subMenu li {
	padding: 4px 8px 4px 8px;
}

#header #nav li.menu ul.subMenu li a {
	display: block;
	font-size: 1em;
}

#header #nav li#recipes:hover > ul#recipesMenu {
	display: block;
	top: 74px;
	left: 228px;
}

#header #nav li#ingredients:hover > ul#ingredientsMenu {
	display: block;
	top: 74px;
	left: 321px;
}

#header #title {
	margin: 8px 0px 8px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #000;
}

#header #title #login {
	float: right;
	width: 350px;
	padding-right: 10px;
	text-align: right;
}

#header #title h1 {
	font-weight: bold;
	font-size: 1.2em;
}

#main {
	margin: 0px 0px 0px 145px;
	padding: 5px;
}

.clear {
	clear: both;
}

#footer {
	height: 60px;
	padding: 12px 0px 0px 0px;
	text-align: center;
	background: url(../images/template/footer_bg.png) top left repeat-x;
}

#footer #copyright {
	margin: 12px 0px 0px 0px;
}
