@charset "ISO-8859-1";
@import url("../js/lytebox/lytebox.css");


/*
 * Author:	{AUTHOR}
 * Date: 	{DATE}
 */


/**************************************************************
	DEFAULT
 **************************************************************/
* {
	margin:				0;
	padding:			0;
}

body {
	margin:				0;
	font-family:			sans-serif;
}

body, th, td, pre {
	font-size:			14px;
}

#container {
	margin:				1em;
}

h1 { font-size:2.00em; line-height:1.5em; }
h2 { font-size:1.75em; line-height:1.5em; }
h3 { font-size:1.50em; line-height:1.5em; }
h4 { font-size:1.25em; line-height:1.5em; }
h5 { font-size:1.10em; line-height:1.5em; }
h6 { font-size:1.00em; line-height:1.5em; }

p {
	margin:				1em 0em;
}

ul, ol {
	margin:				1em 0em 1em 2em;
}

ul ul, ol ol {
	margin-top:			0em;
	margin-bottom:			0em;
}

li {
	line-height:			1.3em;
}

acronym {
	cursor:				help;
	border-bottom-style:		dotted;
	border-bottom-width:		1px;
}

img {
	border:				0;
}

img.imgleft {
	margin-right:			.7em;
}

img.imgright {
	margin-left:			.7em;
}

div.advcontent {
	margin:				.2em 0em;
	float:				left;
	width:				100%;
}

div.advcontent-end {
	clear:				left;
}

div#bodyend {
	clear:				both;
}

div.browser-note {
	margin:				0px;
	height:				31px;
	font-family:			sans-serif;
	font-size:			12px;
	font-weight:			bold;
}

div.browser-note table {
	margin:				0px;
	width:				100%;
	position:			fixed;
	z-index:			100;
	top:				0px;
	border-collapse:		collapse;
	border-spacing:			0;
	border-bottom:			solid 1px #000;
	color:				#000;
	text-align:			center;
	background-color:		#ff9;
}

div.browser-note table td {
	margin:				0px;
	font-family:			sans-serif;
	font-size:			12px;
	font-weight:			bold;
	text-align:			center;
	padding:			4px 15px;
	height:				22px;
}

div#oldbrowserwarning table {
	background:			#f99 url("../cms/images/warning.gif") no-repeat 10px 50%;
}

div#oldbrowserwarning table td {
	padding-left:			37px;
	text-align:			left;
}

div#oldbrowserwarning a {
	color:				#fff;
}

div#youfoundusnote table {
	text-align:			center;
	background-color:		#ff9;
}

div#youfoundusnote i {
	color:				#00f;
}

div#youfoundusnote a {
	color:				#c00;
}


/**************************************************************
	GALLERY DEFAULT
 **************************************************************/
div.gallery {
	margin:				.2em 0em;
	float:				left;
	width:				100%;
}

div.gallery div.thumbnail {
	float:				left; 
	padding:			0px;
}

div.gallery div.thumbnail a {
	border:				solid 1px gray;
	display:			block;
	margin:				0;
	padding:			0;
}

div.gallery div.thumbnail a img {
	border:				none;
	margin:				0;
	padding:			0;
}

div.gallery div.thumbnail p.desc {
	text-align:			center;
	font-family:			sans-serif;
	font-size:			.8em;
	line-height:			1em;
	padding:			2px;
	margin:				0;
	background-color:		#ccc;
	border-left:			solid 1px gray;
	border-right:			solid 1px gray;
	border-bottom:			solid 1px gray;
}
/**************************************************************
	GENERAL
 **************************************************************/
body {
	background:			url("../files/Design/BG.png");
}

a:hover {
	text-decoration:		none;
	color:				#e05714;
}

hr.content-divider {
	display:			none;
}

#container {
	width:				960px;
	margin:				1em auto 0;
}

#body {
	font-family:			Arial;
	color:				#555;
	background-image:		url("../files/Design/body.png");
	background-repeat:		repeat-y;	
}

#bodyend {
	clear:				both;
	height:				25px;
	background:			none transparent;
}

/**************************************************************
	HEADER
 **************************************************************/
#header {
	height:				160px;
	background-image:		url("../files/Design/header.png");
	background-repeat:		no-repeat;
	background-position:		0 100%;
}

#header h1 {
	display:			none;
}

/**************************************************************
	NAVIGATION
 **************************************************************/
#navigation {
	float:				left;
	width:				260px;
	margin-top:			5px;
	margin-left:			22px;
	text-align:			left;
}

#navigation h2 {
	display:			none;
}

#navigation li {
	list-style-type:		none;
	margin-left:			0;
	padding-left:			5px;
	font-weight:			bold;
}

#navigation li.group {
	margin-top:			1.0em;
	/*background-image:		url("../files/Design/navgrou.png");
	background-repeat:		no-repeat;*/
	padding-top:			1px;
}

#navigation li.group a {
	color:				#e05714;
	text-align:			left;
	text-decoration:		none;
}


#navigation li.group a:hover {
	text-decoration:		none;
	text-align:			left;
}


#navigation li.group li.link {
	margin-left:			-1em;
	margin-top:			0.2em;
	text-align:			left;
}



#navigation li.link a {
	margin:				0 0 5px 0;
	line-height:			1.5em;
	display:			block;
	cursor:				pointer;
	font-weight:			normal;
	text-align:			left;
	text-decoration:		none;
}

#navigation li.link a:hover {
	color:				#959595;
	font-weight:			normal;
	text-align:			left;
}

#navigation li.link a.active {
	color:				#000000;
	font-weight:			normal;
	text-align:			left;
}

/**************************************************************
	CONTENT
 **************************************************************/
div.advcontent {
	font-family:			Verdana;
	float:				left;
	margin-left:			1em;
	margin-top:			0em;
	width:				50%;
	text-align:			left;
	line-height:			1.6em;
}

#content h2 {
	color:				#555555;
	font-size:			1.5em;
	padding:			0.8em;
	margin-bottom:			1em;
	/*display:			none;*/
}

/**************************************************************
	FOOTER
 **************************************************************/
#footer {
	
	clear:				both;
	height:				85px;
	background-image:		url("../files/Design/footer.png");
	width:				960px;
	background-repeat:		no-repeat;
}

#footer p {
	margin:				0;
	padding-top:			20px;
	text-align:			center;
	line-height:			22px;
	color:				grey;
	font-size:			0.9em;
	text-decoration:		none;
}

#footer a {
	color: 				#000000;
}