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

body { background-color:#fff; font-family:Verdana; font-size:11px; color:#666; line-height:16px; }
input, select, table, tr, td { font-family:Verdana; font-size:11px; color:#666; padding:3px; line-height:16px;}

h1 { font-family:LeagueGothicRegular, Verdana; font-size:30px; color:#000; margin:7px 0px; font-weight:normal; line-height:18px;}
h2 { font-family:Verdana; font-size:14px; color:#333; margin:0px;font-weight:normal;}
h5, h5 a { font-family:Verdana; font-size:9px; color:#666; margin:0px; font-weight:bold; }

.line_h { background-image:url("../images/line_h.png");background-repeat:no-repeat; background-position:center; width:1000px; height:24px; }
.btn_submit { background-image:url("../images/btn_submit.png"); background-repeat:no-repeat; width:106px; height:34px; border:0px; cursor:pointer; }
.btn_reset { background-image:url("../images/btn_reset.png"); background-repeat:no-repeat; width:106px; height:34px; border:0px; cursor:pointer; }

.sheet { width:1000px; margin:0px auto; }
.paper { background-color:#fff; width:100%; padding-bottom:20px; min-height:370px;}
.row3 { width:190px; }

.imageholder {
    background-color: #FFFFFF;
    box-shadow: 0 0 5px 1px #888888;
    padding: 6px;
}
.thumbnail { width:153px; height:100px; }
.outerthumbnail { padding:15px;float:left; }

#logo { padding-top:11px; }
#callus { padding-right:11px; height:116px; }
#upper { width:100%; background:url('../images/bg_header_r.png') repeat-x; height:421px; margin:0px; padding:0px;}
#upperbg { background:url('../images/bg_header.png') no-repeat; margin:0px auto; width:1286px; height:518px; }
#menus { width:100%; float:left; padding-top:1px;}
#menus img { padding:0px; margin:0px; float:left; }
/* Sub Menu */

#menus ul {
	position: absolute;
	top: 40px;
	left: 0;

	opacity: 0;
	
	background: #1f2024;

	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;

	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;
}

#menus li:hover > ul { opacity: 1; }

#menus ul li {
	height: 0;
	overflow: hidden;
	padding: 0;

	-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
}

#menus li:hover > ul li {
	height: 36px;
	overflow: visible;
	padding: 0;
}

#menus ul li a {
	width: 100px;
	padding: 4px 0 4px 40px;
	margin: 0;

	border: none;
	border-bottom: 1px solid #353539;
}

#menus ul li:last-child a { border: none; }
/*drop End*/

#middle { margin-top:-291px; min-width:1286px;}
#mainbanner { width:660px;}
#formcontact { background:url('../images/bg_form_contact.png') no-repeat; width:300px; height:425px; }
#formcontact2 { background:url('../images/bg_form_contact2.png') no-repeat; width:300px; height:459px; }

.headertext { width:100%; border-bottom:1px solid #ccc; }
#cores { width:660px; border-right:2px solid #cfcfcf; padding:10px 10px 10px 0px;}
#corecontent { padding-top:20px; }
#corecontent .item { width:210px; text-align:justify; border-right:1px dashed #ccc; padding:0px 5px; }
#corecontent .last{ width:210px; text-align:justify; padding:0px 0px 0px 5px; border-right:0px;}
#testi { width:300px; padding-top:10px; }
.quote { background:url('../images/bg_quote.png') no-repeat; width:291px; text-align:justify; min-height:81px; margin:10px 0px; border-bottom:1px dashed #ccc;}
.testi { padding:0px 25px; }


#lower {  background:url('../images/bg_footer_r.png') repeat-x; width:100%; height:91px; float:left;}
#lowerbg { background:url('../images/bg_footer.jpg') no-repeat; margin:0px auto; width:1242px; height:91px; }
#smallmenus, #smallmenus a { color:#fff; line-height:20px;}

/* PAGINATION */
	
/*PAGING*/
div.pagination {
	padding: 3px;
	margin: 3px 0;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #ddd;
	text-decoration: none; /* no underline */
	color: #388dc9;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #388dc9;
	color: #388dc9;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #388dc9;
	font-weight: bold;
	background-color: #388dc9;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color:#999;
}
/* end of PAGINATION */