/******************************************************************************************************************************************************/
/*General*/
/******************************************************************************************************************************************************/

body {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
	line-height: 1.4;
	background-color: #ffffff;
	background-image:  url('images/background.gif');
	background-repeat: no-repeat;
	background-position: bottom;
}

/******************************************************************************************************************************************************/
/*Header*/
/******************************************************************************************************************************************************/


#header {
	margin: 0 auto;
	width:  820px;
	background-color: #ffffff;
}

#headerimage {
	clear: both;
	margin: 0 auto;
	padding: 10px 10px 10px 10px;
	width: 780px;
	height: 150px;
	border: 10px solid #333333;
}

/******************************************************************************************************************************************************/
/*Logo*/
/******************************************************************************************************************************************************/


#logo {
	width: 250px;
	height: 140px;
	float: left;
}

#logo h1 {
	display: none;
}

/******************************************************************************************************************************************************/
/*Containers*/
/******************************************************************************************************************************************************/


#container {
	margin: 0 auto;
	padding: 10px;
	width: 780px;
	background-color: #ffffff;
}

#containerleft {
	width: 380px;
	float: left;
}

#containerright {
	width: 380px;
	float: right;
}

/******************************************************************************************************************************************************/
/*Email*/
/******************************************************************************************************************************************************/

#email {
	margin-bottom: 10px;
	text-align: right;
	height: 80px;
}

#email img {
	text-decoration: none;
	border: none;
}

#email a {
	text-decoration: none;
	}

/******************************************************************************************************************************************************/
/*Menus*/
/******************************************************************************************************************************************************/


#menu {
	width: 820px;
	height: 50px;
	margin: 0;
	text-align: center;
}

#menu h2 {
	display: none;
}

#menu ul {
	float: right;
	margin: 0;
	padding: 20px 0 0 0;
	list-style: none;
	border-left: 1px solid #ffffff;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 22px;
	padding: 8px 20px 0 20px;
	text-transform: none;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	color: #333333;
	border-left: 1px solid #ffffff;
}


#menu a:hover {
	background-color: #333333;
	color: #ed197a;
}

#menu .active a {
	background-color: #333333;
	color: #ed197a;
}


/******************************************************************************************************************************************************/
/*Sidebar*/
/******************************************************************************************************************************************************/


#sidebar {
	clear: both;
	margin: 0 auto;
	width: 800px;
	background: #333333;
	color: #CCCCCC;
	padding: 0 10px 0 10px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	list-style-type: square;
	display: block;
	float: left;
	width: 180px;
	padding: 10px 10px 10px 10px;
}

#sidebar li ul {
	line-height: 2;
}

#sidebar li li {
	display: list-item;
	float: none;
	width: auto;
	padding: 0 0 0 10px;
}

#sidebar h2 {
	margin: 0 0 0 0;
	color: #FFFFFF;
}

#sidebar a {
	text-decoration: none;
	color: #ed197a;
}

#sidebar a:hover {
	color: #ffffff;
}

/******************************************************************************************************************************************************/
/*Footer*/
/******************************************************************************************************************************************************/


#footer {
	width: 820px;
	height: 50px;
	margin: 0 auto;
	background: #999999;
	font-size: 11px;
	color: #ffffff;
}

#footer p {
	margin: 0;
	padding: 13px 20px 15px 20px;
}


#legal {
	float: left;
}

#links {
	float: right;
}

/******************************************************************************************************************************************************/
/*General Links*/
/******************************************************************************************************************************************************/


a {
	color: #ed197a;
	text-decoration: none;
}

a:hover {
	color: #333333;
}

/******************************************************************************************************************************************************/
/*Typography*/
/******************************************************************************************************************************************************/


h1, h2, h3, h4 {
 color: #ed197a;
 }
 
/******************************************************************************************************************************************************/
/*Bockquotes*/
/******************************************************************************************************************************************************/

 
blockquote {
	background: url(images/quote.jpg) no-repeat left top;
	font-style: italic;
	margin: 0 0 0 170px;
	padding: 0px 10px 0px 30px;
	font-size: 18px;
	color: #3D3D3D;
	width: 380px;
}

/******************************************************************************************************************************************************/
/*Lists*/
/******************************************************************************************************************************************************/


li {
	list-style-type: square;
}