/*
Design by Satori
http://www.designbysatori.com
Claudiu Geanta
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url('images/bkg.png') repeat-x;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #5b564a;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #FFF;
}

h1 {
	font-size: 130%;
}

h2 {
	font-size: 110%;
}

h3 {
	font-size: 110%;
	font-weight: bold;
}

p, ol, ul {
	line-height: 180%;
}

p {
}

ol {
}

ul {
}

img.noborder { 
	decoration: none;
	border-bottom: 0px none;
	}


blockquote {
	margin: 0;
	padding-left: 20px;
	border-left: 10px solid #617281;
	color: #000;
	border: 1px solid #adad8e;
	padding: 10px;
	background: url('images/b_quote.png');
	text-align: center;
}

blockquote * {
	line-height: normal;
}


a {
	color: #FFF;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 900px;
	height: 120px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	padding-top: 20px;
	background: url('images/logo.png') no-repeat left bottom;
}

#logo h1, #logo h2, #logo h3, #content h1, #content h2, #content h3 {
	margin: 0;
	padding-left: 80px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	color: #FFF;
	
	
	
}

#logo h1 {
	font-weight: bold;
	font-size: 130%;
	
	
}

#logo h2 {
	font-size: 92%;
	font-weight: normal;
		}
		
#logo h3 {
	font-size: 80%;
	font-weight: normal;
	

		}




#logo a {
	text-decoration: none;
}

/* Top Menu */

#topmenu {
	float: right;
	font-size: .9em;
}

#topmenu ul {
	margin: 0;
	padding: 32px 0 0 0;
	list-style: none;
	line-height: normal;
}

#topmenu li {
	display: inline;
}

#topmenu a {
	padding: 0 20px;
	border-left: 1px dotted #FFF;
	text-decoration: none;
	color: #FFF;
}

#topmenu a:hover {
	color: #000;
	text-decoration: underline;
	
}


/* Header 2 */

#header2 {
	clear: both;
	width: 900px;
	height: 270px;
	margin: 0 auto;
}


/* Menu */

#menu {
	float: left;
	width: 275px;
	height: 270px;
	background: transparent url('images/menu.png');
}

#menu ul {
	margin-left: 30px;margin-top:30px;
	padding: 0;
	list-style: none;
	line-height: normal;
	
}

#menu li {
	display: inline;
	
	
}

#menu a {
	display: block;
	background: url('images/check_on.png') no-repeat;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	color: #FFF; padding:0; 
	font: bold 15px/2.8em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	padding-left:40px;
	
}

#menu a:hover {
	text-decoration: none;
	color: #000;
	background: url('images/check.png') no-repeat;
	padding-left:40px;
}

/* Splash */

#splash {
	float: right;
	width: 625px;
	height: 270px;
}


/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding: 0;
}

#page1 {
	clear:both;
	float: right;
	width: 870px;
	padding: 0;
	margin: 5px 12px 10px 0px;
	border: 5px solid #FFF;
	background:#FFF;

}

#page1 a img {border:0px none; }

#page1 p
	{margin: 10px;}	

#page1 a {
	color: #617281;
	text-decoration: none;
	font-size:11px;
	
	
}

#page1 a:hover {
	color: #5e0000;
	border-bottom: 1px solid #5e0000;

}



/* Content */

#content {
	float: right;
	width: 600px;
	padding: 0;
	margin: 5px 12px 10px 0px;
	border: 5px solid #FFF;
	background:#FFF;

}

#content h1, #page1 h1	{
	background: #5E0000;
	padding: 10px;
}

#content h2, #content h3, #page1 h2, #page1 h3	{
	padding: 0px;
	color: #747e25;
	border-bottom: 1px dotted #747e25;
	font-size: 120%;
}

#content h3 { 
	color: #617281;
	border-bottom: 1px dotted #617281;
}

#content p	{font-size: .89em}

#content ul {
	margin-left: 10px;
	padding-left: 0;
	list-style: none;
}

#content ul li {
	padding-left: 35px;
	background: url('images/bullet.jpg') no-repeat 0 8px;
	font-size: .89em
}

#content ol {
	margin-left: 0;
	padding-left: 0;
	list-style: lower-alpha inside;
}

#content a {
	color: #617281;
	text-decoration: none;
	font-size:11px;
	
	
}

#content a:hover {
	color: #5e0000;
	border-bottom: 1px solid #5e0000;

}
#content img
		{border: 1px solid #bdbda2;}

#content td img 
{		border: 0px solid #FFF;}


.title {
	padding-top: 3px;
}

.content {
	padding: 20px;
	background: transparent;
}

.twocols {
}

.twocols .col1 {
	float: left;
	width: 220px;
}

.twocols .col2 {
	float: right;
	width: 220px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 250px;
	margin: 5px 0 10px 10px;
	border: 5px solid #FFF;
	background: #5e0000;
	color: #fff;
}

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

#sidebar li {
	margin-bottom: 10px;
	background: transparent;
}

#sidebar li ul {
	padding: 10px 20px;
	font-size: 92%;
	
}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
	background: none;

}

#sidebar h1, #sidebar h2 {
	margin: 0px 10px 0 10px;
	font-size: 1.3em;
	font-weight: bold;
	color: #FFF;
	padding-top: 10px;
	border-bottom: 1px dotted #FFF;
	font-family: "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
}



#sidebar h3 {
	margin: 0;
}

#sidebar p {
	margin: 0;
	line-height: normal;
}

#sidebar a {
	text-decoration: underline;
}

#sidebar a:hover {
	text-decoration: none;
}

#sidebar .first {
	border: none;
}

/* Footer */

#footer-wrapper {
	height: 100px;
	padding: 20px 0;
	background: #617281;
	border-top: 5px solid #747e25;
}

#footer {
	width: 890px;
	margin: 0 auto;
	font-size: .89em;
}

#footer p {
	margin: 0;
	line-height: normal;
	color: #FFF;
}

#footer a {
	color: #FFF;
	text-decoration: none;
	
}

#footer a:hover {
	color: #000;
	border-bottom: 1px dotted #000;
}


#legal {
	float: left;
	padding-left:0px; padding-right:0; padding-top:10px; padding-bottom:10px
}

#links {
	float: right;
	padding: 10px 0 0 0;
}