@charset "utf-8";
/* CSS Document
created by Koszo Productions
all rights reserved by koszo.com*/

* {
	margin-left: 0px;
	margin-top: 0px;
}
body{
	font-family: Arial;
	font-size: 12px;
	text-align:center;
	background-color: #000;
	background-image: url(images/page-backgr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.wrapper{
	margin:0 auto;
	width:935px;
	height:auto;
	text-align: left;
}
/*-----------------header----------------*/
#header
{
height:101px;
position:relative;
width:100%;
margin-bottom:20px;
}
#logo {
	float: left;
	height: 91px;
	width: 200px;
	position: relative;
	background-image: url(images/koszo-logo.png);
	background-repeat: no-repeat;
	top: 6px;
	left: 6px;
}
#phone {
	position: absolute;
	top: 4px;
	right: 0px;
	float: right;
	display: inline;
	list-style-image: none;
	list-style-type: none;
	margin-left: 20px;
	padding-left: 10px;
	height: 17px;
}
#phone li {
	font-family: Arial;
	color: #FFF;
}
#phone li a {
	font-family: Arial;
	color: #999;
	text-decoration: none;
}
#topmenu {
	position:absolute;
	right:1px;
	top:68px;
	top:69px;
	top:67px;
	top:70px;
	list-style:none;
	float:right;
	text-align: center;
}
#topmenu li{
	display:inline;
	list-style:none;
	float:left;
	}
#topmenu li a{
	color:#666;
	font-weight:bold;
	display:block;
	height:30px;
	text-decoration:none;
	padding:0;
	/*outline:none;*/
	background: url(images/menubgr.png) no-repeat center bottom;
	width:132px;
	cursor:pointer;
}
#topmenu li a:hover{
	background-image: url(images/menubgrhoover.png);
	background-repeat: no-repeat;
	background-position: center top;
	color:#FFF;
	font-size:13px;
}
#flashheader {
	height: 315px;
	width: 935px;
	overflow: hidden;
	background-color: #000;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#headerimgholder {
	height: 270px;
	width: 935px;
	overflow: hidden;
	background-color: #000;
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
#headerimg{
	float: left;
	height: 270px;
	width: 625px;
}
#callmebox{
	float:left;
	width:275px;
	margin-left: 20px;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #CCC;
	padding-left: 2px;
}

/*------------------content-----------------*/
#content {
	background-color: #000;
	width:935px;
	float: left;
	display: block;
	margin-bottom: 20px;
	/*height: inherit;*/
	padding-top: 20px;
}
#boxmain{
	float:left;
	width:625px;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #CCC;
	padding-left: 2px;
}
#boxmain h1 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #0C0;
}
#boxmain a{
	color:#09C;
	text-decoration: none;
}
#boxmain a:hover{
	color:#999;
	text-decoration:none;
}
#boxmain a:visited{
		color:#09C;
		text-decoration: none;
}
#box1{
	float:left;
	width:300px;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #CCC;
	padding-left: 2px;
}
#box1 h1 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #0C0;
}
#box2{
	float:left;
	width:310px;
	margin-left: 20px;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #CCC;
	padding-left: 2px;
}
#box2 h1 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #0C0
}
#box2 a{
	color:#090;
	text-decoration: none;
}
#box2 a:hover{
	color:#999;
	text-decoration:none;
}
#box2 a:visited{
	color:#090;
	text-decoration: none;
}

#box3{
	float:left;
	width:275px;
	margin-left: 20px;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #CCC;
	padding-left: 2px;
	/*background-image: url(images/callme-backgr.gif);
	background-position: center bottom;
	background-repeat: no-repeat;*/
}
#box3 a{
	color:#09C;
	text-decoration: none;
}
#box3 a:hover{
	color:#999;
	text-decoration:none;
}
#box3 a:visited{
		color:#09C;
		text-decoration: none;
}
#box3 h1 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #0C0
}
/*----------call me form------------*/
#button{
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #F90;
	border: 3px double #333;
	background-color: #000;
	cursor:pointer;
}
#form1 {
	padding-left: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;	
}
#contactform{
	padding-left: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;	
}
/*-------------footer-------------*/
#footer {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-bottom-color: #333;
	width: 935px;
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
}
ul #bottommenu {
	list-style-type: none;
	float: left;
}
#bottommenu li {
	font-size: 12px;
	float: left;
	color: #333;
	list-style-type: none;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	display: block;
}
#bottommenu li a{
	color: #999;
	text-decoration: none;
}
#contact {
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	float: right;
	width: 200px;
}
#bottommenu .bottomphone {
	font-family: Arial;
	font-weight: normal;
	color: #FFF;
	list-style-type: none;
	float: right;
	margin-right: 20px;
}
#bottommenu .bottomphone a{
	color:#FFF;
}
#bottommenu .bottomphone a:hover, #bottommenu li a:hover {
	color: #09C;
}
#designinfo {
	float: right;
	width: 300px;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #666;
	text-align: right;
}
#designinfo a{
	color:#666;
}
#designinfo a:hover{
	color:#09C;
}
#topmenu .selected {
	background-image: url(images/menubgrhoover.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 12px;
	color: #FFF;
}
#topmenu .selected a {
	font-size: 13px;
	color: #FFF;
}
