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

body {
	margin-top: 20px;
	background-color: #03c;
	font-family: 'Droid Sans', sans-serif;
	font-size: 16px;
	color: #666;
	background-image: url(blue_background.png);
}

#button {
	color: #fff;
	padding: 10px;
	text-transform: uppercase;
	font-weight: normal;
	background: #03c; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03c', endColorstr='#006'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#03c), to(#006)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #03c,  #006); /* for firefox 3.6+ */ 
	width: 100px;
	text-align: center;
	float: left;
	height: 45px;
	margin-right: 5px;
	
}

#buttonleft {
	color: #fff;
	padding: 10px;
	text-transform: uppercase;
	font-weight: normal;
	background: #03c; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03c', endColorstr='#006'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#03c), to(#006)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #03c,  #006); /* for firefox 3.6+ */ 
	width: 100px;
	text-align: center;
	float: left;
	height: 45px;
	margin-right: 5px;
	margin-left: 97px;
	margin-bottom: 15px;
	
}

#buttonleft:hover {
	background: #e4b137; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4b137', endColorstr='#b48a24'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#e4b137), to(#b48a24)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #e4b137,  #b48a24); /* for firefox 3.6+ */ 
}

#button:hover {
	background: #e4b137; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4b137', endColorstr='#b48a24'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#e4b137), to(#b48a24)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #e4b137,  #b48a24); /* for firefox 3.6+ */ 
}

h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 45px;
	line-height: 47px;
	color: #000;
	font-weight: normal;
	letter-spacing: -1px;
	text-align: center;
}

h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 35px;
	line-height: 30px;
	color: #000;
	font-weight: normal;
	letter-spacing: -1px;
	text-align: center;
}

p {
	font-family: 'Droid Sans', sans-serif;
	font-size: 20px;
	color: #000;
	letter-spacing: -1px;
	line-height: 3px;
}

.yellow {
	font-family: 'Droid Sans', sans-serif;
	font-size: 60px;
	color: #e4b137;
	font-weight: bold;
	text-transform: uppercase;
}

.uppercaseblue {
	font-family: 'Droid Sans', sans-serif;
	font-size: 18px;
	color: #03c;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
}

li {
	font-size: 13px;
	color: #333;
	margin-left: 30px;
}

#maincontainer {
	width: 100%;
}

#main {
	width: 900px;
	margin: 0 auto;
	background-color: #fff;
	padding-top: 15px;
	background-image: url(main_background.png);
	height: 1050px;
        -moz-box-shadow: 1px 1px 4px #000;
        -webkit-box-shadow: 1px 1px 4px #000;
        box-shadow: 1px 1px 4px #000;
}

#maininside {
	width: 90%;
	margin: 0 auto;
	padding: 15px;
}

#inside {
	background-color: #fff;
	padding: 5px;
}

#contact {
	width: 60%;
	float: right;
    background-color: #f4f4f4;
	border: #ccc 1px solid;
	border-radius:25px;
	-moz-border-radius:25px; /* Firefox 3.6 and earlier */
}

.label {
	font-family: 'Droid Sans', sans-serif;
	font-size: 15px;
	color: #999;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-weight: normal;
	display:block;
	font-weight: normal;
	text-align:right;


}

input {
	background-color: #fff;
	color: #333;
	font-family: arial, verdana, ms sans serif;
	font-weight: bold;
	font-size: 15px;
	height: 50px;
	border: 1px #ccc solid;
	margin-top: 7px;
	margin-right: 30px;
	width: 355px;
}