/*----------------------------------
| GENERAL
----------------------------------*/

body{
	font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333;
	padding: 0;
	margin: 0;
}

h1.kozgopro{
	font-weight: normal;
	font-size: 32px;
	margin-top: 0;
}

h2.kozgopro{
	font-weight: normal;
	font-size: 22px;
	margin-top: 0;
}

h3.kozgopro{
	font-weight: normal;
	font-size: 18px;
}

a{ color: #012C57; text-decoration: none; }
a:hover{ text-decoration: underline;}


/*----------------------------------
| HEADER
----------------------------------*/

div#header{
	height: 100px;
	/*border-top: 5px solid #012C57;*/
}

#header div.logo{
	padding-top: 30px
}

div#mainnav{
	text-align: right;
	position: absolute;	
}

ul.main_menu{
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	top: 45px;
	left: 120px;
}

ul.main_menu li{
	float: left;
	margin-left: 10px;
	text-align: center;
	font-size: 11px;
	background: #1c4475;
	font-weight: bold;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

ul.main_menu li a{
	display: block;
	padding: 3px 8px ;
	color: #d6e5ec;
}

ul.main_menu li a:hover{
	text-decoration: none;
	color: #FFF;
}

body#home a#home, body#about a#about, body#product a#product, body#contact a#contact{
	background: #d6e5ec;
	color: #666;
}

/*----------------------------------
| SPOTLIGHT
----------------------------------*/

div#spotlight{
	background: url(../img/sl_bg.jpg) repeat-x bottom;
	height: 360px;
	border-top: 1px solid #CCC;
	padding-top: 60px;
}

#spotlight div.slideshow{
	background: url(../img/frame.png) no-repeat;
	height: 280px;
}


#spotlight h1{
	margin-top: 20px;
	letter-spacing: -1px;
}

#spotlight p{
	font-size: 14px;
	line-height: 24px;
}

.slideshow img.slide{
	margin: 15px 0 0 13px;
}

#spotlight p.welcome{
	font-size: 34px;
	color: #FFF;
	
	letter-spacing: -1px;
}

/*----------------------------------
| CONTENT
----------------------------------*/

div#content{
	padding: 50px 0 20px 0;
}

div.content{
	background: url(../img/content_bg.gif) repeat-x top;
	border-top: 1px solid #CCC;
}

#content p.excerpt{
	font-size: 16px;
	line-height: 24px;
	margin-top: 0;
}

#pagination a, #pagination strong{
	 border: 1px solid #cac9c9;
	 padding: 4px 7px;
	 font-size: 11px;
	 text-transform: uppercase;
	 background: #EFEFEF; 
	 color: #666;
}

#pagination strong, #pagination a:hover{
	 font-weight: normal;
	 background: #cac9c9;
	 text-decoration: none;
	 color: #333;
}

#content h1{
	margin-bottom: 30px;
}


/*----------------------------------
| BREADCRUMB
----------------------------------*/

#breadcrumb {
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 28px;
}

#breadcrumb a{
	color: #666;
}

#breadcrumb a:hover{
	text-decoration: none;
	color: #333;
}

/*----------------------------------
| MODULE
----------------------------------*/

div.module, div.module_header{
	border-left: 10px solid #EFEFEF;
	padding-left: 20px;
}

div.module_header{
	font-size: 16px;
	padding: 5px 0 10px 20px;
	line-height: 24px;
	color: #012C57;
}

div.module{
	margin-bottom: 20px;
	color: #666;
}

div.module a{
	color: #666;
	display: block;
}

div.module a:hover{
	color: #012C57;
	text-decoration: none;
}

div.module ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

div.module ul li{
	border-bottom: 1px dotted #DDD;
	padding: 3px 0;
}

div.mod{
	padding: 0;
	margin-top: 20px;
	float: left;
	width: 255px;
	padding: 0 20px 0 40px;
}

div.check{
	background: url(../img/icon_check.gif) no-repeat top left;
	background-position: 0 15px;
}

div.guarantee{
	background: url(../img/icon_guarantee.gif) no-repeat top left;
	background-position: 0 15px;
}


