/*
Theme Name: Expand Corporate Theme
Theme URI: http://imotta.cn/wordpress/pyrmont-theme-v2-for-wordpress.html
Description: A Clean Web 2.0 Styled Corporate Website Template
Version: 1.0
Author: Expand Marketing
Author URI: http://expandmarketing.ca/
Tags: corporate,web 2.0,clean,business
*/


/* 
   Meyer's CSS Reset
   v1.0 | 20080212 
*/

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}


#sale-header img.sale-header-img{
   width:1000px;
   height:200px;
}

#saleTable table.results{
border-collapse:collapse;
width:100%;
margin:0px auto;
}
#saleTable table.results th{
   height:50%;
   background-color:#2a6798;
   color:white;
   border: 1px solid #2a6798;
   padding:10px 0;
}
#saleTable table.results td{
   text-align:right;
   height:50%;
   padding:15px;
   vertical-align: top;
   border: 1px solid #505050;
}

table.saleoffer {
	border: 5px solid #2A6798;
	padding: 15px;
}

td.customizations {
	border: 20px;

}

#saleTable table.results td p{
   font-size:15px;
   text-align:left;
   color:black;
   margin:0 0 10px;
   vertical-align: top;
}

#saleTable table.results td p.avail{
   font-size:17px;
   font-weight:bold;
   text-align:left;
   color:red;
}

.alt{
   background:#ffe5e5;
}
.over{
   background:#ff0000;
   color:#ffffff;
   font-weight:bold;
}

#saleTable table.results h3{
color:#FFFFFF;
font-size:18px;
font-weight:800;
margin:0;
text-align:center;
}

#saleTable table.results .sale-title h3{
   color:black;
   text-align:left;
}

#saleTable table.results .sale-desc p{
   text-align:left;
}

#saleTable table.results .sale-was{
   text-align:left;
   text-decoration:line-through;
}

#saleTable table.results .sale-now{
   text-align:left;
   font-weight:700;
   font-size:15px;
   margin:10px 0;
}

a.offerBtn{
   display:block;
   width:181px;
   height:40px;
   background:url('images/sale-page/online-offer.png') no-repeat;
   background-position: 0px 0px;
   margin:20px auto 10px auto;
}
input.offerBtn{
   display:block;
   width:181px;
   height:40px;
   background:url('images/sale-page/online-offer.png') no-repeat;
   background-position: 0px 0px;
   margin:20px auto 10px auto;
}

a:hover.offerBtn{
   background-position: 0px -50px;
}

a.callBtn{
   display:block;
   width:181px;
   height:40px;
   background:url('images/sale-page/check-freight.png') no-repeat;
   background-position: 0px 0px;
   margin:10px auto;
}



#wrapper {
height: 100%;
   position:relative;
}
p {
	color:#313131;
font-size:1.0em;
line-height:19px;
    margin: 10px 0 20px;
    padding: 0;
}
p span{
	font-weight:bold;
	color:#2A6798;
	font-size:16px;
}
a {
	text-decoration:none;
	color:#115e94;
	font-weight:bold;
}
a:hover {
	font-weight:bold;
	color:#0b4b78;
}
a img{
	border: none;
}
h1 {
	color:#000000;
font-size:25px;
font-weight:bold;
margin:0 0 10px;
}
h1 a{
color:#2A6798;
	font-weight:bold;
font-size:25px;
}
h1 a:hover{
color:#2A6798;
	font-weight:bold;
font-size:25px;
text-decoration:none;
}
h2 {
	color:#2A6798;
	padding: 0px 0px 5px 0px;
	font-size:20px;
}
h3 {
	color:#313131;
	font-size:16px;
}
img {
margin:0px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* css reset ends */

*{
	margin: 0;
	padding: 0;
}

body{
	
	font-family: "Lucida Grande", Arial, Helvetica, Sans-Serif;
	
}

.clear{
	clear: both;
}

div#content{
background:transparent url(images/bg.gif) repeat-y scroll 0 0;
	width:1100px;
min-height:100%;
margin:0 auto;
}

	div#content ul.submenu {
		border-bottom:1px solid #999999;
		border-top:1px solid #999999;
		height:15px;
		padding:5px 0;
		width:100%;
		margin:10px 0 0;
	}
	div#content ul.submenu li {
		float:left;
		margin:0 10px;
		text-transform:uppercase;
	}
	div#content ul.submenu li a{
		font-size:12px;
	}
	div#content ul.submenu li a:hover{
		text-decoration:none;
		color:#01406B;
	}

div#page_wrap{
	width: 960px;
height:100%;
	margin: 0 auto;
	background: url() no-repeat;
}

