@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #f7f7f7;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #description {
	background-image: url(../images/slide_show.gif);
	height: 590px;
}
#wrapper     #description     #container {
	float: right;
	width: 500px;
}
#wrapper  #description  #container  #logo {
	height: 93px;
	width: 400px;
	margin-top: 100px;
}
#wrapper #description #container #headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	color: #7a7a7a;
	text-align: center;
	vertical-align: middle;
	width: 400px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#wrapper #description #container #about {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #7a7a7a;
	text-align: left;
	vertical-align: middle;
	width: 360px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#wrapper #description #container #button_container {
	height: 25px;
	width: 400px;
	padding-top: 20px;
}
#wrapper #description #container #button_container #demo_btn {
	float: left;
	height: 25px;
	width: 200px;
}
#wrapper #description #container #button_container #buy_btn {
	float: right;
	height: 25px;
	width: 200px;
}
#wrapper #description #press {
	float: left;
	width: 500px;
	height: 590px;
}
#wrapper #description #press #pr_btn {
	height: 29px;
	width: 118px;
	margin-top: 520px;
	margin-left: 125px;
}
#wrapper  #quotes_container {
	background-image: url(../images/quote_bkg.png);
	background-repeat: repeat-y;
	width: 1000px;
}
#wrapper  #quotes_container  #quote_spacer {
	height: 20px;
}
#wrapper #quotes_container #quote_01 {
	height: 100px;
}
#wrapper #quotes_container #quote_01 #icon {
	float: left;
	height: 100px;
	width: 75px;
	margin-left: 100px;
}
#wrapper #quotes_container #quote_01 #quote_text {
	float: right;
	height: 100px;
	width: 725px;
	margin-right: 100px;
}
#wrapper #quote_bottom {
	height: 20px;
	background-image: url(../images/bottom.png);
}
#wrapper #legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7a7a7a;
	text-align: center;
}
#wrapper .company_logos {
	height: 120px;
	margin-top: 10px;
}

