/* BASIC LAYOUT */

body {
    font-family: Arial;
    font-size: 0.9em;
    padding: 0;
    margin: 0;
    color: #666666;
}

#container {
    margin: 0 20px 0 20px;
    border: 1px solid #00002D; 
    background: #00002D url('../images/nav_background.png') 50px 0 repeat-y;
    display: table-cell;
    width: 100em;
}

#header {
	margin: 30px 20px 0 20px;
	background-color: #FFF;
	height: 140px;
}

#hr { 
	position:relative; 
	z-index:1;
	margin-left: 20px;
	margin-right: 20px;
	height:30px;
	background: #8A97A7 url('../images/head_background.png') 30px 0 repeat-y;
}




/* TOP (header) */

#logo {
	padding: 20px 0 0 255px;
}

#header ul, #languages ul {
	list-style-type: none;
	float: right;
	margin: 5px;
}

#header li, #languages li {
	display: inline;
	margin: 10px;
}

#header a {
	text-decoration: none;
	font-weight: bold;
	color: #768598;
}

#header a:hover, #header .active_header_item {
	color: #BDC4CD;
	font-weight: bold;
}





/* LANGUAGES */
#languages a {
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}

#languages a:hover, #languages .active_header_item {
	color: #BDC4CD;
	font-weight: bold;
}





/* NAVIGATION */

#nav {
    border-bottom: none;
    left: 51px;
    padding: 220px 0 0 0;
    position: absolute;
    top: 0px;
    width: 200px;
	background: #707070 url('../images/nav_background.png') 0 0 repeat-y;
}
    
#nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#nav a, .active_menu_item {
    font-weight: bold;
    text-decoration: none;
    padding: 5px;
    display: block;
    color: #333333;
}

#nav a:hover, .active_menu_item {
    background: #768598;
    color: #BDC4CD;
}




/* CONTENT */

#breadcrumb {
	margin-left: -10px;
	padding-bottom: 20px;	
}

#content {
	background: #FFF url('../images/nav_background.png') 30px 0 repeat-y;
    margin: 0 20px 30px 20px;
    min-height: 450px;
    padding: 10px 10px 10px 260px;
    text-align: justify;
    color: #666666;
}

#content h1, #content p {
	margin: 5px 0;
	padding: 5px 0;
}

#content h1 {
	font-size: 1.7em;
}

#image {
	float: right;
	padding: 0 20px;
}

#imgSpecialDiscount {
	color: #3333CC;
	font-weight: bold;	
	min-width: 664px;
	min-height: 50px;
}	


/* MAIN */

img {
	border-style: none;
	font-weight: normal;
}

a {
	color: #999999;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h3 a {
	color: #000;
}

#content ul {
	list-style-type: none;
}

.b {
	font-weight: bold;
}





/* FORM */

form {
	margin:5px auto;
	padding:0;
	overflow:auto;
	width: auto;
}

fieldset {
	border: 1px solid #666666;
	width: 80%;
}

legend {
	color: #666666;
}

fieldset > dt{
	padding:0;
	clear:both;
	float:left;
	width: 10em;
	text-align:right;
	margin:5px 5px 5px 0;
}

fieldset > dd {
	padding:0;
	float:left;
	width:60%;
	margin:5px 2px 5px 10px;
}

ul.errors {
	display: inline;	
}

ul.errors > li {
	display: inline;
	color: red;
}

form input, form textarea {
	font-size: 0.9em;	
	font-family: Arial;
}

form textarea {
	overflow: scroll;
	overflow-x: hidden;
}

.submit{
	float:right;
}

p.description {
	display: inline;
}

input[type=submit] {
	color: #666666;
}

#fieldset-legendLogin {
	background-image:url('../images/diamond-bw.jpg');
	background-repeat:no-repeat;
	background-position:right; 
	height:240px;
}



/* CONTACT */

#contact dd {
	padding: 0 0 10px 0;
}

#contact dt {
	font-weight: bold;
}

table {
	empty-cells: show;
}


input.readonly {
	background-color: #F0EBE2;
}



/* EVENTS */

#events li {
	padding: 10px;
	margin-left: -50px;
}
