html,body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	background: #222 url('../images/bg.jpg') repeat-x;
}

html {
	overflow-y: scroll;
}

body {
}

a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	color: #222;
}

div#wrapper {
    background: #FFF;
    border: 2px solid #333;
    box-shadow: #555 0px 0px 5px;
    -moz-box-shadow: #555 0px 0px 5px;
    -webkit-box-shadow: #555 0px 0px 5px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    position: relative;
    width: 740px;
}

div#header {
	background: #FFF;
	height: 150px;
	overflow: hidden;
}

div#slogan {
	width: 220px;
	float: right;
	padding: 5px;
	margin: 5px;
	text-align: right;
	font-weight: bold;
}

div#slogan p {
	color: #333;
	font-style: italic;
}

div#wallop {
	position: absolute;
	background: #222;
	padding: 10px;
	top: 0px;
	right: 0px;
	font-weight: bold;
	min-width: 400px;
	text-align: right;
}

#content {
	float: right;
	width: 500px;
	padding: 0px 20px 0px 20px;
}

#content p {
	line-height: 1.6em;
}

#sidebar {
	background: #333 url('../images/sidebar_bg.jpg');
	float: left;
	width: 240px;
	text-align: right;
	margin-left: -50px;
}

#footer {
	padding: 10px;
	margin: 50px 0px 0px 0px;
	min-height: 100px;
}

#credits {
	padding: 0px;
	width: 730px;
	margin: 0 auto;
	font-size: 0.9em;
	line-height: 0.3em;
}

#credits p {
	color: #999;
}

h1, h2, h3, h4, h5, h6 {margin: 0px 0px 5px 0px; padding: 0px;color: #333;}
h1 {font-size:2.50em;} 
h2 {font-size:2.00em;} 
h3 {font-size:1.75em;} 
h4 {font-size:1.50em;} 
h5 {font-size:1.25em;} 
h6 {font-size:1.00em;}

table.add_documents {
	text-align: left;
}

table.add_pictures {
	text-align: left;
}

table.related_data {
	width: 100%;
	margin-bottom: 20px;
	font-size: 1em;
	text-align: left;
}

table.related_data thead {
	border-bottom: 1px solid #333;
	color: #99ff00;
}

table.related_data tfoot {
	border-top: 1px solid #333;
	color: #99ff00;
}

table.related_data tr td {
	padding: 4px 0px 4px 0px;
	color: #eee;
	border-bottom: 1px solid #333;
}

table.related_data tr.odd {
	background: #222;
}

table.related_data th.last {
	text-align: right;
}

table.related_data td.last {
	text-align: right;
}

table.overview {
	width: 100%;
	margin-bottom: 20px;
	font-size: 1em;
	color: #EEE;
}

table.overview thead {
	border-bottom: 1px solid #666;
}

table.overview tfoot {
	border-top: 1px solid #666;
}

table.overview tr td {
	height : 28px;
	line-height : 28px;
	padding: 0 10px;
	border-bottom: 1px solid #444;
}

table.overview tr.odd {
	background: #222;
}

table.overview tr td.client {
	overflow: hidden;
}

table.overview tr .first{
	padding-left: 20px !important;
}

table.overview tr .last {
	padding-right: 20px !important;
}

table.overview th {
	height : 34px;
	line-height : 34px;
	padding: 0 10px;
	text-align: left;
}

table.overview th.last {
	text-align: right !important;
	width: 120px;
}

table.overview td.last {
	text-align: right;
}

table.popup_table {
	width: 100%;
	margin-bottom: 0px;
	font-size: 1em;
	text-align: left;
}

table.popup_table thead {
	border-bottom: 1px solid #CCC;
}

table.popup_table tfoot {
	border-top: 1px solid #CCC;
}

table.popup_table tr td {
	padding: 4px 0px 4px 0px;
}

table.popup_table tr:hover {
	background: #EEE;
}

table.popup_table th.last {
	text-align: right;
}

table.popup_table td.last {
	text-align: right;
}
table.popup_table a {
	cursor: pointer;
}

.no_padding { padding: 0 !important; }

div.clear_both {
	clear: both;
}

.title_white {
	background: url(../images/section_bg.jpg) repeat-x;
	color: #99ff00;
	border-bottom: 2px;
	border: 1px solid #333;
	height: 50px;
	line-height:50px;
	padding-left: 20px;
	position: relative;
	/*--Top right rounded corner--*/
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	/*--Top left rounded corner--*/
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	margin-bottom: 0px;
	border-bottom: 0px;
}

.quicklinks {
	padding: 20px 20px 0px 20px;
	margin-bottom: 20px;
	padding-top: 0 !important;
}

.quicklinks li {
		padding: 10px 0;
		border-bottom: 1px solid #ff8f00;
		border-bottom: 1px solid #333;
		list-style: none;
}

.quicklinks li.last {
	border: none;
}

.quicklinks li a {
	font-size: 1.1em;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}

.quicklinks li a:hover {
	color: #222;
}

div.form_submit_buttons {
	padding-top:20px;
	clear:both;
}

div.form_submit_buttons input {
	background: #222;
	width: 100px;
	color: #FFF;
	border: 2px solid #333;
}

div.form_submit_buttons input:hover {
	border: 2px solid #666;
}

div.form_submit_buttons input:focus {
	background: #333;
}

div.form_errors {
	border-top: 2px solid red;
	border-bottom: 2px solid red;
	padding: 5px;
	line-height: 1.2em;
}

div.form_errors .hidden {
	color: #222;
}

div.form_errors p{
	color:#000;
	text-align:left;
}

div#table_footer {
}

