/*@import url("reset.css");*/
@import url("menu.css");

html,body{
	margin:0;
	padding:0;

}

body{
	font: 75% Arial, Helvetica, sans-serif;
	line-height: 1.3;
	color:#666;
    text-align: center;
}

a,a:visited {
    color: #ED1C24;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p {
	margin:10px 0 10px;
	font-size: 1em;
}

h2 {
	font-size: 2.5em;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin:  5px 0 5px 0;
}

h3 {
	font-size: 1.5em;
	font-weight: normal;
	margin:  5px 0 5px 0;
}

/* PAGE SCRUCTURE */
div#outer {
	width: 100%;
	overflow: hidden;
}


div#container {
	margin: 0 auto;
}


div#header {
	background: #fff;
	height: 110px;
	width: 1024px;
	position: relative;
	margin: auto;
}

div#wrapper {
	width: 100%;
	overflow: hidden;
	margin: 0 0 25px;
	text-align: center;
}

div#content {
	padding: 25px 50px;
	width: 926px;
	text-align: left;
	margin: 0 auto;
}

div#header a{position:absolute;left:40px;top:34px}
div#content p{line-height:1.4}
div#navigation{background:#B9CAFF}
div#extra{background:#FF8539}

#outermenu {
	background-color: #999;
	padding: 0;
	height: 25px;
	width: 100%;
}

div#footer{
	visibility: false;
	color: #333
}

div#footer p{margin:0;padding:5px 10px}
div#footer a{display:inline;padding:0;color: #666}

div#navigation, div#sidebar-a {float:left;width:50%}
div#extra, div#sidebar-b {float:right;width:49.9%; text-align:center;}
div#footer{clear:right;width:100%;}

/* HEADER */

#header h1 {position: absolute; text-indent: -999em; font-size:small;}

#searchform {
	color: #999;
	float: right;
	margin: 53px 45px 0 0;

}

#searchform label, #searchform input {
	float: left;
	font-size: 1em;
	margin-right: 10px;
}

#searchform input.searchfield {
	background: #EFFFEF;
}

#searchform input.searchbutton {
	background: #fff;
	border: 0;
	color: #999;
	font-size: 1em;

}

/* BANNER - FLASH PLACEHOLDER */

#banner {
	height: 182px;
	width: 100%;
	margin: 0;
	background: #eee;
	/*background: url(../media/share/banner-placeholder.jpg) no-repeat;*/
}

#flashcontainer {
    margin: 25px 0 0 0;
}

#flashcontainer.home {
    margin: 0 0 -20px 0;
}

/* BREADCRUMBS */

ul#breadcrumbs {
    margin: 0 0 10px 0;
    padding: 0;
}

ul#breadcrumbs li {
	display: inline;
	padding-right: 3px;

}

ul#breadcrumbs li a {
	padding-right: 5px;
	color: #999;
	text-decoration: none;
}

ul#breadcrumbs li span {
	color: #FF3333;
	font-weight: bold;
}


/* PRODUCT PAGE */

div#prod-list {
	padding: 10px;
}

*> div#prod-list {
	width: auto;
}


.prod-list-end-left {
    width: 3px;
    background: url(../media/share/prod-list-end-left.gif) 0% 50% no-repeat;
}

.prod-list-end-right {
    width: 5px;
    background: url(../media/share/prod-list-end-right.gif) 100% 50% no-repeat;
}

.prod-list-item {
	margin: 0;
	float: left;
	height: 150px;
	margin: 0;
	padding: 0 10px 0 10px;
	text-align: center;
}

.prod-list-item a {
	color: #999;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

.prod-list-item a:hover {
	color: #ED1C24;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: underline;
}

.specs {
	margin-left: 30px;
}

.specs li {
	list-style-type:none;
}

.specs li span {
	display: block;
	float: left;
	width: 100px;
}

.specs li h3 {
    margin: 10px 0 0 0;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
}

.specs-image img {
    width: auto;
    padding:5px 20px 20px 20px;
    margin: 5px;
    background: url(../media/share/prod-img-footer.gif) 50% 100% no-repeat;
}




/* HELPERS */

.clear {
	clear: both;
}

.clear-left {
	clear: left;
}

.colorcode {
	margin: 10px 0;
	position: relative;
}

.currentcolor {
position: absolute;
top: 30px;
padding: 0 10px;
}

.colorcode li {

}

.colorcode li a {
	display:block;
	float: left;
	padding: 2px;
	margin: 0 8px 0 0;
}

.colorcode li a:hover {
	border: 1px solid #999;
	padding: 1px;
}

.colorcode li a.current {
	border: 1px solid #999;
	padding: 1px;
}

.feat-desc {
	margin: 0 0 20px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.top-margin {
    margin: 10px 0 0 0;
}

input, select {
	font-size: 1em;
}

textarea {
	font-size: 1.1em;
	width: 300px !important;
	height: 300px !important;
}

.formLabel {
    font-weight: bold;
}

.underline {
    border-bottom: 1px solid #999;
}

hr {
	border-top: 1px dotted #fff;
	border-bottom: 1px dotted #ccc;
	padding: 0;
