@charset "utf-8";

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-size: 1em;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #A50C17;
	background-image: url(../images/wordle_background.jpg);
}

p {
	margin: 0px;
	padding: 0px;
}

#wrapper {
	padding: 0px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-right: auto;
	margin-bottom: -125px;
	margin-left: auto;
}

#container {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 15px;
}

#content {
	z-index: 10;
	position: relative;

}

#logo_container {
	height: 110px;
	z-index: 10;
	position: relative;
}

h1#swag_logo a {
	height: 100px;
	width: 953px;
	display: block;
	position: relative;
	background-image: url(../images/top_logo.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -9999px;
}

#navigation {
	height: 40px;
}

ul#navbar {
	display: block;
	height: 20px;
	width: 563px;
	list-style-image: none;
	list-style-type: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

	ul#navbar li ul {
	z-index: 50;
	position: relative;
	width: 155px;
	margin-left: 20px;
	display: none;
	padding-top: 5px;
	}

ul#navbar li {
	display: block;
	height: 20px;
	float: left;
	font-size: 1.1em;
	padding-right: 10px;
	padding-left: 10px;
}

ul#navbar li#home {
	width: 50px;
}

ul#navbar li#about {
	width: 55px;
}

ul#navbar li#products {
	width: 198px;
}

	ul#navbar li#products:hover ul {
	display: block;
	z-index: 1001;
	position: relative;
	}
	
		ul#navbar li#products ul li{
	width: 155px;
	text-align: left;
	padding: 0px;
	background-color: #FFF;
	position: relative;
	z-index: 1001;
		}
		
		ul#navbar li#products li {
	width: 155px;
	height: 25px;
	background-color: #FFF;
	position: relative;
	z-index: 1001;
		}
		
		ul#navbar li#products li a {
	width: 155px !important;
	text-indent: 5px;
	display: block;
	outline: 0;
	font-size: 0.6em;
	text-shadow: 0px 0px 0px #FFF;
	color: #E2383F;
	background-color: #FFF;
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
	box-shadow: 1px 1px 2px #000;
	height: 18px;
	position: relative;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #E2383F;
	border-right-color: #E2383F;
	border-left-color: #E2383F;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	z-index: 1001;
		}
		ul#navbar li#products li a:last-child{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2383F;
	position: relative;
	z-index: 1001;
		}
		
		ul#navbar li#products li a:visited {
	background-image: none;
	background-color: #FFF;
	color: #E2383F;
	position: relative;
	z-index: 1001;
		}
		
		ul#navbar li#products li a:hover {
	background-image: none;
	background-color: #CCC;
	color: #E2383F;
	position: relative;
	z-index: 1001;
		}
		
		ul#navbar li#products li a:active {
	background-image: none;
	background-color: #000;
	color: #FFF;
	position: relative;
	z-index: 1001;
		}

ul#navbar li#contact {
	width: 65px;
}

ul#navbar li#e_commerce {
	width: 170px;
}

ul#navbar li#news {
	width: 45px;
}

ul#navbar li#gallery {
	width: 55px;
}

ul#navbar li a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-shadow: 2px 2px 2px #000;
}

ul#navbar li a:visited {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

ul#navbar li a:hover {
	font-weight: bold;
	color: #999;
	text-decoration: none;
}

ul#navbar li a:active {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#main_content {
	background-color: #FFF;
	border: 1px solid #E2383F;
	min-height: 100px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	z-index: 10;
	position: relative;
	-moz-box-shadow: 2px 2px 5px #000;
	-webkit-box-shadow: 2px 2px 5px #000;
	box-shadow: 2px 2px 5px #000;
	text-align: justify;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}

#main_content h1 {
	color: #E2383F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.35em;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;
	text-align: center;
}

#main_content h2 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.35em;
	font-weight: bold;
	text-shadow: 1px 1px 1px #999;
	text-align: center;
	margin-top: 8px;
}

#main_content h2 a {
	color: #5F5F5F;
	text-decoration: none;
}

#main_content h3 {
	color: #E2383F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	text-shadow: 0.03em 0.03em 0.08em #000;
	text-align: left;
	margin-top: 10px;
}

#main_content p {
	font-size: 0.85em;
	margin-top: 10px;
	line-height: 1.1em;
}

#main_content p a {
	font-weight: bold;
	color: #E2383F;
	text-decoration: none;
}

#main_content p a:visited {
	font-weight: bold;
	color: #E2383F;
	text-decoration: none;
}

#main_content p a:hover {
	font-weight: bold;
	color: #999;
	text-decoration: none;
}

#main_content p a:active {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#main_content p#linkbutton a{
	font-size: 1.2em;
	font-weight: bold;
	width: 200px;
	color: #E2383F;
	text-decoration: none;
	text-align: center;
	display: block;
	border: 1px solid #E2383F;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px;
	-moz-border-radius: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #F3F3F3;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

