
#menu_wrap
{
	position:absolute;
	margin-top:140px;
	margin-left:360px;
	width:400px;
	height:80px;
	list-style-type:none;
	-webkit-border-radius:10px 0px 0px 10px;
	-moz-border-radius:10px 0px 0px 10px;
	border-radius:10px 0px 0px 10px;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,.2);
	-moz-box-shadow:0 1px 3px rgba(0,0,0,.2);
	box-shadow:0 1px 3px rgba(0,0,0,.2)
}

.White
{
	color:#606060;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
	border-right:1px solid #e2e2e2;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e2e2e2));
	background: -webkit-linear-gradient(top, #ffffff 0%,#e2e2e2 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#e2e2e2 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#e2e2e2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=0 );
	background: linear-gradient(top, #ffffff 0%,#e2e2e2 100%);
}

#content_holder {
    background: #4d9dcc;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	width:800px;
	height:600px;
	font: 24px/36px 'Segoe UI Light','Segoe UI',Arial,sans-serif;
	font-weight: bold;
	color: #ffffff;
}

#logo {
	position:absolute;
	margin-top:40px;
	margin-left:15px;
	width:330px;
	height:180px;
	text-align:center;
}

#contact {
	position:absolute;
	margin-top:160px;
	margin-left:15px;
	width:330px;
	height:180px;
	text-align:left;
	font: 16px/24px 'Segoe UI Light','Segoe UI',Arial,sans-serif;
	color: #ffffff;
}

#mail {
	background-image:url('/img/mail.png');
	background-repeat:no-repeat;
	padding-left:80px;
	height:50px;
}

#phone {
	background-image:url('/img/phone.png');
	background-repeat:no-repeat;
	padding-left:80px;
	height:50px;
}

#address {
	background-image:url('/img/location.png');
	background-repeat:no-repeat;
	padding-left:80px;
	height:80px;
}

#copy {
	background-image:url('/img/copy.png');
	background-repeat:no-repeat;
	padding-left:80px;
	height:50px;
}

#socialmed {
	background-image: url('/img/facebook.png'), url('/img/twitter.png');
	background-position: left top, left center;
	background-repeat:no-repeat;
	padding-left:80px;
	height:50px;
	text-align:left;
	font: 12px/16px 'Segoe UI Light','Segoe UI',Arial,sans-serif;
	color: #ffffff;
}

a{color: #fff;text-decoration: none;}
a.hover{color: #fff;text-decoration: underline;}
a.visited{color: #fff;text-decoration: none;}