/* BROWSER FLAGS: default */
/*** GLOBAL ***/
/* -------------------------------- default -------------------------------- */
/* =RESET */
html,body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,th { font-size: 1em; font-weight: normal; font-style: }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
td {vertical-align: top;}
:focus, img:focus, a:focus, input:focus {outline: none;}

/* =GLOBAL */
body {
	min-width: 990px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6em;

}
.body {
	background-image: url(../data/images/subSidebar.png);
	background-repeat: repeat;
}
h1, h2, h3, h4, h5, h6 {
	padding-top: 0.3em;
}
h2, h3, h4, h5, h6 {
	font-family: Trebuchet MS, Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
}
h1 {font-size: 24px; margin-top: 5px; margin-bottom: 10px; font-weight: normal; line-height: 1em;}
h2 {font-size: 20px; margin-bottom: 8px;}
h3 {font-size: 17px; margin-bottom: 5px;}
h4 {font-size: 15px;}
h5 {font-size: 13px;}
h6 {font-size: 11px;}

.container {
	width: 990px;
	position: relative;
}

.mainSidebar,
.subSidebar {
	float: right;
	position: relative;
}
/*  -------------------------------- =MAIN SIDEBAR -------------------------------- */
.mainSidebar {
	width: 785px;
	padding-top: 60px;
	overflow: hidden;
}

/* =TOP NAVIGATION */
.topNav {
	position: absolute;
	left: 0px;
	top: 0px;
	padding-left: 25px;
	padding-top: 15px;
}
.topNav a {
	text-decoration: none;
	color: #333;
	font-weight: bold;
	font-size: 11px;
	background-repeat: no-repeat;
	display: block;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	background-position: left 50%;
}
.topNav .homeLink {
	background-image: url(../data/images/home.gif);
}
.topNav .contactLink {
	background-image: url(../data/images/mail.gif);
}

/* =CALL US */
.callUs {
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(../data/images/callUs.png);
	background-repeat: no-repeat;
	width: 345px;
	height: 55px;
	text-align: right;
	color: #fff;
	font-family: "trebuchet MS";
	font-size: 15px;
	font-weight: bold;
	padding-top: 13px;
}
.callUs span {
	padding-right: 10px;
	font-size: 17px;
}

/* =CONTENT */
.pageTitle {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 15px;
	display: block;
	background-image: url(../data/images/pageTitleLine.png);
	background-repeat: no-repeat;
	background-position: 25px top;
}
.content {
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
}
.content a {
	color: #0B7DC9;
}
/*  -------------------------------- END main sidebar -------------------------------- */
.subSidebar {
	width: 205px;
}

/* =LOGO */
.logo a {
	background-image: url(../data/images/logo.png);
	background-repeat: no-repeat;
	width: 205px;
	height: 293px;
	display: block;
}

/* =LEFT NAVIGATION */
.leftNav {
}
.leftNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.leftNav li {
	margin: 0px;
	padding: 0px;
}
.leftNav a {
	background-image: url(../data/images/leftNavAll.png);
	background-repeat: no-repeat;
	background-position: 171px 10px;
	background-color: #5c5c5c;
	display: block;
	color: #fff;
	text-decoration: none;
	font-family: "trebuchet MS";
	font-size: 13px;
	font-style: italic;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
	padding-left: 10px;
	width: 195px;
	_width: 205px;
	height: 19px;
}
.leftNav a:hover {
	background-image: url(../data/images/leftNavAll.png);
	background-position: 171px -91px;
}
.leftNav .currentPage a,
.leftNav .currentPage a:hover {
	background-image: url(../data/images/leftNavAll.png);
	background-position: 171px -40px;
	background-color: #0B7DC9;
}

/* level 1 */
.leftNav ul.leftNav1 a,
.leftNav ul.leftNav1-active a {
	padding-left: 25px;
	width: 180px;
	_width: 205px;
}
/* level 2 */
.leftNav ul.leftNav2 a,
.leftNav ul.leftNav2-active a {
	padding-left: 40px;
	width: 165px;
	_width: 205px;
}
/* level 3 */
.leftNav ul.leftNav3 a,
.leftNav ul.leftNav3-active a {
	padding-left: 55px;
	width: 150px;
	_width: 205px;
}

/* =TESTIMONIALS */
.testi {
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 10px;
	font-size: 11px;
}
h2.testiTitle {
	font-family: "trebuchet MS";
	font-size: 18px;
	color: #424242;
	font-weight: normal;
	border: 1px solid #424242;
	background-color: #f5f5f5;
	padding: 3px;
	padding-left: 5px;
	display: block;
	margin: 6px;
	margin-top: 15px;
}



