
body {
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 80%;
	color: black;
	margin: 1em;
	padding: 0;
}

#container {
	margin: 0 auto;
	width: 800px;
	background-color: black;
	text-align: left;
}

.menu-bar {
	width: 800px;
	height: 34px;
	font-size: 0.85em;
	font-weight: bold;
	text-align: center;
	padding: 0;
}

.menu-item {
	width: 144px;
	padding: 0;
	margin-left: 25px;
}

#news {
	margin-top: 25px;
	margin-left: 25px;
	width: 150px;
	height: 100%;
}

#news-header {
	font-size: 1.3em;
	font-weight: bold;
	color: #c73a43;
	padding-bottom: 15px;
}

.news-item {
	color: #FFFFFF;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #c73a43;
}

.news-item a {
	font-size: 0.75em;
	font-weight: bold;
	color: #c73a43;
}

.footer-bar {
	width: 800px;
	height: 34px;
	margin-top: 50px;
	background-image: url('images/footer.jpg');
	font-weight: normal;
	text-align: center;
}

.footer-item-left {
	font-size: 0.85em;
        width: 100px;
	height: 34px;
        float: left;
	vertical-align: middle;
	text-align: center;
	line-height: 33px;
}

.footer-item-left a:hover {
        color: #bd6410;
        border: none;
        margin: 0px;
        padding: 0;
}

.footer-item-right {
        width: 130px;
        float: right;
	margin-top: 9px;
	font-size: 1em;
}

.menu-item a:hover {
	color: #bd6410;
	border: none;
	margin: 0px;
	padding: 0;
}

a {
        text-decoration: none;
        color: #c73a43;
}

a:hover {
        color: #bd6410;
        border: none;
        margin: 0px;
        padding: 0;
}

a:link {
	border: none;
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

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

#index-main {
	height: 450px;
}
	
#index-main img {
	margin-right: 15px;
}

#contact-email {
	vertical-align: middle;
}

#welcome {
	margin-top: 25px;
	margin-left: 25px;
	font-size: 6.5mm;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
}

#welcome-sub {
        margin-top: 10px;
        margin-left: 25px;
        font-size: 6.0mm;
        text-align: left;
        color: #FFFFFF;
}

#welcome-intro {
	margin-top: 15px;
	margin-left: 25px;
	width: 480px;
	text-align: left;
	color: #FFFFFF;
}

#welcome-tools-banner {
	margin-top: 25px;
	margin-left: 15px;
	width: 800px;
	color: #C36304;
	font-size: 5.5mm;
	font-weight: bold;
}

#welcome-tools {
	margin-top: 10px;
	margin-left: 15px;
	width: 780px;
}

.welcome-tools a {
	text-decoration: none;
	margin: 0;
	border: none;
}

.float-left {
        float: left;
}

.float-right {
        float: right;
}

#body-left {
        float: left;
        width: 200px;
	height: 100%;
	margin-top: 25px;
}

#body-right {
        float: right;
        width: 590px;
	height: 100%;
	margin-top: 25px;
}

#safety-notice {
        font-size: 0.75em;
        color: #FFFFFF;
	margin-top: 10px;
	padding-right: 25px;
}

#distributor-left {
        margin-top: 20px;
        margin-left: 10px;
        float: left;
        width: 200px;
}

#distributor-left img {
        margin-top: 15px;
        margin-bottom: 25px;
}

#distributor-left p {
        color: #FFFFFF;
        text-decoration: none;
        letter-spacing: 0.03em;
        word-spacing: 0.06em;
        margin: 0.75em;
}

#distributor-right {
        margin-top: 20px;
        float: right;
        width: 300px;
}

#distributor-right img {
        margin-top: 15px;
        margin-bottom: 25px;
}

#distributor-right p {
        color: #FFFFFF;
        text-decoration: none;
        letter-spacing: 0.03em;
        word-spacing: 0.06em;
        margin: 0.75em;
}

#distributor-main {
        height: 600px;
        text-align: left;
}

#distributor-main a {
        text-decoration: none;
        color: #FFFFFF;
}

#distributor-main a:hover {
        color: #bd6410;
        border: none;
        margin: 0px;
        padding: 0;
}

#distributor-main a:link {
        border: none;
        margin: 0;
        padding: 0;
}

#distributor-main a img {
        border: none;
}

#distributor-main a:visited {
        text-decoration: none;
        color: #FFFFFF;
}

#launch {
	height: 700px;
}

UL {
	list-style-image: url(/images/red-bullet-point.gif);
}

#test-quote {
        margin-top: 15px;
        margin-left: 25px;
        width: 480px;
        text-align: left;
        color: #FFFFFF;
}

#test-person {
        margin-top: 15px;
        margin-left: 25px;
        width: 480px;
        text-align: left;
        color: #FF0000;
	font-style: italic;
}

