/*=========== General style ===========*/
/*================================================*/
* {
	padding: 0;
	vertical-align: top;
	margin-top: 0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(images/background.jpg) #000 no-repeat top center ;
}



html, body {

}

table {
	font-size: 1em;
	line-height: 1.4em;
}


/*=========== Link style ===========*/
/*================================================*/
a {
	color: #990000;
	text-decoration: none;
}

a:visited {
	color: #990000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #990000;
}


/*=========== Headings, font ===========*/
/*================================================*/


h1 {
	color: #333;
	font-weight: normal;
	font-size: 28px;
	font-family: Arial, Helvetica, sans-serif;
}



body {
	color: #333;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

footers {
	color: #999;
	font-weight: normal;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}



/*=========== Layout ===========*/
/*================================================*/
#header {
	margin: 0px auto;
	width: 977px;
	height: 130px;
	vertical-align: top;
}

#main_top {
	margin: 0 auto;
	width: 900px;
	height: 96px;
	background: url(images/main_top.jpg);
}

#ContentContainer {
	margin: 0 auto;
	width: 900px;
	background: url(images/main_middle.jpg) repeat-y;
	overflow: hidden;
}
#ItemContainer {
	width: 900px;
	overflow: hidden;
}
#ItemLeft {
	width: 280px;
	float: left;
}
#ItemRight {
	float: right;
	margin: 20px 80px 0 0;
	width: 460px;
}
.clear {
	clear: both;
}
#Wrap {
	padding: 0 40px 0 40px;
}


#main_bottom {
	margin: 0px auto;
	width: 900px;
	height: 171px;
	background: url(images/main_bottom.jpg);
}

#banner {
	margin: 0 0 20px 40px;
	float: left;
	clear: left;
	width: 860px;
	height: 100%;
}
#left_image {

}
#right_text {

}

#ContentLeft {
	float: left;
	width: 420px;
}
#Content {
	margin: 0 0 50px 0;
}
#FlashBox {
	float: right;
	width: 390px;
}

#holder {

}

#footerholder {
	clear: left;
	float: left;
	height: 100%;
	margin-left: 100px;
	margin-top: 30px;
	overflow: hidden;
	width: 340px;
}
#footerholder #footerText {
	color: #999;
	margin: 9px 0 0;
	float: left;
}
#footerholder #footerImage {
	margin: 0 0 0 0;
	float: right;
}


#title {
	float: left;
	clear: left;
	padding-top: 25px;
	width: 750px;
}

#thumb img {
	float: left;
	clear: left;
	width: 269px;
	border: none;
}

#text {
	float: right;
	clear: right;
	width: 440px;
	border: none;
	padding-left: 18px;
}

#contacted {
	float: left;
	margin: 20px 0 0 0;
	width: 380px;
	height: 100%;
}

#contact-info {
	float: right;
	margin: 24px 0 0 0;
	width: 400px;
	height: 100%;
}



/*=========== Header, Logo ===========*/
/*================================================*/
#birdie img {
	float: left;
	clear: left;
	width: 280px;
	border: none;
}

#logo img {
	float: right;
	clear: none;
	width: 271px;
	padding-top: 60px;
	padding-right: 180px;
	border: none;
}

/*=========== footer ===========*/
/*================================================*/
#footertext {
	clear: left;
	border: none;
	padding-top: 100px;
}






/*=========== Contact, Form ===========*/
/*================================================*/


label,input {
	display: block;
	width: 210px;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: left;
	width: 75px;
	padding-right: 20px;
}

.submit {
	background: url(images/submit.jpg) no-repeat top;
	border: 0;
	height: 24px;
	width: 57px;
}
