@charset "utf-8";
/* CSS Document */

html, body {
	background-image:url("../images/template-page-background.jpg");
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background-color:#82a2c9;
	background-attachment: fixed;
}

h1 {
	font-size:28px;
	font-family:trebuchet ms;
	color:#1a7ed2;
	margin-top:10px;
}

h3 {
	font-size:18px;
	font-family:trebuchet ms;
	color:#333333;
	margin-top:10px;
	margin-bottom:5px;
}

h4 {
	font-size:16px;
	font-family:trebuchet ms;
	color:#1a7ed2;
	margin-top:10px;
	margin-bottom:5px;
}

h2.bullet {
	font-size:22px;
	font-family:trebuchet ms;
	color:#222222;
	line-height:22px;
}

a {
	font-size:12px;
	font-family:arial;
	color:#1a7ed2;	
}

a:hover {
	font-size:12px;
	font-family:ariall;
	color:#1a7ed2;
	text-decoration:none;;
}


p {
	font-size:12px;
	color:#333333;
	font-family:arial;
	line-height:1.5em;
	text-align:justify;
}

img {
	border:0px;
}

ul {
	padding:0px;	
	font-size:12px;
	font-family:arial;
	color:#333333;
}

ul.bullets {
	list-style-type:none;
	margin:0px;
	margin-left:50px;
}

ul.bullets li, ul.bullets li a {
	line-height:2.0em;
}

ul.bullets li img {
	vertical-align:middle;
}

ul.bullets li a {
	font-size:12px;
	font-family:arial;
	color:#333333;
}

ul.bullets li a:hover {
	color:#1a7ed2;
}

.break {
	font-size:0px;
	line-height:0px;
	font-family:arial;
	clear:both;
	margin:0px;
	padding:0px;
	height:0px;
}

.niceTable {
	width:538px;
	overflow:hidden;
	position:relative;
}

.niceTable .top {
	width:538px;
	height:47px;
	overflow:hidden;
	background-image:url("../images/table-top.gif");
	background-repeat:no-repeat;
}

.niceTable .middle {
	width:498px;
	overflow:hidden;
	background-image:url("../images/table-bg.gif");
	background-repeat:repeat-y;
	padding-left:20px;
	padding-right:20px;
}

.niceTable .bottom {
	width:538px;
	height:47px;
	overflow:hidden;
	background-image:url("../images/table-bottom.gif");
	background-repeat:no-repeat;
}

.niceTable .tableHeader {	
	height:50px;
	width:500px;
	position:absolute;
	top:20px;
	left:20px;
}

.niceTable .tableHeader .th {
	width:150px;
	height:30px;
	color:#222222;
	float:left;
	margin-right:7px;
	padding:10px;
	text-align:right;
	line-height:30px;
	font-size:16px;
	font-family:trebuchet ms;
}

.niceTable .row {
	background-color:#eaeaea;
	border-bottom:1px #cecece solid;
	font-size:12px;
	font-family:arial;
	color:#333333;
	overflow:hidden;
	height:25px;
}

.niceTable .rowClear {
	background-color:#ffffff;
	border-bottom:1px #cecece solid;
	font-size:12px;
	font-family:arial;	
	color:#333333;
	overflow:hidden;
	height:25px;
}

.niceTable .row:hover {
	background-color:#e0e0e0;
}

.niceTable .rowClear:hover {
	background-color:#e0e0e0;
}

.niceTable .field {
	float:left;
	padding-top:5px;
	color:#666666;
}

table td {
	font-size:12px;
	font-family:arial;
	color:#333333;
	font-weight:normal;
}

table td.field {
	font-size:12px;
	font-family:arial;
	color:#333333;
	font-weight:bold;
}

table input[type='text'] {
	border:1px #aeaeae solid;
	width:190px;
	height:20px;
	font-size:12px;
	font-family:arial;
	line-height:20px;
}

table textarea {
	font-size:12px;
	color:#333333;
	width:380px;
	height:120px;
	font-size:12px;
	font-family:arial;
}

