/* ------------------------------- */
/* -- CSS By Prezenz			-- */
/* -- http://www.prezenz.com	-- */
/* -- Copyright 2010			-- */
/* ------------------------------- */

/* ------------------------------- */
/* -- STRUCTURE					-- */
/* ------------------------------- */

* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

html {
	height:100%;
}

body {
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	height:100%;
	font-size:12px;
	background-color:#FFF;
	color:#999;
}

/* ------------------------------- */
/* -- WEBSITE					-- */
/* ------------------------------- */

div#page {
	margin:0 auto 0 auto;
	position: relative;
	text-align: left;
	width:auto;
}

/* ------------------------------- */
/* -- COMMUN					-- */
/* ------------------------------- */

a { 
	color:#BF8056;
	text-decoration:none;
	outline:none;
}

a:hover, .active {
	color:#333;
}

h1 {
	color:#BBB;
	font-size:18px;
	margin-bottom:10px;
	border-left:2px solid #BF8056;
	padding: 0px 10px;
	text-transform: uppercase
}

h2 {
	color:#BBB;
	font-size:14px;
	font-weight: normal;
	margin-bottom:5px;
	border-left:2px solid #BF8056;
	padding: 0px 10px;
	text-transform: uppercase
}

hr {
	color:#FFF;
	background-color:#FFF;
	border:0px;
	border-top:1px dotted #CCC;
	margin:5px 0 10px 0;
}

.image-alignleft {
	float:left;
	margin-right:5px;
	margin-bottom: 5px;
}

.image-alignright {
	float:right;
	margin-left:5px;
	margin-bottom: 5px;
}

/* ------------------------------- */
/* -- FORM						-- */
/* ------------------------------- */

input, select, textarea {
	border:1px solid #EEE;
	padding: 2px;
	margin-bottom: 3px;
}

.button div {
	display:none;
	width:auto;
}

	.button-left {
		background-image:url(../images/buttonleft1.jpg);
		color:#FFFFFF;
		background-position:left top;
		background-repeat:no-repeat;
		padding:7px 15px;
		height:19px;
		line-height:19px;
		width:2px;
	    display:block;
	    float:left;
	}
	
	.blue .button-left {
		background-image:url(../images/buttonleft2.jpg);
	}
	
	.button-right {
		background-image:url(../images/buttonright.jpg);
		color:#FFFFFF;
		background-position:right top;
		background-repeat:no-repeat;
		padding:7px 1px;
		height:19px;
		line-height:19px;
		width:7px;
	    display:block;
	    float:left;
	}
	
	.button-middle {
		background-image:url(../images/buttonmed.jpg);
		color:#950002;
		background-position:left top;
		background-repeat:repeat-x;
		padding:7px;
		height:19px;
		line-height:19px;
		text-transform:none;
	    display:block;
	    float:left;
	}
	
	a:hover .button-left {
		background-position:left bottom;
		color:#000;
	}
	
	a:hover .button-right {
		background-position:right bottom;
		color:#000;
	}
	
	a:hover .button-middle {
		background-position:left bottom;
		color:#000;
	}
	
.button-plus {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	float: right
}

/* ------------------------------- */
/* -- HEADER					-- */
/* ------------------------------- */

div#header {
	clear:both;
	height:114px;
	position: relative;
}

	/* ------------------------------- */
	/* -- HEADER - TOPMENU			-- */
	/* ------------------------------- */
	
	div#header div#topmenu {
		float: right;
		padding-top: 50px;
		display: none
	}
	
	div#header div#topmenu ul {
		list-style: none
	}
	
	div#header div#topmenu ul li {
		display:inline;
	}
	
	div#header div#topmenu ul li a {
		display:block;
		float:left;
		text-transform: uppercase;
		font-size: 10px;
		padding: 0px 10px;
		border-left:2px solid #666;
		color:#666;
	}
	
	div#header div#topmenu ul li a:hover, div#header div#topmenu ul li .active {
		color:#FFF;
		border-left:2px solid #BF8056;
	}
	
	/* ------------------------------- */
	/* -- HEADER - LOGO				-- */
	/* ------------------------------- */
	
	div#header div#logo {
		padding-top:10px;
		display:none
	}
	
	div#header div#logoprint {
		display:block
	}

/* ------------------------------- */
/* -- MENU						-- */
/* ------------------------------- */

div#menu {
	height:39px;
	display: none
}

div#menu ul li {
	display: inline;
	margin:0px;
}

div#menu ul li a {
	display:block;
	float: left;
	font-size: 15px;
	text-transform: uppercase;
	padding:0px 23px;
	margin:10px 0px;
	text-align:center;
	height:17px;
	color:#999;
	border-left:2px solid #000;
}

div#menu a:hover, div#menu .active {
	color:#000;
	border-left:2px solid #BF8056;
}

/* ------------------------------- */
/* -- FLASH						-- */
/* ------------------------------- */

div#flash {
	clear:both;
	height:160px;
	position: relative;
	display: none
}

/* ------------------------------- */
/* -- MAIN						-- */
/* ------------------------------- */

div#main {
	clear:both;
	position:relative;
}
	
	/* ------------------------------- */
	/* -- MAIN - CONTENT			-- */
	/* ------------------------------- */
	
	div#main div#breadcrumb {
		clear:both;
		background-image:url(../images/top2.gif);
		background-repeat: no-repeat;
		background-position: top left;
		height:11px;
		font-size: 10px;
		padding: 5px 10px 0px 190px;
		text-transform: uppercase;
		display: none
	}
	
	div#main div#content {
		clear:both;
		display: table;
	}
	
	/* -------------------- left */
	
	div#main div#content div#left {
		display:table-cell;
		float:left;
		width:160px;
		padding:10px;
		display: none
	}
	
	div#left ul {
		list-style:none;
	}
	
	div#left ul li {
		list-style:none;
	}
	
	div#left ul li a {
		display:block;
		padding: 0px 10px;
		margin-bottom:5px;
		border-left:2px solid #BF8056;
		color:#666;
	}
	
	div#left ul li a:hover, div#left ul li .active {
		border-left:2px solid #BF8056;
		color:#BF8056;
	}

	/* -------------------- center */
	
	div#main div#content div#center {
		display:table-cell;
		float:left;
		width:auto;
		padding:10px;
	}
	
	div#center ul {
		margin-left:20px;
	}
	
	div#center blockquote {
		padding: 10px;
		width:auto;
		font-style: italic;
		background: #EEE;
	}
	
	/* -------------------- right */
	
	div#main div#content div#right {
		display:table-cell;
		float:left;
		width:235px;
		color: #FFF;
		display: none
	}
	
	div#right h2 {
		color:#FFF;
	}
	
	div#right .youtube {
		background: #333;
		padding: 10px;
	}
	
	div#right .youtube h2 {
		font-size: 11px;
	}
	
	div#right .box {
		padding: 10px;
	}
	
	div#right .box input {
		width:205px;
	}

/* ------------------------------- */
/* -- FOOTER					-- */
/* ------------------------------- */

div#footer {
	margin:0 auto 0 auto;
	position: relative;
	text-align: center;
	width:960px;
	height:16px;
	font-size: 10px;
	padding: 30px 10px 3px 10px;
	color:#666;
	background-image: url(../images/footer.gif);
	background-repeat:no-repeat;
	background-position: top left;
	display: none
}
