/* CSS RESET*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*END CSS RESET*/

body {
	width: 300px;
	margin: 20px auto;
	background-color: #ffffff;
	font-size: 11px;
	font-family: Arial,Helvetica,sans-serif;
}

.contentRow {
	clear:both;
	width: 327px;
}

#steelusLogo {
	width: 270px;
	height: 205px;
	float: left;
	padding:4px;
	border: 1px solid #999999;	
	background-color: #d6d6d6;
}

p {
	line-height: 135%;
	padding: 5px;
}

em {
	font-weight: bold;
	text-indent:10px;
	font-style:normal;
}
#firstImage {
	margin-top:5px;
}
#picstrip {
	width: 840px;
	height: 205px;
	float: left;
	padding:4px;
	border: 1px solid #999999;
	margin-left:5px;
	background-color: #d6d6d6;
}
.pageRow {
	width:1125px;
	float: left;
	padding:4px;
	margin-top:5px;
	margin-bottom:5px;
	border: 1px solid #999999;
	background-color: #d6d6d6;
	
}
.menu ul{
	list-style-type:none;
}
.menu li{
	float:left;
	margin-right:5px;
	padding:0px;
	
}
#menuSelected  a{
	background-color:#ec1c24;
	color:white;
	border: 1px solid #c14d4d;

}
.menu a:link, .menu a:visited {
	display:block;
	width:125px;
	margin:0px;
	padding:4px;
	border: 1px solid white;
	background-color: #d6d6d6;
	color:black;
	text-decoration:none;
	font-weight:bold;
}
.menu a:hover,.menu a:active {
	background-color:#ec1c24;
	color:white;
	border: 1px solid #c14d4d;
}

.menuLanguage ul{
	list-style-type:none;
}
.menuLanguage li{
	float:right;
	margin-left:5px;
	padding:0px;
	text-align:right;
	
}
#menuLanguageSelected  a{
	background-color:#ec1c24;
	color:white;
	border: 1px solid #c14d4d;

}
.menuLanguage a:link, .menuLanguage a:visited {
	display:block;
	width:25px;
	margin:0px;
	padding:4px;
	border: 1px solid white;
	background-color: #d6d6d6;
	color:black;
	text-decoration:none;
	font-weight:bold;
}
.menuLanguage a:hover,.menuLanguage a:active {
	background-color:#ec1c24;
	color:white;
	border: 1px solid #c14d4d;
}

.column {
	width: 270px;
	height: 540px;
	float: left;
	margin-top:5px;
	margin-left:5px;
	padding: 4px;
	border: 1px solid #999999;
	background-color: #d6d6d6;
}
.columnFirst {
	width: 270px;
	height: 540px;
	float: left;
	margin-top:5px;
	padding: 4px;
	border: 1px solid #999999;
	background-color: #d6d6d6;
}
.accented {

	background-color: #000000;
}



.column ul, .columnFirst ul {
	padding-left: 5px;
	list-style-type: none;
	list-style-position: inside;
	margin:10px 0px;
}

.column ul img, .columnFirst ul img {
  float: left;
}

.column li, .columnFirst li {
  padding-left:5px;
  margin-top:3px;
}

.first {
  font-weight: bold;
  background-color:#ffffff;
  margin-bottom: 5px;
  padding-left: 5px;
  padding:3px;

}

.price {
  margin-left: 10px;
  font-style: italic;
}

h1 {
	border: 1px solid #c14d4d;
	margin: 0;
	padding: 5px;
	background-color: #ec1c24;
	font-weight: bold;
	font-size: 14px;
	color: white;
}

h2 {
	padding: 5px;
	font-size: 12px;
	background-color: #999999;
	color: white;
	font-weight: bold;
}

a {
  font-weight: bold;
}

a:link {
	color: black;
}

a:hover {
	color: #ec1c24;
}

a:visited {
	color: #666666;
}
