/* 



Business Template - CSS File



*/





/*** GLOBAL  ***/

html,body{height:100%;}

body {

	font-family:Tahoma, Arial, Verdana;

	font-size:11px;

	margin:0 auto;

	padding:0;

	color:#333;

	height:100%;

	line-height:23px;

	background:url(../images/baby-blue-solid.jpg) #4f88a6 top no-repeat;

}

* {

	margin:0;

	padding:0;

}

*:focus {

	outline:none; /* removes ugly dotted border but may make template more unsuable, up to you

					 if you want to keep it! */

}

.clr{clear:both}

form{margin:0; padding:0;}

hr {

	border: 0;

	color: #e0e0e0;

	background-color: #e0e0e0;

	height: 1px;

	margin:0px 0px 10px 0px;

	padding:0px;

}

*+html hr{margin:0px 0px 5px 0px;}



/*** END OF GLOBAL  ***/



/*** DEFAULT ELEMENT STYLES ***/

/* heading */

h1, h2{margin-bottom:15px;	font-family:tahoma, Arial;	font-weight:normal; color:#6d6d6d}

h3, h4, h5, h6{margin-bottom:8px;	font-family:Arial, Verdana, Tahoma;	font-weight:normal; color:#6d6d6d}

h1 {font-size:24px; line-height:26px;}

h2 {font-size:18px; line-height:20px;text-transform:uppercase;}

h3 {font-size:16px; line-height:18px;}

h4 {font-size:14px; line-height:15px;}

h5, h6 {font-size:13px; line-height:15px;}



/* links */

a {color:#ff9900; text-decoration:none;}

a:hover{color:#fa9b0e; text-decoration:underline;}

a img{border:none}

.imgleft{float:left; margin-right:15px;}

.imgleftborder{float:left; border:1px solid #c5c5c5; padding:3px;}

.imgright{float:right; margin-left:15px;}

.imgcenter{ margin:5px auto 10px auto; display:block; text-align:center}

/* lists, blockquotes and paragraphs */

p, ul, ol, blockquote {

	font-size:12px;

	margin-bottom:15px;

}

ul, ol {

	margin:10px 0 35px 30px;

}

li ol,

li ul

{

	list-style:square;

	margin-bottom:0;

	margin-top:0;

}

li ol {list-style:decimal;}

blockquote {

	font-style:italic;

	margin:25px 0 25px 0px;

	color:#6b6b6b;

	padding:0px 20px 10px 35px;

	background-image:url(../images/quote.gif);

	background-repeat:no-repeat;

	}

	

blockquote.quotebold{font-size:14px; font-style:normal; margin:0px 0px 0px 80px; padding:0px 20px 10px 35px; color:#b3b3b3}

blockquote.quotebold p{font-size:14px;}



/* code */

code {

	font-family:Verdana, Arial;

	letter-spacing:1px;

	margin:25px 0 25px 0px;

	display:block;

	font-size:0.9em;

	border-left:4px solid #e0e0e0;

	padding:15px 10px;

}





/*** END OF DEFAULT ELEMENT STYLES ***/





/*** CONTAINER ***/

#container{ width:968px; margin:0 auto;}

#centercolumn{width:940px; margin:0 auto; }

/*** END OF CONTAINER ***/



/*** HEADER ***/

#header{ width: 100%; }

#top{ height:88px; padding:6px 0px 0px 0px ; margin:auto; width: 950px;}

#logo{float:left; width: 270px; height:92px; margin-top: 10px;}

#topcontact{float:left; width:630px; text-align:right; height:80px; margin-top: 0px;}

#topnavigation{background-image:url(../images/bg_navigation.gif); background-repeat:no-repeat; height:60px; z-index:9; position:relative}



/*** CONTENT ***/

#content, #content_inner{padding:15px 0px 30px 0px ; background:#FFFFFF;}

/* contentleft */

#contentleft{width:630px; float:left; padding-right:30px}

* html #contentleft{float:left; padding-right:28px} /* ie6 only */

#maintext{padding:0px 10px 0px 14px;}

h1.italictext{font-style:italic !important;}

h1.pagetitle{font-size:18px; text-transform:uppercase}

.boldtext{font-size:13px; color:#6d6d6d; line-height:24px;text-align:justify;
text-justify:inter-word; }

ul.list_colleft{ padding:10px 0px 0px 0px; margin:0px;  float:left}

ul.list_colleft li{ padding:0px; margin:0px; clear:left; margin-left:30px;}

ul.list_colright{list-style-type:none; padding:10px 0px 0px 50px; margin:0px; width:270px; float:left}

ul.list_colright li{list-style-type:none; padding:0px; margin:0px; clear:left}

/* contentright */

#contentright{width:280px; float:left;}

#sideright{padding:0px 10px 0px 0px;}

/* newsbox */

.latestnews{margin-bottom:10px;}

ul.news{ list-style-type:none; margin:0px; padding:0px 0px 0px 0px;}

ul.news li{border-bottom:solid 1px #f0f0f0; clear:left; padding:0px 0px 10px 0px; margin-bottom:10px; min-height:70px}

* html ul.news li{height:70px;} /* ie6 only */

.imgborder{border:solid 1px #f0f0f0; padding:3px;}

.date{color:#999999;}

.navscroll{clear:left; background-image:url(../images/bg_navscroll.gif); background-repeat:no-repeat;; height:40px; position:relative;}

a.next, a.prev{width:7px; text-indent:-9999px; position:absolute;}

a.next{background-image:url(../images/icon_next.gif); background-repeat:no-repeat; right:50px}

a.prev{background-image:url(../images/icon_prev.gif); background-repeat:no-repeat; right:85px}

/* brochurebox */

.brochurebox{background-image:url(../images/bg_brochure.jpg); background-repeat:no-repeat; background-position:center; height:154px; margin-bottom:40px}

.brochurebox h2{font-family:Arial; font-size:20px; font-weight:bold; text-transform:uppercase; margin:0px 0px 15px 0px; text-align:right; padding:20px 30px 0px 0px}

.brochurebox img{text-align:center; margin:0 auto; display:block}

/* standart box */

.box{background-image:url(../images/bg_box.gif); background-repeat:repeat-x; border:solid 1px #eeeded; padding:20px; margin-bottom:30px}

#boxslideshow{margin:0px; position:relative; padding: 20px;}

#boxslideshow .cycle{ background-color:#FFFFFF;width:230px}

/*** END CONTENT ***/







/*** FOOTER ***/



#footerbg{  height:60px; color:#454545; background:url(../images/footer-bg.jpg) top repeat-x ; margin-top: -12px;}

#footer{ margin:auto; width: 950px;}

#footer a, #footer a:visited{ color:#fff;}

#footer a:hover{color:#454545; text-decoration:underline}

#footleft{width:570px; padding:0px 0px 0px 30px; float:left;}

#footertext{padding:20px 0px 0px 0px;}

#footright{width:310px; padding:20px 30px 0px 0px; float:left; color:#FFFFFF;}

#footer ul{list-style-type:none; margin:0px; padding:0px; float:right}

#footer ul li{list-style-type:none; margin:0px; padding:0px; float:left; }

#footer ul li a {  color:#FFFFFF;

	border: none;



	width:26px;

	display:block;

	height:25px;

	margin-right:6px;

	text-indent: -9999px;

}



#footer li a:hover {border: none;}



.right_side {}





/*** END OF FOOTER ***/