#main_content p#linkbutton a:visited {
	font-size: 1.2em;
	font-weight: bold;
	width: 200px;
	color: #E2383F;
	text-decoration: none;
	text-align: center;
	display: block;
	border: 1px solid #E2383F;
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #F3F3F3;
}

#main_content p#linkbutton a:hover {
	font-size: 1.2em;
	font-weight: bold;
	color: #999;
	text-decoration: none;
	text-align: center;
	display: block;
	border: 1px solid #999;
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #F3F3F3;
}

#main_content p#linkbutton a:active {
	font-size: 1.2em;
	font-weight: bold;
	width: 200px;
	color: #000;
	text-decoration: none;
	text-align: center;
	display: block;
	border: 1px solid #000;
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #F3F3F3;
	-moz-box-shadow: 0px 0px 0px #FFF;
	-webkit-box-shadow: 0px 0px 0px #FFF;
	box-shadow: 0px 0px 0px #FFF;
}

#main_content ul {
	margin-top: 10px;
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 30px;
}

#main_content li {
	padding-left: 35px;
	list-style-type: disc;
	font-size: 0.85em;
	line-height: 1.75em;
}

#main_content #promo_video {
	height: 315px;
	width: 560px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
	position: relative;
}

#image_area {
	height: 250px;
	width: 422px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/usa_small.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 15px;
	margin-bottom: 15px;
}
#mailform {
	width: 675px;
	margin-top: 35px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 55px;
}


label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	font-weight: bold;
	text-align: right;
	display: block;
	width: 15em;
	margin-right: 0.75em;
	float: left;
	margin-top: 4px;
}

input[type="text"] {
	background-color: #FFF;
	border: 1px solid #E2383F;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
}
input[type="text"]:hover {
	background-color: #FFF;
	border: 1px solid #999;
	padding: 3px;
}
input[type="text"]:focus {
	background-color: #FFF;
	border: 1px solid #000;
	padding: 3px;
}
input[type="password"] {
	background-color: #FFF;
	border: 1px solid #E2383F;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
}
input[type="password"]:hover {
	background-color: #FFF;
	border: 1px solid #999;
	padding: 3px;
}
input[type="password"]:focus {
	background-color: #FFF;
	border: 1px solid #000;
	padding: 3px;
}
textarea {
	background-color: #FFF;
	border: 1px solid #E2383F;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
}
textarea:hover {
	background-color: #FFF;
	border: 1px solid #999;
	padding: 3px;
}
textarea:focus {
	background-color: #FFF;
	border: 1px solid #000;
	padding: 3px;
}
.submitbutton {
	background-color: #E2383F;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	margin-left: 5.95em;
}
.submitbutton:hover {
	background-color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}
.submitbutton:focus {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#button_container {
	width: 300px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 13.35em;
	padding: 0px;
}
.contactsubmit {
	background-color: #E2383F;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 5px;
	padding-right: 16px;
	padding-bottom: 5px;
	padding-left: 16px;
	float: left;
	margin-right: 10px;
}
.contactsubmit:hover {
	background-color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.contactsubmit:focus {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.contactreset {
	background-color: #E2383F;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 5px;
	padding-right: 16px;
	padding-bottom: 5px;
	padding-left: 16px;
	float: left;
}
.contactreset:hover {
	background-color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.contactreset:focus {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.login_info {
	font-size: 1.3em !important;
	text-align: center;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
}




#footer, #push {
	height: 115px;
}
 
#footer {
	font-size: 0.7em;
	color: #FFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 10;
	position: relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}

#footer a:link {
	font-weight: bold;
	color: #E2383F;
	text-decoration: none;
}

#footer a:visited{
	font-weight: bold;
	color: #8A0000;
	text-decoration: none;
}

#footer a:hover{
	font-weight: bold;
	color: #900;
	text-decoration: none;
}

#footer a:active{
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#footer_black {
	background-color: #000;
	padding-top: 10px;
	margin-top: 10px;
	background-image: url(../images/bottom_carbon_fiber.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}


#footer_content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 2px;
	font-size: 1em;
	margin-bottom: 5px;
}

#footer_content p {
	margin-bottom: 3px;
}

#text_links {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 2px;
	font-size: 1.2em;
	margin-bottom: 10px;
}
.sub_text_links {
	font-size: 0.85em;
	margin-top: 4px;
}

 
#copyright {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 2px;
	font-size: 0.8em;
}

#copyright p {
	margin-bottom: 3px;
}

.formerly {
	margin-top: 10px;
	font-size: 0.8em;
	font-style: italic;
}

#background_swag {
	background-image: url(../images/background_swag.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 600px;
	width: 90px;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 1;
}

