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

body {
	background-image: url(images/tartan_9ab329f0d4f4cefea2f4edfa9d00e67b.png);
	background-repeat: repeat;
}#container {
	height: 938px;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	background-image:url(images/background.png);
	margin-top: 20px;
	margin-bottom: 20px;
}
#title {
	float: left;
	height: 115px;
	width: auto;
	margin-top: 18px;
	margin-left: 40px;
}
#order {
	float: right;
	height: auto;
	width: auto;
	margin-top: 30px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menu {
	clear: both;
	float: left;
	height: auto;
	width: 840px;
	margin-left: auto;
	font-family: "Trebuchet MS", Arial, serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #E300B0;
	margin-right: auto;
	margin-top: 40px;
	text-align: center;
}
.menu {
	font-family: "Trebuchet MS", Arial, serif;
	font-size: 18px;
	color: #EA00B9;
}
.menu a:link{
	color:#EA00B9;
	text-decoration: none;
}
.menu a:visited{
	color:#EA00B9;
	text-decoration: none;
}
.menu a:hover{
	color:#FFA4EB;
	text-decoration: none;
}	
#main_content_area {
	height: 650px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-top: 25px;
	padding-top: 20px;
	font-family: "Trebuchet MS", Arial, serif;
	font-size: 16px;
	font-weight: normal;
	color: #EF04C1;
}
#home_image {
	float: left;
	height: auto;
	width: auto;
}

#footer {
	font-family: "Trebuchet MS", Arial, serif;
	font-size: 14px;
	font-weight: normal;
	color: #F100B7;
	clear: both;
	height: 50px;
	width: 800px;
	text-align: center;
	line-height: 1.5pc;
	margin-right: auto;
	margin-left: auto;
}
.footer {
	font-family: "Trebuchet MS", Arial, serif;
	font-size: 14px;
	color: #EA00B9;
}
.footer a:link{
	color:#EA00B9;
	text-decoration: none;
}
.footer a:visited{
	color:#EA00B9;
	text-decoration: none;
}
.footer a:hover{
	color:#FFA4EB;
	text-decoration: none;
}	

.contact_field {
 	width: 250px;
	height: 22px;
        font-family: verdana,arial;
        font-size: 14px; 
 	color: #000000;
 	background-color: #ffffff;
 	border: 2px solid #EA00B9;
        padding: 3px;
}


.contact_select {
 	width: 253px;
	height: 24px;
        font-family: verdana,arial;
        font-size: 12px; 
 	color: #000000;
 	background-color: #ffffff;
        padding: 2px;
}

.contact_subject {
 	width: 250px;
	height: 24px;
        font-family: verdana,arial;
        font-size: 12px; 
 	color: #000000;
 	background-color: #ffffff;
 	border: 1px solid #000000;
        padding: 3px;
}


.contact_textarea {
 	width: 250px;
	height: 110px;
        font-family: verdana,arial;
        font-size: 13px; 
 	color: #000000;
 	background-color: #ffffff;
 	border: 2px solid #EA00B9;
        padding: 3px;
}

.contact_button {
 	font: 12px tahoma,verdana,arial;
	font-weight: bold;
	color: #EA00B9;
 	background-color: #000000;
	width: 123px;
	height: 23px;
	border-width: 2px;
        border-color: #EA00B9;
 	margin-left: 0px;
 	margin-top: 0px;
 	margin-bottom: 0px;
}

