html, body {
	padding: 0;
	margin: 0;
}

body {
	text-align: center;
	background-color: #323b42;
}

#container {
	width: 760px;
	margin: 0 auto;
}

#menu {
	background-color: #252a2d;
}

#menu ul {
	margin: 0;
	padding: 0;
	clear: both;
	text-align: center;
	width: 100%;
}

#menu ul li {
	display: inline;
	margin: 0 auto;
	padding: 7px;
	list-style-type: none;
	float: left;
	height: 30px;
	border: #515556 solid;
	border-width: 0 1px;
	width: 136px;
	background-color: #252a2d;
	background-image: url(../img/menu_bkg.png);
	background-repeat: no-repeat;
	background-position: -136px 0px;
	font-family: arial;
	font-weight: bold;
}

#menu ul li a{
	color: #08a6e7;
	text-decoration: none;
}

#menu ul li a:hover {
	text-decoration: underline;
}

#imgHeader {
	clear: both;
	background-image: url(../img/header.png);
	height: 150px;
	border: 1px solid #515556;
}

#content {
	margin: 15px 0 20px;
}

#navigation {
	width: 190px;
	float: right;
	margin: 0 auto;
}

#center {
	margin: 0 202px 0 0;
}

#footer {
	padding: 5px;
	font-size: 0.7em;
	color: #94999a;
	font-family: sans-serif;
	margin-bottom: 10px;
	clear: both;
	border-color: #515556;
	border-style: solid;
	border-width: 1px 0 0 0;
}

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

#footer a:hover {
	text-decoration: underline;
}

h1 {
	font-weight: bold;
	font-size: 1.3em;
	margin: 5px;
	padding: 5px;
	font-family: verdana;
}

h2 {
	font-weight: bold;
	font-size: 1.1em;
	margin: 3px;
	padding: 3px;
	font-family: verdana;
}

h3 {
	font-weight: bold;
	font-size: 1em;
	margin: 3px;
	padding: 3px;
	font-family: verdana;
}

.basic_element, .basic_related {
	background-color: #252a2d;
	padding: 5px;
	font-size: 0.9em;
	color: #f3f8fd;
	font-family: sans-serif;
	margin-bottom: 10px;
}

.basic_justified {
	text-align: justify;
}

.basic_centered {
	text-align: center;
}

.basic_righted {
	text-align: right;
}

.basic_element p, .basic_paragraph {
	margin: 9px 3px;
}

.basic_element p:first-letter, .basic_paragraph:first-letter {
	text-transform: capitalize;
	color: #08a6e7;
	font-weight: bold;
	font-size: 1.1em;
}

.basic_clear {
	clear: both;
}

.basic_left {
	float: left;
	width: 47%;
}

.basic_right {
	width: 47%;
	float: right;
}

.basic_left_75 {
	float: left;
	width: 72%;
}

.basic_right_25 {
	width: 23%;
	float: right;
}

.h_green {
	color: #bae00f;
}

.h_white {
	color: #fff;
}

.basic_little {
	font-size: 0.8em;
}

.basic_element a {
	color: #bae00f;
	text-decoration: none;
}

.basic_element a:hover {
	text-decoration: underline;
}

.basic_element table {
	width: 90%;
	text-align: left;
}

.list_preview {
	margin: 4px;
	float: left;
}

.list_preview img {
	border: 2px solid #08a6e7;
	padding: 1px;
}

.list_preview:hover img {
	border: 2px solid #bae00f;
}

.basic_description {
	font-size: 0.9em;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color:  #515556;
	padding: 1px 1px 3px;
	margin-bottom: 3px;
	min-height: 50px;
}

.basic_description_75 {
	font-size: 0.9em;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color:  #515556;
	padding: 1px 1px 3px;
	margin-bottom: 3px;
	min-height: 80px;
}

.basic_description_box {
	font-size: 0.9em;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color:  #515556;
	padding: 1px 1px 3px;
	margin-bottom: 3px;
	min-height: 20px;
}

.basic_description a {
	color: #f3f8fd;
}

.basic_description:first-letter {
	text-transform: uppercase;
}

.disabled {
	display: inline;
}

.enabled img {
	border: 0;
}

.basic_attribute {
	color: #08a6e7;
	font-size: 0.9em;
	width: 200px;
	clear: both;
}

.basic_attribute:first-letter {
	text-transform: uppercase;
	font-weight: normal;
}

.basic_upper:first-letter {
	text-transform: uppercase;
}

.gallery a img {
	margin: 3px 15px;
	border: 2px solid #08a6e7;
	padding: 1px;
}

.gallery a:hover img {
	border: 2px solid #bae00f;
}

.navigation a {
	text-transform: lowercase;
}

.navigation a:first-letter {
	text-transform: uppercase;
}

.languages {
	padding: 3px;
}

.languages img {
	border: 0;
}

.basic_related a {
	color: #f3f8fd;
	text-decoration: none;
}

.basic_related a:hover {
	text-decoration: underline;
}

.basic_related a img{
	border-color: #bae00f;
}

.basic_element form input, .basic_element form select, .basic_element form textarea {
    background-color: #252a2d;
    color: #f3f8fd;
    border-color: #515556;
     border-width: 1px;
}

.basic_element form textarea:focus, .basic_element form input:focus, .basic_element form select:focus {
    border-color: #bae00f;
}

.basic_element form select {
    width: 120px;
}

.basic_element form label {
    width: 100px;
    padding-right: 5px;
    text-align: right;
}

.basic_element form table label {
    display:block;
}

.searchElement {
    text-align: center;
    line-height: 30px;
}

.basic_grid {
	height: 165px;
}

.nodisplay {
	display: none;
}