div#header{
	font-size: 12px;
	}
	div#header div.blog_title{
		float: left;
		margin-top: 50px;
		margin-left: 10px;
		}
		div#header div.blog_title h1 a{
			font-family: Helvetica, "Trebuchet MS", Verdana, sans-serif;
			font-weight: bold;
			letter-spacing: -1px;
			font-size: 36px;
			color: #fff;
			line-height: 45px;
			display: block;
			}
		div#header div.blog_title p.description{
			color: #999;
			margin-top: 10px;
			margin-left: 5px;
			}
	div#header div#logo{
		width:355px;
		height:90px;
		float:left;
		background:url("images/logo.gif") no-repeat;
		margin:20px 10px;
	}
	
	div#header div#logo a{
		display:block;
		width:355px;
		height:90px;
	}
	
	div#header div#phone {float:right;margin:40px 50px 10px 10px;}
		div#header div#phone h3{color:#2A6798;font-size:1.7em;padding:0;}
		div#header div#phone h4{font-size:40px;padding:0;}
	
	div#header div#contact{
		float:left;
		margin:44px 0 0;
		width:340px;
	}
	
		div#header div#contact div#mail{
			height:20px;
			float:left;
			background: url(images/mail.gif) left no-repeat;
		}
			div#header div#contact div#mail p{
				color:#2A6798;
				font-size:1em;
				line-height:19px;
				padding:0 0 5px 25px;
		}
			div#header div#contact div#mail a{
				color:#2A6798;
				font-size:1em;
				line-height:19px;
				padding:0 0 5px 25px;
				text-decoration:none;
				font-weight:normal;
		}
			div#header div#contact div#mail a:hover{
				color:#2A6798;
				text-decoration:underline;
		}
		
		div#header div#contact div#phone{
			height:20px;
			float:right;
			background: url(images/phone.gif) left no-repeat;
		}
		
			div#header div#contact div#phone p{
				color:#2A6798;
				font-size:1em;
				line-height:19px;
				padding:0 0 5px 25px;
		}
		
	
	div#header div#header_menu{
		width:210px;
		height:100px;
		float:right;
	}
	
	div#header div#header_menu div#sub_menu{
		height:20px;
		padding:10px 0;
		width:100%;
	}
		div#header div#header_menu div#sub_menu p{
			color:#C4C4C4;
			font-size:14px;
			text-align:right;
		}
		
		div#header div#header_menu div#sub_menu a{
			color:#C4C4C4;
			text-decoration:none;
		}
		div#header div#header_menu div#sub_menu a:hover{
			color:#C4C4C4;
			text-decoration:underline;
		}
	
	div#header div#header_menu div#search{
		border: none;
		float: right;
		position: relative;
		}
		div#header div#search form#searchform{
			position: absolute;
			top: 0px;
			right: 10px;
			width: 200px;
			height: 25px;
			border: none;
			background-color: #fff;
			}
			div#header div#search form#searchform .searchinput{
				position: absolute;
				top: 5px;
				left: 8px;
				color: #666;
				font-size: 13px;
				width: 165px;
				border: 1px solid #999999;
				}
			div#header div#search form#searchform .button{
				position: absolute;
				top: 0px;
				left: 175px;
				background: url(images/mag.gif) no-repeat;
				height: 25px;
				width: 25px;
				border: 0;
				cursor: pointer;
				}
	
div#main_navi{
	background: url(images/navi.png) no-repeat;
margin:0px auto 0 auto;
	height: 37px;
	width:100%;
	}
	div#main_navi ul.left{
		float: left;
		list-style-type: none;
		padding: 2px 0 0 10px;
		}
		div#main_navi ul li{
			position: relative;
			float: left;
			text-transform: uppercase;
			}
			div#main_navi ul.left li a{
				float: left;
				overflow: hidden;
				color: #ffffff;
				font-size: 13px;
				line-height: 18px;
				margin: 0 15px 0 15px;
				padding: 8px 4px;
				}
			div#main_navi ul.left li.current_page_item a{
				text-decoration:underline;
			}
			div#main_navi ul.left li.page-item-10 a{
				background:url(images/clearance-menu-bg.png) no-repeat;
				background-position: 0px 0px;
				text-decoration:none;
			}
			div#main_navi ul.left li a:hover{
				color: #115E94;
				text-decoration:none;
				}
			div#main_navi ul.left li.page-item-10 a:hover{
				color: white;
				text-decoration:none;
				background:url(images/clearance-menu-bg.png) no-repeat;
				background-position: 0px -44px;
				}
			
	/*---------------------header dropdown menu 20090803---------------------------------------*/
			div#main_navi ul.left li ul{
				display: none;
				position: absolute;
				left: 0;
				width: 125px;
				margin-top: 33px;
				padding: 0 3px;
				height: auto;
				background-color: #111;
				border: 1px solid #2d2c2c;
				border-top: 0;
				-moz-border-radius-bottomleft: 5px;
				-moz-border-radius-bottomright: 5px;
				-webkit-border-bottom-left-radius: 5px;
				-webkit-border-bottom-right-radius: 5px;
				}
			div#main_navi ul.left li ul li{
				width: 125px;
				overflow: hidden;
				}
			div#main_navi ul.left li ul li a{
				font-size: 12px;
				padding: 3px 6px;
				margin: 0 2px;
				}
		/*---------------------header dropdown menu 20090803---------------------------------------*/
	div#main_navi ul.right{
		float: right;
		list-style-type: none;
		padding: 9px 10px 0 0;
		}
		div#main_navi ul.right li a{
				float: left;
				overflow: hidden;
				color: #fff;
				font-size: 12px;
				line-height: 20px;
				margin: 0 0 0 10px;
				text-transform: uppercase;
				}
			div#main_navi ul.right li.twitter a{
				background: url(images/twitter.gif) no-repeat 0 3px;
				padding-left: 21px;
				}
			div#main_navi ul.right li.twitter a:hover{
				color: #0af;
				}
			div#main_navi ul.right li.feed a{
				background: url(images/feed.gif) no-repeat 0 5px;
				padding-left: 15px;
				}
			div#main_navi ul.right li.feed a:hover{
				color: #ad001c;
				}
/* END div#header */

div#banner{
	height:225px;
width:595px;
float:left;
margin:5px 0 0;
}
div#banner img{
	margin:0;
padding:0;
}

