html, body, table, td, div, ul, ol, h1, h2, h3, h4, h5, h6, hr, img, form, input, textarea {margin: 0; padding: 0; border-style: none; }
* {background-repeat: no-repeat; }

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
li {
	margin-left:25px;
}
ul {
	margin-top:10px;
	margin-bottom:10px;
}
#pageTitle{
	margin-left:2%;
	margin-right:2%;
	margin-top:2%;
	background-color:#eee;
	background-image:url(../images/title_bar_gold.gif);
	background-repeat:repeat;
	padding:5px;
	padding-left:15px;
	
}
#productTitle{
	background-color:#eee;
	background-image:url(../images/title_bar_silver.gif);
	background-repeat:repeat-x;
	text-align:center;
	padding:5px;
}
h2 {
	text-transform:uppercase;
	text-align:left;
	font-size:18px;
}
h3 {
	font-size:16px;
}
.titleItalicized {
	 font-style: italic;
	 font-size:16px;
	 line-height:24px;
}
#header{
	background-color:#ddd;
	margin:0;
	padding-left:173px; /* The width of the rail */
	text-align:center;
	overflow:hidden;
	
}
* html #header{
  height:1%; /* So IE plays nice */
}

#headerNav{
  	background-color:#fff;
	width:100%;
	height:77px;
	border-left:173px solid #ccc; /* The width and color of the rail */
	margin-left:-173px;
	float:right;
	background-image:url(../images/site_head_bg.gif);
	background-repeat:repeat-x;
}
#headerLogo{
 	width:173px;
 	height:77px;
	float:left;
	margin-left:-173px;
	display:inline; /* So IE plays nice */
	background-image:url("../images/logo_olypanel_header.gif");
	background-position:top center;
	text-indent:-10000px;
}
#headerSpacer {
	height:43px;
	width:100%;
}
#menu {
	width:627px;
	margin:0px;
	padding:0px;
	list-style-type:none;

}
#menu li {display:inline;}
#menu li a {
	float:left;
	position:relative;
	margin:0px;
	padding:0px;
	height:34px;
	overflow:hidden;
	text-indent:-10000px;
	background-position:0% 0px;
}

#menu li a:hover {background-position:100% -34px;}

#menuConcreteForm a {width:164px;background-image:url("../images/nav_concrete_forming.gif");}
#menuSignMaking a {width:114px;background-image:url("../images/nav_sign_making.gif");}
#menuIndustrials a {width:114px;background-image:url("../images/nav_industrials.gif");}
#menuEspanol a {width:89px;background-image:url("../images/nav_espanol.gif");}
#menuCompany a {width:94px;background-image:url("../images/nav_company.gif");}


div.spacer {
  clear: both;
}
#legalMarks{
	font-size:10px;
}

#concreteForm, #signMaking, #industrials, #espanol, #company {
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	font-size:18px;
	padding:10px;
}
#concreteForm {background-color:#333;}
#signMaking {background-color:#c00;}
#industrials {background-color:#24285a;}
#espanol{background-color:#000;}
#company{background-color:#000;}

#SMfooter, #CFfooter, #Indfooter, #Espfooter, #Compfooter {
	color:#FFF;
	text-align:center;
	padding:10px;
	font-size:11px;
}
#SMfooter{background-color:#c00;}
#CFfooter {background-color:#333;}
#Indfooter {background-color:#24285a;}
#Espfooter {background-color:#000;}
#Compfooter {background-color:#000;}

.credits {color:#999;}

#SMfooter a:link {color:#FFF;text-decoration:none;}
#SMfooter a:visited {color:#FFF;text-decoration:none;}
#SMfooter a:hover {color:#FFF;text-decoration:underline;}

#CFfooter a:link {color:#FFF;text-decoration:none;}
#CFfooter a:visited {color:#FFF;text-decoration:none;}
#CFfooter a:hover {color:#FFF;text-decoration:underline;}

#Indfooter a:link {color:#FFF;text-decoration:none;}
#Indfooter a:visited {color:#FFF;text-decoration:none;}
#Indfooter a:hover {color:#FFF;text-decoration:underline;}

#Espfooter a:link {color:#FFF;text-decoration:none;}
#Espfooter a:visited {color:#FFF;text-decoration:none;}
#Espfooter a:hover {color:#FFF;text-decoration:underline;}

#Compfooter a:link {color:#FFF;text-decoration:none;}
#Compfooter a:visited {color:#FFF;text-decoration:none;}
#Compfooter a:hover {color:#FFF;text-decoration:underline;}

#container{
	background-color:#fff;
	overflow:hidden;
	margin:0;
	padding-left:173px; /* The width of the rail */
}
* html #container{
	height:1%; /* So IE plays nice */
}
#content{
	background-color:#fff;
	width:100%;
	border-left:173px solid #ccc; /* The width and color of the rail */
	margin-left:-173px;
	float:right;
}
#normalContent {
	padding:15px;
	line-height:18px;
}
#rail{
	width:173px;
	float:left;
	margin-left:-173px;
	display:inline; /* So IE plays nice */
}

#photoThumbs{
	margin-top:10px;
	text-align:center;
}

#detailThumbs{
	margin-right:10px;
	margin-bottom:10px;
}

#photoThumbs img{
	margin:5px;
}
#left2column, #right2column, #left3column, #middle3column, #right3column{
	float:left;
	border: 1px solid #ddd;
}
#left2column{
	width:47%;
	margin-left:2%;
	margin-bottom:1%;
	margin-top:1%;
	margin-right:1%;
	display:inline;
}
#right2column{
	width:46%;
	margin-left:1%;
	margin-bottom:1%;
	margin-top:1%;
	margin-right:2%;
}
.productContent{
	padding-left:15px;
	padding-right:15px;
}
#endColumns {
	clear:both;
}
#left3column{
	width:30%;
	margin-left:2%;
	margin-bottom:2%;
	margin-top:1%;
	margin-right:1%;
	display:inline;
}
#middle3column{
	width:30%;
	margin-left:1%;
	margin-bottom:2%;
	margin-top:1%;
	margin-right:1%;
}
#right3column{
	width:31%;
	margin-left:1%;
	margin-bottom:2%;
	margin-top:1%;
	margin-right:2%;
}
#sidebarTitle {
	background-color:#868686;
	background-image:url(../images/sidebar_title.gif);
	background-repeat:repeat-x;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:7px;
	padding-right:5px;
}
#sidebarLinks {
	background-color:#f7f7f7;
	font-size:12px;
	padding:3px;
	padding-left:7px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#sidebarLinks a:link{
	color:#00F;
	text-decoration:none;
}
#sidebarLinks a:visited{
	color:#00F;
	text-decoration:none;
}
#sidebarLinks a:hover{
	color:#000;
	text-decoration:underline;
}
.lstText {
	font-size: 11px;
	color: #333;
	text-align: center;
}
.lstLegal {
	font-size: 10px;
	color: #333;
}
#contactTables {
	padding:5px;
}