@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
}

.center_div {
	margin: 0 auto;
	text-align: center;
	width: 950px;
	
}

.wrapper {
	text-align:left;
	width: 950px;
	float:left;
}

.brandstext
{
	font-size:20px;
}

.logo {
	width: 208px;
	height: 94px;
	float:left;

}

.top_space {
	width: 90px;
	height: 94px;
	float: left;
}

.slogan {
	width: 377px;
	height: 94px;
	float:left;
	background-image:url(images/slogan.gif);
	background-repeat:no-repeat;
	
}

.top_space2 {
	width: 82px;
	height: 94px;
	float:left;
}

.phone {
	width: 42px;
	height: 94px;
	float:left;
	background-image:url(images/phone.gif);
	background-repeat:no-repeat;
}

.number {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #e5bf00;
	font-weight:100;
}


.header {
	width: 950px;
	height: 94px;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #e5bf00;
	font-weight:100;
}

	#flashcontent {
		height: 350px;
	}
	
	
	
.texbox {
	width: 439px;
	float:left;
	margin-top: 10px;
}

.text_space {
	width: 72px;
	float:left;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #2f292a;
}

a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #2f292a;
	text-decoration: none;
}

a: hover {
	color: #2f292a;
}

a: visited {

	color: #2f292a;
}