div#main-landing{
	display:inline;
	float:right;
	margin:20px 0 5px 0;
	width:630px;
	}

div#main-wide{
	display:inline;
	margin:30px 0 5px 0;
	width:100%;
}

div#main{
	display:inline;
	float:left;
	margin:10px 0 5px 0;
	width:670px;
	}
	div#main.home {
		width:623px;
		margin-top:20px;
	}
	
	div#main div.post{
		color: #ccc;
		line-height: 22px;
height:100%;
padding-bottom:10px;
margin-bottom:30px;
		}
	/* sticky post */
	div#main div.sticky{
		background-color: #0d0d0d;/* if a post is set as sticky post, it'll have a darker bg color */
		}
		div#main div.post div.date{
			background: url(images/date.gif) no-repeat;
			float: left;
			font-size: 12px;
			line-height: 14px;
			font-family: "Trebuchet MS", Georgia, sans-serif;
			text-align: center;
			vertical-align: middle;
			color: #fff;
			height: 43px;
			width: 50px;
			margin-left: -10px;
			margin-top: 16px;
			padding-top: 4px;
			_position: relative;/* ie6 fix */
			margin-right: 12px;
			}
		div#main div.post div.title{
			margin-left: 15px;
			padding: 0px 0 5px;
			_margin-top: 0;/*ie6 fix*/
			*+margin-top: 0;/*ie7 fix*/
			}
			div#main div.post div.title h2{
				font-family: Helvetica, "Trebuchet MS", Verdana, sans-serif;
				font-size: 22px;
				font-weight: bold;
				letter-spacing: -1px;
				color:#2A6798;
				width: 600px;
				line-height: 30px;
				}
				div#main div.post div.title h2 a{
					color: #ad001c;
					font-size:18px;
					}
				div#main div.post div.title h2 a:hover{
					color: #ad001c;
					text-decoration:underline;
					}
			div#main div.post div.title div.postmeta{
				font-size: 12px;
				color: #666;
				width: 580px;
				overflow: hidden;
				}
				div#main div.post div.title div.postmeta a{
					color: #666;
					border-bottom: 1px solid #131313;
					text-decoration: none;
					}
				div#main div.post div.title div.postmeta a:hover{
					color: #ad001c;
					border-bottom: 1px solid #ad001c;
					text-decoration: none;
					}
		div#main div.post div.entry{
			padding: 0 15px;
margin-top:10px;
			overflow: hidden;/* in case large img or video */
			_width: 718px;
			font-size: 12px;
			}
			div#main div.post div.no_result{
				padding: 20px;
				}
				div#main div.post div.no_result p.no_result{
					margin-bottom: 0;
					}
			div#main div.post div.entry a{
				color: #2A6798;
				border: none;
				text-decoration: none;
				}
			div#main div.post div.entry a:hover{
				text-decoration: underline;
				}
			div#main div.post div.entry p{
				margin-bottom: 0px;
				}
			/* 20090629 add h1-h6 style in entry */
			div#main div.post div.entry h1{ font-size: 25px; margin-bottom: 20px; }
			div#main div.post div.entry h2{ font-size: 20px; margin-bottom: 10px; }
			div#main div.post div.entry h3{ font-size: 14px; margin-bottom: 10px; }
			div#main div.post div.entry h4{ font-size: 15px; margin-bottom: 10px; }
			div#main div.post div.entry h5{ font-size: 14px; margin-bottom: 10px; }
			div#main div.post div.entry h6{ font-size: 12px; margin-bottom: 10px; }
			
			div#main div.post div.entry ul,
			div#main div.post div.entry ol{
								margin:20px 40px;
				}
			div#main div.post div.entry ul{
				list-style-type: disc;
				}
			div#main div.post div.entry ol{
				list-style-type: decimal;
				}
				div#main div.post div.entry ul li,
				div#main div.post div.entry ol li{
					padding: 1px 0;
					list-style: inside;
					color:#313131;
					font-size:1.1em;
					font-weight:normal;
					}
			div#main div.post div.entry blockquote{
				background: url(images/blockquote.gif) no-repeat;
				padding: 35px 20px 10px 50px;
				margin: 0 15px 24px 15px;
				background-color: #181818;
				border-top: 1px solid #2a2e2f;
				border-bottom: 1px solid #2a2e2f;
				color: #999;
				}
				div#main div.post div.entry blockquote p{
					margin-bottom: 8px;
					}
			div#main div.post div.entry code{
				font-family: "Courier New", mono;
				background-color: #181818;
				border-left: 1px solid #2a2e2f;
				color: #197b30;
				padding: 5px 10px;
				display: block;
				}
			/* 20090629 add table layout */
			div#main div.post div.entry table{
				margin-bottom: 20px;
				border-collapse:collapse;
				background-color: #ffffff;
				color: #000;
				}
				div#main div.post div.entry table h3{
					margin-bottom:0px;
					padding:15px 0 0 0;
				}
				
				div#main div.post div.entry table td,
				div#main div.post div.entry table th{
					padding: 5px 5px;
					vertical-align:top;
					}
	div#main div.navigation{
		font-size: 13px;
		}
		div#main div.navigation a{
			display: block;
			color: #ccc;
			border: 1px solid #1f2223;
			padding: 0 5px;
			background-color: #101010;
			line-height: 28px;
			}
			div#main div.navigation .left a:hover,
			div#main div.navigation .right a:hover{
				color: #ad001c;
				background-color: #000;
				}
		div#main div.navigation .left{
			float: left;
			}
		div#main div.navigation .right{
			float: right;
			}
	