/*  -------------------------------- =SUB SIDEBAR -------------------------------- */
/* =BOTTOM LINE */
.bottomLine {
	/* background-image: url(../data/images/bottomLine.png); */
	background-color: #0B7DC9;
	background-repeat: repeat-x;
	height: 14px;
}
/*  -------------------------------- END sub sidebar -------------------------------- */

/*  -------------------------------- =HOME PAGE -------------------------------- */
#page1 .bodyBg {
	background-image: url(../data/images/bodyBgHome.png);
	background-repeat: repeat-x;
}
#page1 .homeCaption {
	position: absolute;
	left: 0px;
	top: 46px;
	background-image: url(../data/images/homeCaption.jpg);
	background-repeat: no-repeat;
	width: 784px;
	height: 247px;
}

#page1 .mainSidebar {
	padding-top: 300px;
}
#page1 .subSidebar {
	background-color: #DBDBDB;
}
#page1 .callUsHome {
	position: absolute;
	background-image: url(../data/images/callUsHome.jpg);
	background-repeat: no-repeat;
	top: 97px;
	right: 0px;
	width: 196px;
	height: 134px;
	font-family: "trebuchet MS";
	font-weight: bold;
	color: #fff;
	padding-top: 12px;
}
#page1 .callUsHome span {
	padding-left: 20px;
	padding-top: 15px;
	line-height: 1.2em;
}
#page1 .callUsHome .call1 {font-size: 38px;}
#page1 .callUsHome .call2 {font-size: 20px;}
#page1 .callUsHome .call3 {font-size: 21px;}

#page1 .content1,
#page1 .content2 {
	padding-left: 20px;
	padding-right: 20px;
}
#page1 .pageTitle {
	background-image: none;
	padding: 0px;
}

.bodyBgHome .leftNav a {
	_width: 195px;
}
/*  -------------------------------- END home page -------------------------------- */

/* =FORMS */
.form th {
	text-align: right;
	padding-right: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
	font-size: 11px;

}
.formRequired {
	color: red;
}
.xFormErrorLabel,
.xFormErrorList {
	font-weight: bold;
	color: red;
	float: left;
}
.xFormErrorLabel {
	padding-right: 5px;
}
.form textarea {
	width: 200px;
	height: 100px;
}
.form .submitButton {
	margin-top: 5px;
	padding: 1px;
}

/* =MAIN STYLES */
.stylesHeader {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #fff;
	background-color: #1974B2;
	text-transform: uppercase;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}

/* =TABLES */
.tableNote {
	font-weight: bold;
	font-size: 13px;
}

/* table class "list" */
.list {
	width: 100%;
	border: 1px solid #0c7db3;
}
.list td {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.list tr.list-row-pos0 td {
	background-color: #0c7db3;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.list .list-row0 td {
	background-color: #7fd2fa;
}

/* table class "list11" */
.list11 {
	width: 100%;
	border: 1px solid #0c7db3;
}
.list11 td {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.list11 tr.list-row-pos0 td {
	background-color: #0c7db3;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.list11 tr.list-row-pos1 td {
	background-color: #fff;
	color: #0c7db3;
	font-weight: bold;
	border-bottom: 1px solid #0c7db3;
}
.list11 td.list-col-1 {
	background-color: #7fd2fa;
}

/* =FOOTER */
.footer {
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 215px;
}
.footer,
.footer a {
	color: #666;
	font-size: 11px;
	text-decoration: none;
}
.copyright {
	padding-left: 10px;
	padding-right: 20px;
	float: left;
}
.footerNav {
	float: left;
}
.footerNav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.footerNav li {
	display: block;
	float: left;
	border-right: 1px solid #666;
}
.footerNav .lastNode {
	border: 0 none;
}
.footerNav span {
	margin-left: 5px;
	margin-right: 5px;
}/* -------------------------------- MEDIA FILES -------------------------------- */
@media print {
/* File: print.css */

}
@media handheld {
/* File: handheld.css */

}
@media projection {
/* File: projector.css */

}
@media tv {
/* File: tv.css */

}

/*** LOCAL ***/
/* -------------------------------- default -------------------------------- */
/* 
STANDARD CSS

Help
----
Path to the document's folder: /data/
Path to the design's data folder*: /styles/maindesign/data/

Example how to link images:
File in the user's DATA folder:
  background-image: url("/data/Images/wysiwyg-uploaded-image.jpg");
File in the Design DATA folder (in /styles/maindesign/data/) - prefered way is to use path relative to this CSS:
  background-image: url("../data/template.jpg");

To upload your files use the WebDAV interface.

*/

/* -------------------------------- MEDIA FILES -------------------------------- */
@media print {
/* File: print.css */

}
@media handheld {
/* File: handheld.css */

}
@media projection {
/* File: projector.css */

}
@media tv {
/* File: tv.css */

}