/*----------------------------------
| PRODUCT
----------------------------------*/

#prod_detail img.prod_thumb, div.prod_list img.prod_thumb{
	float: right;
	margin: 0 0 10px 20px;
	border: 1px solid #CCC;
}

#prod_detail table{
	width: 100%;	
}

#prod_detail table td{
	padding: 3px 10px;
}

#prod_detail table td:last-child{
	width: 60%;
}

div.prod_list{
	border-bottom: 1px dotted #DDD;
	margin-bottom: 10px;
}

#prod_detail h3{
	color: #555;
}

ul.prod_cat{
	list-style: none;
	margin: 0;
	padding: 0;
}

.prod_cat li{
	float: left;
	display: block;	
	margin-right: 8px;
	margin-bottom: 40px;
	text-align: center;
	display: inline;
	padding: 0;
}

.prod_cat li a.thumb{
	width: 200px;
	height: 130px;
	padding: 0;
	display: block;
}

.prod_cat li a.thumb:hover{
	background: #333;
	border: 1px solid #DDD;
}

.prod_cat li a{
	text-decoration: none;
	color: #777;
	display: block;
	border: 1px solid #EEE;
	-moz-border-radius: 3px;
}

.prod_cat li span{
	width: 200px;
	height: 130px;
	overflow: hidden;
	display: block;
}

.prod_cat li h2{
	padding: 3px 0;
	margin: 0px;
	margin-top: 2px;
	display: block;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;
}



/*----------------------------------
| FORMS
----------------------------------*/

input.text{
	border: 1px solid #DDD;
	background: #FFF;
	font-size: 18px;
	padding: 5px 10px;
	color: #666;
}

input.text:focus{
	border: 1px solid #AAA;
	color: #444;
}

textarea.textarea{
	border: 1px solid #DDD;
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	color: #666;
	width: 400px;
	height: 150px;
}

textarea.textarea:focus{
	border: 1px solid #AAA;
	color: #444;
}

label{
	margin-top: 15px;
	display: block;
	margin-bottom: 5px;
}

label.kozgopro{
	font-size: 14px;
	color: #666;
}

.btn{
	background: #EFEFEF;
	border: 1px solid #DDD;
	color: #666;
	font-size: 12px;
	padding: 3px 10px;
	margin-top: 15px;
	margin-bottom: 5px;
}

.btn:hover{
	background: #B2BFCC;
	color: #FFF;
	text-decoration: none;
	border: 1px solid #B2BFCC;
}

a.btn{
	padding: 4px 10px;
}

/*----------------------------------
| FOOTER
----------------------------------*/

#footer{
	font-size: 11px;
	color: #666;
	line-height: 12px;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	background: url(../img/footer_bg.gif) no-repeat top center #F5F5F5;
}

#footer a{
	color: #333;
	text-decoration: none;
}

#footer a:hover, #footer a:active{
	text-decoration: underline;
}

#footer div.copyright{
	padding: 6px 0;
}

#footer div.footer_menu{
	text-align: right;
	padding: 6px 10px;
}

#footer p{
	line-height: 7px;
}

/*----------------------------------
| ADMINISTRATION
----------------------------------*/

table#adm{
	background: #EFEFEF;
	margin-bottom: 20px;
}

table#adm thead th{
	background: #F5F6F7;
	font-size: 16px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	color: #666;
	padding: 5px;
}

table#adm td{
	background: #FFF;
	padding: 5px;
}

div.adm_module{
	border-right: 5px solid #EFEFEF;
	padding: 0 20px 0 0 ;
}

.adm_module ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.adm_module ul li{
	border-bottom: 1px dotted #DDD;
	padding: 5px 0;
}

.adm_module ul li a{
	display: block;
}

h1.admin{
	margin-top: 20px;
	color: #012C57;
}

div#adm_header{
	border-bottom: 1px solid #DDD;
	margin-bottom: 20px;
}

div#adm_footer{
	border-top: 1px solid #DDD;
	padding-top: 5px;
	font-size: 11px;
	color: #666;
	margin-top: 20px;
}