/* END div#main */

div#page-banner{
	width:100%;
	height:100%;
	margin:15px 0;
}
div#page-banner img{
margin:0;
padding:0;
}
div#photos{
	float:left;
height:225px;
width:360px;
margin:5px 0 0 5px;
}
	div#photos img{
		margin:0;
	}
	div.photo-cont{
		width:180px;
		height:112px;
		float:left;
	}
div#footer{
	color: #666;
	font-size: 12px;
	background: #000000;
	width:100%;
height:50px;
   bottom:0;
	}
	div#footer div.footer_wrapper{
		width: 960px;
		margin: 0 auto;
		padding: 18px 0;
		/* position: relative; */
		}
		div#footer div.footer_left{
			float: left;
			}
		
		div#footer div.footer_left a{
			color: #ccc;
			text-decoration: none;
			}
		div#footer div.footer_left a:hover{
			color: #fff;
			}
/* END div#footer */

div#sidebar ul li ul li.collapsPage{
				margin:0 0 0 -5px;
padding:2px 3px 2px 0;
				}
div#sidebar ul li ul li.collapsItem{
padding:2px 0 2px 15px;
}

div#sidebar-landing {
	width: 285px;
	float: left;
	display: inline;/* fix double margin */
	margin-bottom: 30px;
	margin-top:20px;
	overflow: hidden;
	color: #aaa;
	font-size: 12px;
	}

div#sidebar{
	width: 245px;
    height: auto;
	float: right;
	clear: right;
	margin-bottom: 0px;
	margin-top:-1px;
	overflow: hidden;
	color: #aaa;
	font-size: 12px;
	background-image:url('images/sidebarbg.png');
	background-repeat:repeat-y;
	}
	
div#sidebarbottom{
	width: 245px;
	height: 25px;
	float: right;
	clear:right;
	display: inline;/* fix double margin */
	margin-bottom: 0px;
	margin-top:0px;
	overflow: hidden;
	color: #aaa;
	font-size: 12px;
	background-image:url('images/sidebarbottom.png');
	background-repeat:repeat-y;
	}

div#sidebarmenu {
	margin-bottom: 0px;
	margin-top:15px;
	}


div#sidebarmenu li{
	margin-bottom: 0px;
	margin-top:0px;
	margin-left:10px;
	float:left;
	color: #aaa;
	font-size: 14px;
	width:222px;
	height:30px;
	padding-left:15px;
	padding-top:7px;
	background-image:url('images/sidebarbutton.png');
	background-repeat:no-repeat;
	list-style-type: none;
	}
	
div#sidebarmenu li:hover{
	margin-bottom: 0px;
	margin-top:0px;
	margin-left:0px;
	float:left;
	color: #aaa;
	font-size: 14px;
	width:222px;
	height:30px;
	padding-left:15px;
	padding-top:7px;
	background-image:url('images/sidebarbutton.png');
	background-repeat:no-repeat;
	list-style-type: none;	
		
	}
	div#sidebar ul{
		
		}
		div#sidebar ul li h2{
			background-position:left bottom;
color:#2A6798;
font-size:16px;
font-weight:bold;
line-height:30px;
padding:5px 10px 5px 20px;
			}
		div#sidebar ul li ul{
			color:#EEEEEE;
line-height:20px;
list-style-type:none;
margin:0 0 0 15px;
			}
			div#sidebar ul li ul li{
				padding-top: 2px;
				padding-bottom: 2px;
				padding-left: 5px;
				padding-right: 10px;
				}
			div#sidebar ul li ul li:hover{
				}
			div#sidebar ul li ul li a{
				color:#666666;
				display:inline;
				font-size:12px;
				font-weight:normal;
				line-height:26px;
				text-decoration:none;
				}
			div#sidebar ul li ul li a:hover{
				color: #ad001c;
				}
div#sidebar ul li ul li.collapsPage a{
				font-weight:bold;
				}
div#sidebar ul li ul li.collapsItem a{
				font-weight:normal;
				}

				div#sidebar ul li ul li.current_page_item{
					background:url("images/sidebar-selected.gif") left no-repeat;
				}
					div#sidebar ul li ul li.current_page_item a{
						color:#2A6798;
						}
/* END div#sidebar */

/* modify div#sidebar for default widget */

div#sidebar ul li ul li.rc a{
	display: inline;
}

div#sidebar ul li.widget,
div#sidebar ul li.widget_archive,
div#sidebar ul li.widget_categories, 
div#sidebar ul li.widget_search, 
div#sidebar ul li.widget_tag_cloud div, 
div#sidebar ul li.widget_text{/* sidebar_list_bg fix */
	
}

div#sidebar ul li.widget h2 a{
	color: #000000;
	font-size:18px;
}

div#sidebar ul li.widget_archive select, 
div#sidebar ul li.widget_categories select{/* dropdown view */
	margin: 15px 26px;
}

/* calendar widget */
div#sidebar ul li.widget_calendar div#calendar_wrap{
	padding: 15px 26px;
	background: url(images/sidebar_list_bg.gif) no-repeat left bottom;
}
div#sidebar h3{
color:#2A6798;
font-size:16px;
padding:10px 20px 0;}






#wp-calendar {
	color: #ccc;
	width: 95%;
	font-family: Arial, sans-serif;
}

#wp-calendar caption {
	padding: 5px;
	letter-spacing: 2px;
}

#wp-calendar th, #wp-calendar td {
	padding: 5px;
	text-align: center;
}

