@charset "UTF-8";
/*
 * Author: DaR|uS
 * Web: www.softpixel.ro
 * Project: OAMRMM 
 * (c) copyright 2009
 */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: normal;
	background: #f1f1f1;
}

.clear {
	clear: both;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

#main {
	margin: 0 auto;
	margin-top: 30px;
	width: 960px;
}

#header {
	height: 190px;
	background: url(img/header.jpg) no-repeat center top;
	text-indent: -99999px;
}

#menuTop {
	position: absolute;
	margin: 0 0 0 380px;
	padding: 0;
	line-height: 29px;
	list-style: none;
}

#menuTop li {
	display: block;
	float: left;
	margin-right: 2px;
	padding-right: 10px;
	background: #fabec6 url(img/corner_right.jpg) no-repeat right top;
}

#menuTop li a {
	display: block;
	padding-left: 10px;
	background: url(img/corner_left.jpg) no-repeat left top;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#menuTop li a:hover {
	color: #666;
}

#menuLeft {
	float: left;
	width: 225px;
	margin: 20px 0 0 5px;
}

#menuLeft ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menuLeft ul li {
	line-height: 30px;
	background: url(img/under_line.gif) no-repeat bottom;
	display: block;
}

#menuLeft ul li a {
	text-decoration: none;
	padding-left: 10px;
	background: url(img/bullet.gif) no-repeat 2px 5px;
	color: #000;
	font-weight: bold;
}

#menuLeft ul li a:hover {
	color: #666;
}

#content {
	width: 696px;
	float: right;
	margin: 20px 0 0 0;
	background: #FFF;
}

#content h1 {
	font-size: 18px;
	margin: 0 0 10px 0;
}

#content h2 {
	font-size: 12px;
	margin: 0 0 10px 0;
}

#content a {
	color: #666666;
	text-decoration: none;
}

#content a:hover {
	color: #000;
}

#content p {
	margin: 0 0 15px 0;
}

#cornerTop {
	background: url(img/content_top.gif) no-repeat left top;
	padding-top: 11px;
}

#cornerBottom {
	background: url(img/content_bottom.gif) no-repeat left bottom;
	padding-bottom: 11px;
}

#contentBase {
	background: #FFF url(img/content_middle.gif) repeat-y left;
	padding: 5px 20px;
}

#footer {
	padding: 20px;
	color: #999;
	font-size: 10px;
	text-align: right;
}