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

* {margin: 0; padding: 0;}

body {
		background: #FFFFFF;
		font-size: 15px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
}

p {
	padding-bottom: 20px;
	margin: 10px;
}

img {
	border: none;
}

h1 {
	font-size: 16px;
	color: #6ac9c3;
	margin: 10px;
}

table {
	padding-bottom: 20px;
}
td {
	padding: 10px;
}

hr {
    border:dashed; 
	border-width:1px 0 0; 
	height:0;
	margin: 10px;
	margin-bottom: 25px;
	border-color: #6ac9c3;

}

#top {
		background-image: url(img/raw/top.jpg);
		height: 150px;
}

#mid {
		min-height: 300px;
}

#bottom {
		background-image: url(img/raw/bottom.jpg);
		background-position: top;
		background-repeat: repeat-x;
		min-height: 200px;	
		padding: 20px;	
}

#txt {
		width: 850px;
}

#left {
		float: left;
		display: inline-block;
		height: 300px; width: 400px;	
		background-image: url(img/raw/curl.png);
		background-repeat: no-repeat;	
}

#right {
		float: right;
		display: inline-block;
		width: 500px; height: 300px;
		background-image: url(img/raw/box.png);
		background-position: center center;		
		background-repeat: no-repeat;
		color: #FFFFFF;
}

#boxtxt {
		color: #FFFFFF;
		width: 360px;
		height: 200px;
		margin: auto;
		margin-top: 55px; margin-left: 75px;
}

.inner {
		width: 900px;
		margin: auto;
}


#menu {
	position: absolute;
	top: 117px;
	font-size: 12px;
	left: 270px;
}

ul#menul {

		padding-top: 12px;
		list-style: none;
		width: 900px;
		background: transparent;

}

ul#menul li {

		display: inline;
		width: 900px;
		border-right: thin dotted #999999;
		padding-left: 15px; padding-right: 15px; 
		padding-bottom: 5px; padding-top: 1px;
		background: transparent;

}

ul#menul li a {

		color: #333333;
		font-size: 12px;
		font-weight:lighter;
		width: 900px;
		letter-spacing: 2px;
}

ul#menul li a:hover {
		color: #666666;
		width: 900px;
}


/* FORM */
form.contact
    {

	
	color:#FFFFFF;

    padding: 50px;
    width: 400px;
    
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    }

	
label
    {
    float: left;
    width: 100px;
    text-align: right;
	color:#FFFFFF;
    
    margin-right: 20px;
    }

input
    {
    background-color: #f5f5f5;

    font-size: x-small;

    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    
    margin-bottom: 10px;
    }
	
select
    {
    width: 120px;
    font-size: x-small;
    background-color: #f5f5f5;
	color: #FFFFFF;
    
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    
    margin-bottom: 10px;
    }

	
textarea
    {
    width: 300px;
    height: 150px;
    background-color: #f5f5f5;
    
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    
  	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    
    margin: 10px;
	padding: 10px;
    }