a.buttonSubmit {
	background-image:url("../images/button-blue.jpg");
	width:140px;
	height:47px;
	display:inline-block;
	opacity:0.7;
	filter:alpha(opacity=70);
	text-align:center;
	font-size:18px;
	text-decoration:none;
	font-family:trebuchet ms;
	color:#ffffff;
	line-height:42px;
}

span.error { 
	display:none;
	color:#c00;
	font-size:27px;
	font-family:trebuchet ms;
	linbe-height:12px;
}

.panelError {
	border:1px #ff8080 solid;
	padding:5px;
	background-color:#ffE8e8;
	font-size:12px;
	font-family:trebuchet ms;
	color:#333333;
	display:none;
	overflow:hidden;
}

.panelSuccess {
	border:1px #88d67b solid;
	padding:5px;
	background-color:#e2fae1;
	font-size:12px;
	font-family:trebuchet ms;
	color:#333333;
	display:none;
	overflow:hidden;
}

.panelError img {
	margin-right:8px;
}

.panelSuccess img {
	margin-right:8px;
}

#top {
	background-image:url("../images/template-top.png");	
	width:1079px;
	height:217px;
	background-repeat:no-repeat;
	text-align:left;
	position:relative;
}

#top a#logo {
	position:absolute;
	left:0px;
	top:0px;
}

#top img#telephone {
	position:absolute;
	left:720px;
	top:20px;
}

#top ul {
	padding:0px;
	margin:0px;
	position:absolute;
	top:145px;
}

#top ul li {
	background-image:url("../images/template-tab-blue.png");
	width:153px;
	height:69px;
	background-repeat:no-repeat;
	list-style-type:none;
	float:left;
	position:relative;
}

#top ul li img {
	display:none;
}

#top ul li a {
	height:69px;
	font-size:18px;
	font-family:trebuchet ms;
	color:#ffffff;
	text-decoration:none;
	text-align:left;
	width:123px;
	line-height:69px;
	display:inline-block;
	position:absolute;
	left:0px;
	top:0px;
	padding-left:20px;
}

#page {
	width:1049px;
	padding-right:15px;
	padding-left:15px;
	background-color:#ffffff;
	text-align:left;
	overflow:hidden;
}

#page #leftSide {
	width:212px;
	float:left;
}

#page #leftSide .testimonial {
	width:210px;
	text-align:right;
	margin-top:8px;
	font-size:12px;
	font-family:arial;
	color:#4a79b1;
	font-style:italic;
	line-height:18px;
}

#page #leftSide .testimonial span.clientInfo {
	font-size:12px;
	font-family:arial;
	color:#444444;
	font-style:normal;
	line-height:18px;
	display:inline-block;
	margin-top:4px;
}

#page #middle {
	float:left;
	width:630px;
	overflow:hidden;
}

#page #middle .wrapper {
	padding-left:15px;
	padding-right:15px;
	width:595px;
	overflow:hidden;
}

#page #middle .wrapper #introText {
	width:290px;
	float:left;
	font-family:arial;
	font-size:12px;
	color:#222222;
	line-height:1.5em;
	text-align:justify;
	margin-top:38px;
}

#page #middle .wrapper #SearchBox {
	float:left;	
}

#page #rightSide {
	width:193px;
	float:left;	
	margin-left:10px;
}

#page #rightSide #carouselImages {
}

#page #rightSide .jcarousel-skin-tango .jcarousel-container-vertical {
    width: 190px;
    height: 292px;
	padding:0px;
	margin:0px;
}

#page #rightSide .jcarousel-skin-tango .jcarousel-clip-vertical {
    width: 190px;
    height: 200px;
}

#page #rightSide .jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
	height:190px;
}

#footer {
	padding-top:25px;
	width:1049px;
	height:120px;
	padding-right:15px;
	padding-left:15px;
	background-color:#ffffff;
	text-align:center;
	overflow:hidden;
	font-size:11px;
	font-family:arial;
	color:#939291;
}

#footer ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
	margin-left:380px;
	margin-top:20px;
}

#footer ul li {
	float:left;
	font-size:11px;
	margin-right:20px;
}

#footer ul li a {
	color:#999999;
}