#wp-calendar th{
	border-bottom: 1px solid #1f2223;
	border-top: 1px solid #1f2223;
}

#wp-calendar td {
	background: transparent;
}

#wp-calendar td, table#wp-calendar th {
	padding: 3px 0;
}

#wp-calendar a {
	color: #ad001c;
}

#wp-calendar a:hover {
	text-decoration: underline;
}

#wp-calendar #prev{
	text-align: left;
	padding-left: 5px;
}

#wp-calendar #next{
	text-align: right;
	padding-right: 5px;
}

#wp-calendar #prev, #wp-calendar #next, #wp-calendar tfoot tr td.pad{
	border-top: 1px solid #1f2223;
}

#wp-calendar #prev a, #wp-calendar #next a{
	color: #999;
}

#wp-calendar td#today{
	color: #fff;
	background-color: #101010;
	font-weight: bold;
}

/* multi-level category */
div#sidebar ul li ul li ul li,
div#sidebar ul li ul li ul.children li{
	background: none;
}

div#sidebar ul li ul li ul li:hover,
div#sidebar ul li ul li ul.children li:hover{
	background: none;
}

div.underCon{
	width:200px;
	height:300px;
	background:url(images/undercon-toro.gif) no-repeat;
	margin:0 auto;
}

/* widget rss */
.widget_rss a{
	color: #ccc;
}

/* widget search */
li.widget_search #search{/* 090627fix */
	padding: 10px 30px;
}

li.widget_search form#searchform{
	width: 200px;
	height: 25px;
	border: none;
	background-color: #fff;
	position: relative;
	}
	li.widget_search form#searchform .searchinput{
		position: absolute;
		top: 5px;
		left: 8px;
		color: #666;
		font-size: 13px;
		width: 165px;
		border: 0;
		}
	li.widget_search form#searchform .button{
		position: absolute;
		top: 0px;
		left: 175px;
		background: url(images/mag.gif) no-repeat;
		height: 25px;
		width: 25px;
		border: 0;
		cursor: pointer;
		}

/* tag cloud */
div#sidebar ul li.widget_tag_cloud div{
	padding: 10px 16px;
}

div#sidebar ul li.widget_tag_cloud div a{
	color: #ccc;
}

div#sidebar ul li.widget_tag_cloud div a:hover{
	color: #ad001c;
}

/* textwidget */
.textwidget{
	padding: 10px 26px;
	line-height: 16px;
}

.textwidget p{
	margin-bottom: 10px;
	line-height: 16px;
}

.textwidget a, .textwidget p a{
	color: #ad001c;
	text-decoration: none;
}

.textwidget a:hover, .textwidget p a:hover{
	text-decoration: underline;
}

/* END modify div#sidebar */

div#main div#comments{
	margin-bottom: 10px;
	}
	div#main div#comments h3{
		float: left;
		font-size: 16px;
		color: #ccc;
		line-height: 24px;
		font-weight: normal;
		}
	div#main div#comments .add_your_comment a{
		float: right;
		font-size: 16px;
		color: #ccc;
		line-height: 24px;
		font-weight: normal;
		}
	div#main div#comments .add_your_comment a:hover{
		color: #ad001c;
		}
div#main ol.commentlist{
	font-size: 13px;
	color: #ccc;
	overflow: hidden;
	}
	div#main ol.commentlist li{
		margin-bottom: 15px;
		background-color: #101010;
		border: 1px solid #1f2223;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		padding: 20px 20px 15px 20px;
		}
		div#main ol.commentlist li ul{
			list-style-type: none;
			margin-left: 60px;
			margin-top: 6px;
			}
			div#main ol.commentlist li ul.children li{
				background-color: #0d0d0d;
				border-left: 1px solid #181a1b;
				border-top: 0;
				border-bottom: 0;
				border-right: 0;
				}
		div#main ol.commentlist li div.vcard{
			float: left;
			}
		div#main ol.commentlist li div.vcard div.left{
			width: 56px;
			margin-right: 5px;
			}
			div#main ol li div.left img{
				border: 1px solid #000;
				display: block;
				height: 48px;
				width: 48px;
				}
			div#main ol li div.left div.reply a{
				background: url(images/reply.gif) no-repeat 0 0;
				display: block;
				height: 0;
				padding-top: 17px;
				width: 41px;
				overflow: hidden;
				margin-left: 5px;
				margin-top: 5px;
				}
			div#main ol li div.left div.reply a:hover{
				background-position: 0 -17px;
				}
		div#main ol.commentlist li div.right{
			float: left;
			line-height: 20px;
			width: 80%;/* 3-level or less thread comments display well. 4 or more leves may have some issue. */
			}
			div#main ol.commentlist li div.right p a{
				color: #ccc;
				text-decoration: none;
				border-bottom: 1px solid #ccc;
				}
			div#main ol.commentlist li div.right p a:hover{
				color: #ad001c;
				border-bottom: 1px solid #ad001c;
				}
			div#main ol li div.right div.commentmetadata{
				font-size: 12px;
				color: #999;
				border-bottom: 1px solid #181a1b;
				padding-bottom: 3px;
				margin-bottom: 8px;
				}
				div#main ol li div.right div.commentmetadata a{
					color: #ccc;
					text-decoration: none;
					font-weight: bold;
					}
				div#main ol li div.right div.commentmetadata a:hover{
					color: #ad001c;
					}
			div#main ol li div.right p{
				margin-bottom: 20px;
				}