div#found_count {
	float: left;
	margin: 5px;
	text-align: left;
}

div.form_elements {
	padding: 2px;
}

div.form_elements_left {
	float: left;
}

div.form_elements_right {
	float: right;
}

div#loading {
	background: #FFF url('/assets/images/loading.gif') center no-repeat;
	height: 100px;
}

#load {
display: none;
position: absolute;
right: 10px;
top: 10px;
background: url(../images/ajax-loader.gif);
width: 43px;
height: 11px;
text-indent: -9999em;
}


form#contact_form {
}

form#contact_form input {
	border: 2px solid #555;
	width: 150px;
	padding: 5px;
	margin: 2px;
}

form#contact_form select {
	border: 2px solid #555;
	width: 165px;
	padding: 5px;
	margin: 2px;
}

form#contact_form textarea {
	margin: 2px;
	border: 2px solid #555;
	padding: 5px;
}

#form_submit_errors, #emailMsg {
	background: #FBFFD4;
	border-top: 1px solid #FF6F00;
	border-bottom: 1px solid #FF6F00;
	padding: 10px;
	margin: 10px 0px 10px 0px;
}

#emailMsg label {
	display: block;
}

#contact_message_send {
	padding: 10px;
	margin: 10px 0px 10px 0px;
}

.contact_page_form {
	margin: 15px 40px 15px 0px;
	padding: 7px;
	float: left;
}

.contact_page_form h4 {
	margin: 0px;
	margin-bottom: 3px;
	border-bottom: 1px solid #CCC;
}

.contact_page_form img {
	background: #CCC;
	border: 2px solid #444;
	padding: 4px;
	margin: 2px; 
}


.contact_page_contact_info {
	background: #f4f4f4;
	margin: 15px 40px 15px 0px;
	padding: 10px;
}

.contact_page_contact_info h4 {
	margin: 0px;
	margin-bottom: 3px;
	border-bottom: 1px solid #CCC;
}

.contact_page_contact_info img {
	background: #CCC;
	border: 1px solid #444;
	padding: 4px;
}

ul.arrow,
ul.checkbox,
ul.check,
ul.star {
	margin: 10px 0px 20px 0px;
	padding-left: 20px;
	list-style: none;
}

ul.arrow li,
ul.checkbox li,
ul.check li,
ul.star li {
	margin: 5px 0px 5px 0px;
	padding-left: 35px;
	font-weight: bold;
	line-height: 26px;  
}

ul.arrow li { background: url(../images/list_arrow.png) 0 0 no-repeat; }
ul.checkbox li { background: url(../images/list_checkbox.png) 0 0 no-repeat; }
ul.check li { background: url(../images/list_check.png) 0 0 no-repeat; }
ul.star li { background: url(../images/list_star.png) 0 0 no-repeat; }


ul.arrow_s,
ul.checkbox_s,
ul.check_s,
ul.star_s {
	margin: 10px 0px 20px 0px;
	padding-left: 20px;
	list-style: none;
}

ul.arrow_s li,
ul.checkbox_s li,
ul.check_s li,
ul.star_s li {
	margin: 5px 0px 5px 0px;
	padding-left: 35px;
	line-height: 25px;
}

ul.arrow_s li { background: url(../images/list_arrow.png) 0 0 no-repeat; }
ul.checkbox_s li { background: url(../images/list_checkbox.png) 0 0 no-repeat; }
ul.check_s li { background: url(../images/list_check.png) 0 0 no-repeat; }
ul.star_s li { background: url(../images/list_star.png) 0 0 no-repeat; }

.service {
	background: #F6F8E4;
	border: 1px solid #CCC;
	margin: 15px 0px 15px 0px;
	padding: 8px;
}

.service p {
	margin-bottom: 5px;
}

.service h4 {
	color: #000;
	margin: 0px;
}

.service h5 {
	color: #000;
	margin: 0px;
}

a.back_to_top {
	font-size: 10px;
	color: #000;
	float: right;
}

a.back_to_top img {
	border: 0px;
}

div#tmp_name {
	padding: 10px;
	float: left;
	position: relative;
}

div#tmp_name h3 {
	position: absolute;
	left: 140px;
	top: 38px;
}

label {
}
