/* 

LP1 - CSS File

*/


/*** GLOBAL  ***/
html{height:100%; min-height:100%}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0 auto;
	padding:0;
	color:#434142;
	line-height:18px;
	background-color:#fff;
	height:100%; min-height:100%
}
* {
	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; height:1px !important; line-height:1px !important; float:none!important}
form{margin:0; padding:0;}
hr {
border-width:0;
height:1px;
line-height:0;
margin:30px 0px;
page-break-after:always;
text-align:center;
width:100%;
clear:both;
background-color:#ececec;
}

/*** END OF GLOBAL  ***/

/*** DEFAULT ELEMENT STYLES ***/
/* heading */
h1, h2{margin-bottom:15px; font-family:Verdana, Arial, Helvetica, sans-serif;}
h3, h4, h5, h6{margin-bottom:15px; font-family:Verdana, Arial, Helvetica, sans-serif;}
h1 {font-size:30px; line-height:32px;}
h2 {font-size:26px; line-height:26px;}
h3 {font-size:16px; line-height:22px;}
h4 {font-size:14px; line-height:20px;}
h5 {font-size:12px; line-height:18px;}
h6 {font-size:10px; line-height:17px;}
h1, h2, h3, h4, h5, h6{ font-weight:normal;}

/* links */
a, a:visited {color:#434142; text-decoration:none; font-weight:normal; }
a:hover{color:#8c8a8b; text-decoration:underline;}
a img{border:none}

/* lists, blockquotes and paragraphs */
p, ul, ol, blockquote {
	font-size:11px;
	margin-bottom:20px;
}
ul, ol {
	margin:10px 0 20px 20px;
	list-style-position:inside
}
li ol,
li ul
{
	list-style:square;
	margin-bottom:0;
	margin-top:0;
}
li ol {list-style:decimal;}
blockquote {
	margin:0px 0 20px 0px;
	padding:20px 10px 0px 21px;
	background-image:url(../images/quote.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	clear:both;
	font-style:italic;
	}
	
/* column */
.one_half{ width:48%; }
.one_third{ width:30.66%; }
.two_third{ width:65.32%; }
.one_fourth{width:22%; }
.three_fourth{width:74%;}
.one_six{width:14.8%;}
.three_six{width:43.4%;}
.one_half,.one_third,.one_fourth, .three_fourth, .two_third, .one_six, .three_six{ position:relative; margin-right:4%; float:left; }
.last{ margin-right:0 !important; clear:right; }
.one_fourth p{margin-bottom:10px;}
/*** END OF DEFAULT ELEMENT STYLES ***/


/*** CONTAINER ***/
#wrapper{width:100%;}
#container-top{ background-image:url(../images/bg-container-top.gif); background-repeat:repeat-x;  background-position:top;}
#container-bottom{width:100%; background-image:url(../images/bg-container-footer.gif); background-repeat:repeat-x; background-color:#efeeee; border-bottom:1px solid #dddcdc;}
.centercolumn{width:940px; margin:0 auto;}

/*** Header ***/
#header{width:940px; }
#logo{ height:80px; padding-top:30px;}

/* Slider image*/
#slider{position:relative; padding:25px 0px 0px 0px; background-image:url(../images/bg-slider.png); background-repeat:no-repeat; width:940px; height:273px;  }
#slider ul li { padding:5px 7px; width:300px; height:210px; text-align:center; color:#fff; background-image:url(../images/line-slider.png); background-repeat:no-repeat;}
#slider h1{ text-transform:uppercase;}
.scroll-content {margin:0px auto; width:940px!important;}
.scroll-prev, .scroll-next{cursor:pointer; position:absolute; top:98px}
.scroll-prev{left:-26px; background-image:url(../images/prev.png); background-repeat:no-repeat; width:26px; height:51px;}
.scroll-prev:hover{text-decoration:none; background-position:0 -51px}
.scroll-next{right:-26px; background-image:url(../images/next.png); background-repeat:no-repeat; width:26px; height:51px;}
.scroll-next:hover{text-decoration:none; background-position:0 -51px}

span.button{background-image:url(../images/but-submit.png); background-repeat:no-repeat; width:105px; height:28px!important; display:block;   margin:0px auto; font-size:11px; text-transform:uppercase; padding:7px 0px 0px 0px; cursor:pointer;}
span.button a{ color:#fff; text-decoration:none!important;}
span.button:hover{color:#fff; text-decoration:none; background-position:0 -35px}



/*** Content ***/
#main_content{ padding:0px 0px; margin:0px 0px 48px 0px; clear:both;}
#content{ width:440px; float:left; margin-right:40px;}
.front_page h4{ margin:0px; color:#434142;}
.front_page ul{ margin:40px 0px 0px 15px; padding:0px;}
/*.front_page ul li{ background-image:url(../images/icon.png); background-repeat:no-repeat; background-position:0 13px; list-style-type:none; padding-left:55px; list-style-position:outside;} */
.front_page ul li{ background-image:url(../images/icon2.png); background-repeat:no-repeat; background-position:0 0px; list-style-type:none; padding-left:35px; list-style-position:outside;}
.front_page ul li p{ clear:both!important;}

.red{ color:#e92029; padding-top:10px; display:block;}

#sidebar{ width:448px; margin-left:12px; float:left;}
.sidebar-title{ font-size:20px; font-family:Arial, Helvetica, sans-serif; color:#323232; padding:28px 0px 15px 0px;}

#slideshow{}

/* Search */
ul#search { margin:0px 0px 30px 0px; padding:0px;}
*+html ul#search { margin:0px 0px 15px 0px; padding:0px;}
ul#search  li{ list-style-type:none; float:left;}
.bg_input{
	width: 275px; 
	height:36px;
	background-image:url(../images/bg-src.png); background-repeat:no-repeat;
	margin-right:10px;
}
#search input.text-input{
	margin:4px 8px 7px 8px!important;
	padding: 6px 5px!important;
	border:0px;
	width:250px;
  }

#search input.but-submit{
	background-image:url(../images/but-submit.png); background-repeat:no-repeat;
	background-color:transparent;
	color:#fff; 
	font-size:11px; text-transform:uppercase;
	border:0px;
	cursor:pointer;
	width:105px;
	height:35px;
	padding-bottom:1px;
	display:block;
}
#search input.but-submit:hover{color:#fff; text-decoration:none; background-position:0 -35px}

/* Footer */
#main-footer{width:940px; padding-bottom:35px;  }
.pad_footer{ padding-top:35px;  }
.pad_footer a{text-decoration:none;}
ul.bookmarks{ margin:0px; padding:0px;}
ul.bookmarks li{ float:left; list-style-type:none; padding:0px 5px 0px 0px!important; border:0px!important;}
#main-footer ul{ margin:0px; padding:0px;}
#main-footer ul li{ border-bottom:1px solid #c7c7c7; list-style-type:none; padding:0px 0px 5px 0px; margin-bottom:5px; list-style-position:outside;}
#main-footer ul li a{ text-decoration:none;}