div#main .comments_navi{
	font-size: 12px;
	}
	div#main .comments_navi .alignleft{
		float: left;
		}
	div#main .comments_navi .alignright{
		float: right;
		}
		div#main .comments_navi .alignleft a, 
		div#main .comments_navi .alignright a{
			display: block;
			color: #ccc;
			border: 1px solid #1f2223;
			padding: 0 5px;
			background-color: #101010;
			line-height: 28px;
			}
		div#main .comments_navi .alignleft a:hover, 
		div#main .comments_navi .alignright a:hover{
			color: #ad001c;
			background-color: #000;
			}
div#main div#respond{
	background-color: #101010;
	border: 1px solid #181a1b;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #ccc;
	padding: 15px 20px;
	margin-top: 15px;
	}
	div#main div#respond div.h3_cancel_reply{
		margin-bottom: 5px;
		}
	div#main div#respond h3{
		font-size: 16px;
		color: #ccc;
		line-height: 24px;
		font-weight: normal;
		float: left;
		display: inline;/* fix double margin */
		}
		div#main div#respond span.cancel-comment-reply{
			float: right;
			display: inline;/* fix double margin */
			padding-top: 6px;
			}
		div#main div#respond span.cancel-comment-reply a{
			font-size: 12px;
			color: #999;
			text-decoration: none;
			}
		div#main div#respond span.cancel-comment-reply a:hover{
			color: #ad001c;
			}
	div#main div#respond form#commentform{
		}
		div#main div#respond form#commentform p{
			font-size: 12px;
			color: #999;
			padding: 3px 0;
			}
			div#main div#respond form#commentform p a{
				color: #fff;
				border: 0;
				}
			div#main div#respond form#commentform p a:hover{
				border-bottom: 1px solid #fff;
				}
		div#main div#respond div.input_area{
			padding: 15px 30px;
			}
			div#main div#respond div .message_input{
				font-family: "Trebuchet MS", "Lucida Grande", Arial, sans-serif;
				background-color: #eee;
				border: 2px solid #000;
				color: #333;
				font-size: 13px;
				padding: 5px;
				height: 120px;
				width: 98%;
				}
		div#main div#respond div.user_info{
			font-size: 12px;
			line-height: 16px;
			display: block;
			padding: 0 30px;
			}
			div#main div#respond div.user_info div.single_field{
				display: inline;
				float: left;
				width: 33%;
				}
				label.desc{
					display: block;
					color: #999;
					padding-bottom: 4px;
					}
					label.desc abbr{
						color: #ad001c;
						border: 0;
						}
				div#main div#respond div.user_info input.comment_input{
					background-color: #eee;
					color: #666;
					border: 2px solid #000;
					padding: 2px 3px;
					width: 90%;
					}
		div#main div#respond div.submit_button{
			margin: 15px 30px 0;
			}
			div#main div#respond form#commentform div.submit_button input.button{
				display: block;
				background: url(images/submit.gif) no-repeat 0 0;
				width: 76px;
				height: 28px;
				padding: 0;
				border: 0;
				/*text-indent: -9999px; 20090708 no text button*/
				color: #bbb;/*20090708 no text button*/
				font-size: 12px;/*20090708 no text button*/
				cursor: pointer;
				float: left;
				}
			div#main div#respond form#commentform div.submit_button input.button:active{
				background-position: 0 -28px;
				color: #fff;/*20090708 no text button*/
				}
			div.submit_button span.key{
				float: left;
				margin-left: 10px;
				padding-top: 6px;
				font-size: 12px;
				line-height: 16px;
				color: #333;
				}
.nocomments{
	color: #ccc;
	font-size: 16px;
}
/* END single page */

/*---------------- WordPress Generated Classes -------------------*/

.aligncenter,
div.aligncenter{
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft{
	float: left;
	}
	
.alignright{
	float: right;
	}

img.alignleft{
	display: inline;
	padding: 3px;
	}
img.alignnone{
	display: inline;
	padding: 5px;
	}

img.alignright{
	display: inline;
	padding: 3px;
	}

.wp-caption {
   text-align: center;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 12px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
   color: #df9010;
}

div#main div.post div.entry div.wp-caption p{
	margin-bottom: 3px;
	padding: 5px;
} 


/*------------------------ Archives Page ------------------------*/

ul.archiveslist{
	color: #ccc;
	font-size: 13px;
}

div#main div.post div.entry  ul.archiveslist li a{
	color: #ccc;
}

div#main div.post div.entry  ul.archiveslist li a:hover{
	color: #ad001c;
}

/*------------------------ Links Page ------------------------*/

.linkpage{
	background-color: #131313;
	padding: 10px 15px;
}

.linkpage ul{
	list-style-type: none;
}

.linkpage ul li{
	float: left;
	margin-bottom: 10px;
}

.linkpage ul li ul li{
	float: left;
	width: 130px;
	text-align: center;
	margin: 5px 12px;
	line-height: 180%;
	background-color: #202020;
}

.linkpage ul li ul li a{
	color: #ccc;
	display: block;
	text-decoration:none;
	border: 1px solid #1f2223;
	font-size: 12px;
}

.linkpage ul li ul li a:hover{
	background-color: #0d0d0d;
	border: 1px solid #1f2223;
	color: #ad001c;
}

.linkpage ul li h3{
	margin-bottom: 5px;
	margin-left: 12px;
}

/*------------------------ Strong ------------------------*/

div.strong{
	color: #333333;
	font-size: 18px;
	padding: 10px 0;
	margin-bottom: 25px;
}

