body {
	background:transparent url(../images/page_bg.gif) repeat scroll 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.page-holder {
	width:100%;
}



#page {
	margin:auto;
	text-align:left;
	width:960px;
}

/* tab */
#tab {
	background-color:#3a6599;
	width:960px;
	height:32px;
}

.header {
	width:960px;
}

/* content */
.content {
	width:960px;
}

#mainContentAreaHome {
	background-color:#f6f5ec;
	width:960px;
	min-height:500px;
}

.main-col {
	min-height:600px;
	float:left;
	width:590px;
	padding-top:38px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:30px;
	color:#1a1a1a;
}

/*right-col*/
.right-col {
	float:right;
	width:340px;
}

div.module {
	padding-left:10px;
	padding-top:40px;
}

div.module_profile ul {
	margin-top:14px;
	color:#363636;
	padding-left:15px;
}

div.module_profile ul li {
	list-style:square;
	font-size:12px;
	padding-bottom:8px;
}

/* footer */
.footer {
	background-color:#534d39;
	height:33px;
	width:960px;
	font-size:13px;
	color:#ffffff;
}

p.copy-right {
	float:left;	
	margin-top:3px;
	margin-left:9px;
}

p.other  {
	float:right;
	margin-top:3px;
	margin-right:22px;
}
p.other :link,:visited {
	color:#ffffff;
}
/* paragraph */
h1 {
	font-size:20px;
	color:#053d6b;
}

h3 {
	margin-top:20px;
	margin-bottom:2px;
	font-size:15px;
	color:#053d6b;
	line-height:20px;
}
b {
	color:#053d6b;
}

.main-col p {
	line-height:20px;
}

ul.security_driver {
	list-style:square;
	color:#123e74;
	font-size:12px;
	margin-left:25px;
	margin-bottom:20px;
}

ul.security_driver li {
	padding-top:5px;
}

a.info_mail {
	text-decoration:underline;
}

p.sign strong {
	color:#a20202;
}

td.related_move {
	padding-top:20px;
}

td.related_move table td {
	width: 30px;
	padding-left:20px;
	padding-right:20px;
}

td.related_move img {
	border: solid 1px #dcdcd5;
	padding: 2px;
	margin-bottom:2px;
}

td.related_move a {
	color:blue;
}

/* contact form */
table.contact_table {
	
}

table.contact_table td {
	padding-top:6px;
}

.contact_inputbox
{
	padding-top:4px;
	padding-bottom:0px;
	height:21px;
	padding-left:2px;
	padding-right:2px;
	border:solid 1px #a5a5a5;
	color:#000000;
}

.contact_inputbox:hover, .contact_inputbox:focus 
{
	background:#FFFFCC none repeat scroll 0 0;
	border:solid 1px #a5a5a5;
}

td.contact_label, td.contact_label2 {
	text-align:right;
	vertical-align:middle;
	padding-right:6px;
	width:190px;
}

td.contact_label2 {
	vertical-align:top;
}

.box_name {
	width:154px;
}

.box_phone {
	width:127px;
}

.box_email {
	width:154px;
}

.box_note {
	width:326px;
	height:175px;
}

.btn_submit {
	background:transparent url(../images/btn_submit.gif) repeat scroll 0 0;
	color:#ffffff;
	width:80px;
	height:30px;
}

/* reservation */
div.reservation_wrapper {
	margin-left:30px;
}

div.reservation_wrapper h3 {
	margin-left:50px;
	font-size:12px;
}


.reserve_inputbox
{
	padding-top:4px;
	padding-bottom:0px;
	height:21px;
	padding-left:2px;
	padding-right:2px;
	border:solid 1px #a5a5a5;
	color:#000000;
}

.reserve_inputbox:hover, .reserve_inputbox:focus 
{
	background:#FFFFCC none repeat scroll 0 0;
	border:solid 1px #a5a5a5;
}

select.reserve_inputbox {
	padding-bottom:2px;
	padding-top:2px;
	height:25px;
}

table.reserve_general_table td, table.reserve_ride_table td {
	padding-top:6px;
}

td.reserve_label {
	text-align:right;
	vertical-align:middle;
	padding-right:6px;
	width:210px;
}

.box_business_name {
	width:155px;
}

.box_client_name, .box_mobile_client, .box_contact_person, .box_phone, .box_fax, .box_email {
	width:130px;
}

/*dest*/
td.dest_label {
	text-align:center;
}

.box_destination, .box_street {
	width:70px;
}

.box_postcode, .box_place {
	width:60px;
}

.box_arrival, .box_departure {
	width:47px;
}

.box_extra_service {
	width:290px;
	height:111px;
}

.box_ride, .box_which_service {
	width:185px;
}

.box_which_service {
	width:190px;
}

td.label_destination {
	width:10px;
}

table.extra_table {
}

td.extra_label {
	text-align:right;
	vertical-align:top;
	padding-right:6px;
	width:210px;
}

td.reserve_checkbox {
	padding-bottom:6px;
}

.invalid {
	color:#FF0000;
}

.invalid_box, .invalid_box:hover, .invalid_box:focus {
	border: solid 1px #FF0000;
}

em {
	font-size:11px;
	font-style:italic;
	color:#666666;
}