html { font-family: Tahoma, Arial, Helvetica, sans-serif; }  /* Change this to fit the site */ 
body { color: #000; margin: 0px; font-size: 62.5%; background: #fff;}
img { border: 0; }

/* --- These are used to markup required field asterisks --- */
abbr { border: 0; }

/* --- Levels out differences between browsers --- */
h1 { font-size: 2.5em; color:#4d4d4d; font-weight:normal; margin:15px 0 15px 0;}
h2 { font-size: 1.6em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.5em; }
h5 { font-size: 1.4em;}
form { margin: 0; padding: 0; }
input,select,textarea { font-size: 1.1em; }
p { margin: 4px 0px 10px 0px; padding: 0px 0px 0px 0px; color:#333333;}
small { font-size: 1.1em; }
h2,h3,h4,h5,h6 { margin: 25px 0 0px 0px; }
h1 span, h2 span, h3 span { display: none; }
table, p,ul { font-size: 1.2em; }

/* --- The only reliable way to style HR's is to hide them and them style a div! --- */
hr {
	visibility: hidden;
}
div.d_hv {
	border-bottom: 1px solid #ccc;
	margin: 0 0 5px 0;
	height: 5px;
}

/* --- Some useful tools/classes --- */
.border { border: 1px solid #000 !important; }
.clrb { clear: both; }
.clrb_thin { clear: both; line-height: 0px; }
.inline { display: inline; }
.left { float: left; }
.right { float: right; }
.hidden { visibility: hidden; }
.size10 { font-size: 1.0em; }
.size11 { font-size: 1.1em; }
.size12 { font-size: 1.2em; }
.size14 { font-size: 1.4em; }
.size16 { font-size: 1.6em; }
.size18 { font-size: 1.8em; }
.none { display: none; }
.text_center { text-align: center; }
.text_right { text-align: right; }
.red { color: #FF0000; }
.orange { color:#F15A24;}
.message { color: #FF0000; font-size: 1.3em; font-weight: bold; letter-spacing: -1px;}
.point { cursor: pointer; }
.no_marg { margin: 0!important; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/* ---  Main link styles --- */
a:link, a:active, a:visited { 
	text-decoration: none; 
	font-weight: normal;
}
a:visited {
	text-decoration: none; 
}
a:hover {
	text-decoration: underline;
}
/* --- Error message ul --- */
.error_ul {
	margin: 5px 0 5px 0;
	padding: 0 0 4px 0;
	color: #FF0000; 
	font-size: 1.2em; 
	font-weight: bold; 
	letter-spacing: -1px;
	list-style: circle;
}
.error_ul li { margin: 0 0 0 25px; }

/* --- Basic site stuff --- */



/* --- Center aligned 1000px width wrapper --- */ 
div#main_wrapper {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:30px;
}

/* --- Header styling ---*/

#header_wrapper {
	margin:20px 0 0 0;
}

#header_wrapper h1.right {
	display:none;
}

#header_wrapper h1 {
	margin-bottom:10px!important;
}

#main_nav {
	display:none;
}

#sub_nav {
	display:none;
}



/* ------ Main Content styling ----- */


#breadcrumbs {
	display:none;
}

#main_content {
	width:940px;
	min-height: 420px
}

.img_left {
	float:left;
	padding:0 20px 15px 0;
}

.img_right {
	float:right;
	padding:0 0 15px 20px;
}

#left_main_col {
	width:734px;
	margin:0 16px 30px 0;
}

#left_main_col p {
	line-height:1.4em;
}

#right_main_col {
	display:none;
}


/* ----- Home page Content Styling ------ */


.homepage p {
	font-size:1.4em;
	line-height:normal!important;
	margin:10px 0 10px;
	color:#999999;
}

.homepage #left_sp_col {
	float:left;
	width:365px;
	height:300px;
	background:url(../images/steel_bg.jpg) top right no-repeat;
}


.homepage #right_sp_col {
	float:left;
	width:350px;
	height:300px;
	padding: 0 0 0 15px;
	background:url(../images/frames_bg.jpg) top right no-repeat;
}

.homepage #left_sp_col p {
	width:180px;
	color:#333333;
	font-size:1.2em;
	margin-bottom:30px;
}

.homepage #right_sp_col p {
	width:150px;
	color:#333333;
	font-size:1.2em;
	margin-bottom:30px;
}

a.button_links, a.button_links:visited {
	display:block;
	width:110px;
	background-color:#E6E6E6;
	border-left: 1px solid #F15A24;
	color:#666666;
	font-weight:bold;
	font-size:1.2em;
	padding:5px;
}

/* ---- Products styling ----> */

.pagination_controls_wrap {
	width:708px;
	background-color:#f2f2f2;
	border:1px solid #b3b3b3;
	text-align:center;
	padding:8px 12px 8px 12px;
	margin-top:30px;
}

.pagination_foot {
	margin-top:5px;
	background-color:#ffffff;
	border:none;
}

.pagination_controls_wrap p {
	margin:0;
	padding:0;
	color:#999999;
}

.displaying_pagination {
	float:left;
	color:#000000;
}

.results_per_page_pagination {
	float:right;
	color:#000000;
}

.pagination_on {
	font-weight:bold;
	color:#ff5500;
}
.pagination_controls_wrap form {
	margin:-2px 0 0 0;
	padding:0;
}

.pagination_controls_wrap form label select {
	font-size:1.2em;
}

.pagination_controls_wrap a, .pagination_controls_wrap a:visited {
	color:#000000;
}

.product_wrapper {
	margin-top:15px;
	width:734px;
}

.product_wrapper img {
	border:none;
	float:left;
	margin:0 10px 10px 0;
}

.product_buttons {
	float:right;
	width:139px;
}

.product_title_description {
	float:left;
	width:450px;
}

.product_buttons a img {
	border-top:1px solid #F15A24;
	margin:0 0 5px 0;
}

.product_title_description h2, .product_title_description h2 a, .product_title_description h2 a:visited {
	margin:0 0 5px 0;
	color:#4D4D4D;
	font-weight:bold;
}




/*---- Footer styling --- */
div#footer_wrapper {
	display:none;
}

.focus_link {
	font-size:1.1em;
	float:left;
}

.focus_link a, .focus_link a:visited {
	color:#333333;
}