div.strong .keyword{
	color: #ad001c;
	font-size:18px;
}

/*------------------------ Sticky Footer ------------------------*/
/*--------------- Code from www.cssstickyfooter.com -------------*/

html, body, #page_wrap{
	height: 100%;
}

body > #page_wrap{
	height: auto; min-height: 100%;
}

div#container{
	width:960px;
	margin:0 auto;
height:100%;
}
div#container.home {
	min-height:900px;
}
	div#container #home-container #banner{
		width:960px;
		height:236px;
		float:left;
	}
	
		div#container #home-container #banner a{
			display:block;
			width:960px;
			height:236px;
		}
	
	div#container #home-container #nav {
		width:960px;
		height:250px;
		float:left;
		margin:30px auto 10px;
	}
	
		div#container #home-container #nav a{
			display:block;
			width:240px;
			height:250px;
			background:url('images/home/home-btns.jpg') no-repeat;
			float:left;
		}
		
		div#container #home-container #nav a.img1{
			background-position:0px 0px;
		}
		div#container #home-container #nav a.img2{
			background-position:0px -260px;
		}
		div#container #home-container #nav a.img3{
			background-position:0px -520px;
		}
		div#container #home-container #nav a.img4{
			background-position:0px -780px;
		}
		
	div#container #large-btns {
		float:right;
		height:auto;
		margin:20px 0;
		width:313px;
	}
		div#container #large-btns a{
			float:left;
			height:123px;
			margin:5px auto;
			width:313px;
		}
		div#container #large-btns a.img1{
			background:url("images/home/home-btns.jpg") no-repeat scroll 0 0 transparent;
			display:block;
			background-position:0px -1040px;
		}
		div#container #large-btns a.img2{
			background:url("images/home/home-btns.jpg") no-repeat scroll 0 0 transparent;
			display:block;
			background-position:0px -1173px;
		}
	
	div#container div#top-line{
	border-bottom:1px solid #999999;
	}

	div#container div#tabs_navi{
	border-bottom:1px solid #999999;
	height:25px;

	}
	div#container div#tabs_navi ul.left{
		float:left;
		list-style-type:none;
		padding:6px 0 0 10px;
		width:100%;
		}
		div#container div#tabs_navi ul li{
			position: relative;
			float: left;
			text-transform: uppercase;
			margin:0 5px;
			background:transparent url(images/tab-bg.gif) repeat scroll 0 0;
			}
			div#container div#tabs_navi ul li.current_page_item{
				background:none;
			}
			div#container div#tabs_navi ul.left li a{
				float: left;
				overflow: hidden;
				color: #ffffff;
				font-size: 13px;
				line-height: 18px;
				padding: 0px 15px;
border-top:#999999 solid 1px;
border-left:#999999 solid 1px;
border-right:#999999 solid 1px;
				}
			div#container div#tabs_navi ul.left li.current_page_item a{
				border-bottom:1px solid #FFFFFF;
				color:#2A6798;
				padding:0px 15px;
			}
			div#container div#tabs_navi ul.left li a:hover{
				color: #ad001c;
text-decoration:none;
				}
div#container div#tabs_navi ul.left ul li a{
				float: left;
				overflow: hidden;
				color: #ffffff;
				font-size: 13px;
				line-height: 18px;
				padding: 0px 15px;
border-top:#999999 solid 1px;
border-left:#999999 solid 1px;
border-right:#999999 solid 1px;
				}

	/* Home Page Template Content */
	div#container div#home_title{
		width:100%;
		height:40px;
		background:#999999;
		margin:20px 0;
	}
		div#container div#home_title h1{
			color:#2A6798;
font-size:25px;
padding:8px 0 0 10px;
		}
		
	div#container div#home_services{
		height:280px;
		margin:0 auto;
		width:960px;
	}
		div#container div#home_services p{
			line-height:16px;
			font-size:1.1em;
	}
	
		div#container div#home_services div.services_box{
			float:left;
			height:100%;
			margin:0 20px;
			width:430px;
		}
		div#container div#home_services div.services_box img{
			padding:5px 0;
margin:0;
		}
		
		div#container div#home_services div.services_box a{
			color:#2A6798;
			font-size:16px;
			padding:10px 0;
			text-decoration:none;
		}
		
		div#container div#home_services div.services_box a:hover{
			text-decoration:underline;
		}
		
	div#container div#home_solutions{
		width:100%;
		height:230px;
		margin:20px 0;
	}
		div#container div#home_solutions h2{
			padding:20px;
		}
		div#container div#home_solutions p{
			text-align:center;
			padding:0 15px 0 10px;
		}
		div#container div#home_solutions a{
			font-size:15px;
		}
		div#container div#home_solutions img{
			padding:5px 0 20px 10px;
margin:0;
		}
		div#container div#home_solutions div.sol_box {
			width:170px;
			height:139px;
			float:left;
			margin:0 8px;
			border-right:solid 2px #999999; 
		}
		div#container div#home_solutions div#sol_end {
			width:170px;
			height:139px;
			float:left;
			margin:0 10px;
		}
	div#container div#home_customers{
		width:100%;
		height:230px;
	}
		div#container div#home_customers h2{
			padding:20px;
		}
		div#container div#home_customers div.customer_box {
			width:170px;
			height:139px;
			float:left;
			margin:0 10px;
		}
	/* END Home Page Template */
div#cta-box{
	width:100%;
	margin:10px 0 ;

}
	div#quote{
		width:221px;
		height:53px;
		background:url('images/btns/btn-quote.png') no-repeat;
		margin: 13px auto 6px auto;
	}
		div#quote a{
		width:221px;
		height:53px;
			display:block;
		}
	div#clearance{
		width:221px;
		height:53px;
		background:url('images/btns/btn-clearance.png') no-repeat;
		margin: 0px auto;
	}	
			div#clearance a{
		width:221px;
		height:53px;
			display:block;
		}
	div#brochure{
		width:232px;
		height:51px;
		background:url('images/brochure.gif') no-repeat;
		margin: 10px auto;
	}
		div#brochure a{
			width:232px;
			height:51px;
			display:block;
		}
div.testimonials{
	width:278px;
	margin: 30px 5px;
}
	div.test-box{
		border-left:3px solid #D1D1D1;
		border-right:3px solid #D1D1D1;
		border-top:3px solid #D1D1D1;
		width:272px;
	}
		div.test-box p{
			font-size:12px;
			padding:5px;
		}
	div.test-bottom{
		width:278px;
		height:28px;
		background:url('images/test-bottom.gif') no-repeat;
	}
div.benefits { width:100%;height:150px;}
	div.benefits h3 { margin:0;padding:10px 0 0;}
	div.benefits img {float:left;margin:20px;}
	
/* Custom Page CSS Rules */

div #uses-container {
	width:100%;
	margin:0 auto 20px auto;
	min-height:500px;
}
	div #uses-container ul {
		color:#1c6998;
		font-weight:bold;
		list-style-image:url("images/uses-page/bullet-hover.gif");
		margin:20px 0 20px 25px;
		line-height:1.3em;
	}
	
	div #uses-container ul li{
		font-size:12px;
		font-weight:bold;
		margin:5px 0;
	}
	
	div #uses-container .ul-bw{
		color:#bcbcbc;
		list-style-image:url("images/uses-page/bullet.gif");
	}

	div #uses-container .uses {
		width:180px;
		float:left;
	}
	
	div #uses-container .middle {
		margin:0 7px;
	}
	
	div #uses-container .left {
		margin: 0 5px 0 0;
	}
	
	div #uses-container .right {
		margin: 0 0 0 5px;
	}
	
	div #uses-container a {
		color:white;
		font-size:1.6em;
		text-align:center;
		padding-top:80px;
		font-weight:bold;
	}
	
	/* Image Divs - jQuery uses these classes to change images on hover */
	div #uses-container #uses-img {
		width:180px;
		height:108px;
		border:solid 2px #999999;
	}
	div #uses-container #uses-img .block{
		display:block;
		width:180px;
		height:108px;
	}
	div #uses-container .aviation-bw {
		background:url('images/uses-page/aviation-bw.jpg') no-repeat;
	}
		div #uses-container .aviation-colour {
			background:url('images/uses-page/aviation-colour.jpg') no-repeat;
			border:solid 2px #000000;
		}
	div #uses-container .garages-bw {
		background:url('images/uses-page/garages-bw.jpg') no-repeat;
	}
		div #uses-container .garages-colour {
			background:url('images/uses-page/garages-colour.jpg') no-repeat;
			border:solid 2px #000000;
		}
	div #uses-container .arenas-bw {
		background:url('images/uses-page/arenas-bw.jpg') no-repeat;
	}
		div #uses-container .arenas-colour {
			background:url('images/uses-page/arenas-colour.jpg') no-repeat;
			border:solid 2px #000000;
		}
	div #uses-container .storage-bw {
		background:url('images/uses-page/storage-bw.jpg') no-repeat;
	}
		div #uses-container .storage-colour {
			background:url('images/uses-page/storage-colour.jpg') no-repeat;
			border:solid 2px #000000;
		}
	div #uses-container .commercial-bw {
		background:url('images/uses-page/commercial-bw.jpg') no-repeat;
	}
		div #uses-container .commercial-colour {
			background:url('images/uses-page/commercial-colour.jpg') no-repeat;
			border:solid 2px #000000;
		}
	
	#noUpdate {
		margin:0 auto;
		font-family:Arial, Helvetica, sans-serif;
		font-size:x-small;
		color:#cccccc;
		text-align:left;
		width:210px;
		height:200px;
		padding:40px;
		}
		
		#popdim {
background-color:#3C4043;
display:none;
height:1600px;
left:0;
opacity:0.8;
position:absolute;
top:0;
width:100%;
z-index:99999;
		}
		
		#popstyle h2 {
font-size:17pt;
padding:0 0 0 15px;}

#popstyle {
background-color:#FFFFFF;
border:5px solid red;
padding:10px 15px;
text-align:center;}

#pop {
display:none;
left:50%;
margin-left:-250px;
position:absolute;
top:30px;
width:500px;
z-index:100000;}

#customization {
margin:0px;
padding:0px;
}

#customization img:hover{
width:110%;
height:110%;
}
.comercial img{
		opacity:0.7;
		filter:alpha(opacity=70); /* For IE8 and earlier */
		margin-top:0px;
}

.commercial p{
	padding:0px;
	margin:0px;
}
table.quote-table td{
	font-size:13px;
	margin:2px 0px 2px 0;
	vertical-align:top;
	padding:2px;
}
table.quote-table{
	margin:2px 0px 2px 0;
}
/********* Sale Pages ************/

table.salelist{
	border-width: 3px;
	border-spacing: 2px;
	border-style: solid;
	border-color: #aeaeae;
	border-collapse: collapse;
	background-color: #f6efde;	
	height:205px;
	width:400px;
}
