/*
 *Common
 */
html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
}

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, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
}

.close
{
	clear: both;
}

ul
{
	margin-left: 15px;
}

ol
{
	margin-left: 20px;
}

a img
{
	border: none 0;
}

/*
 *Main
 */
body
{
	background: url(../media/images/body-bg.gif) left top repeat-x #000;
}

	/*Main navigation*/
	div#inner-main-nav
	{
		position: relative;
		margin: 0 auto;
		padding: 12px 0 0 0;
		width: 960px;
		height: 28px;
		overflow: hidden;
	}
	
	/*Header*/
	div#outer-header
	{
		position: relative;
		min-width: 960px;
		height: 220px;
		overflow: hidden;
	}
	
		div#inner-header
		{
			position: relative;
			margin: 0 auto;
			width: 1200px;
		}
	
	/*Filter module*/	
	div#outer-filter-mod
	{
		position: relative;
		min-width: 960px;
		background: url(../media/images/filter-container-bg.gif) left bottom repeat-x #fff;
	}
	
		div#inner-filter-mod
		{
			position: relative;
			margin: 0 auto;
			width: 960px;
			height: 0;
		}
		
			div#filter-container
			{
				position: relative;
				top: -60px;
				padding: 20px 10px;
				width: 940px;
			}
			
				div.float-box
				{
					position: relative;
					padding: 0 20px 0 0;
					float: left;
				}
	
	/*Product navigation*/	
	div#outer-product-nav
	{
		position: relative;
		min-width: 960px;
		background: url(../media/images/product-nav-bg.gif) center top no-repeat;
	}
	
		div#inner-product-nav
		{
			position: relative;
			margin: 0 auto;
			width: 960px;
			height: 51px;
			overflow: hidden;
		}
	
	/*Green module*/
	div#outer-green-mod
	{
		position: relative;
		min-width: 960px;
		background: url(../media/images/green-mod-top-bg.gif) left top repeat-x #daca00;
	}
		
		div#inner-green-mod
		{
			position: relative;
			min-width: 960px;
			background: url(../media/images/green-mod-bottom-bg.gif) left bottom repeat-x;
		}
		
			div.text-block
			{
				position: relative;
				padding: 0 10px 0 0;
				width: 460px;
				float: left;
			}
			
			/*Hot item*/
			div.hot-item
			{
				position: relative;
				padding: 30px 10px 20px 20px;
				width: 440px;
				height: 244px;
				background: url(../media/images/hot-item-bg.gif) left top no-repeat;
				float: left;
			}
			
			div.hot-item-va
			{
				background: url(../media/images/hot-item-bg-va.gif) left top no-repeat;
			}
			
			div.hot-item-ex
			{
				background: url(../media/images/hot-item-bg-ex.gif) left top no-repeat;
			}
			
				div.hot-item-left
				{
					position: relative;
					padding: 0 10px 0 0;
					width: 170px;
					height: 240px;
					float: left;
					overflow: hidden;
				}
				
				div.hot-item-right
				{
					position: relative;
					width: 260px;
					float: left;
				}
				
					div.hot-item-heading
					{
						position: relative;
						width: 260px;
						height: 90px;
						float: left;
						overflow: hidden;
					}
					
						div.hot-item-pricing
						{
							padding: 16px 6px 0 12px;
							width: 90px;
							float: right;
						}
					
					div.hot-item-body
					{
						position: relative;
						width: 200px;
					}
	
	/*White module*/	
	div#outer-white-mod
	{
		position: relative;
		min-width: 960px;
		background-color: #fff;
	}
			
		div.container
		{
			position: relative;
			margin: 0 auto;
			padding: 20px 10px;
			width: 940px;
		}
	
			/*News layout*/
			div#news-left
			{
				position: relative;
				padding: 0 20px 0 0;
				width: 300px;
				float: left;
			}
			
			div#news-right
			{
				position: relative;
				width: 620px;
				float: left;
			}
		
		/*Objects*/	
		div.object-container
		{
			position: relative;
			margin: 0 auto;
			padding: 20px 0;
			width: 960px;
		}
		
			div.object
			{
				position: relative;
				padding: 20px 0 20px 30px;
				width: 290px;
				height: 210px;
				margin: 0 0 10px 0;
				background: url(../media/images/object-bg.gif) left top no-repeat;
				float: left;
			}
			
			div.object-ex
			{
				background: url(../media/images/object-bg-ex.gif) left top no-repeat;
			}
			
			div.object-va
			{
				background: url(../media/images/object-bg-va.gif) left top no-repeat;
			}
			
				div.object-image
				{
					position: relative;
					padding: 0 10px 0 0;
					width: 120px;
					height: 170px;
					float: left;
					overflow: hidden;
				}
				
				div.object-body
				{
					position: relative;
					width: 140px;
					height: 136px;
					float: left;
				}
				
				div.object-pricing
				{
					position: relative;
					padding: 36px 0 0 78px;
					width: 66px;
					float: left;
				}
				
		/*Product Detail Pricing*/
		div#pricing
		{
			position: relative;
			padding: 48px 0 0 17px;
			width: 108px;
			height: 77px;
			background: url(../media/images/pricing-bg.gif) left top no-repeat;
			float: right;
		}
		
		div#pricing.va
		{
			background: url(../media/images/pricing-bg-va.gif) left top no-repeat;
		}
		
		div#pricing.ex
		{
			background: url(../media/images/pricing-bg-ex.gif) left top no-repeat;
		}
	
	div#outer-footer
	{
		position: relative;
		min-width: 960px;
		height: 100px;
		background-color: #000;
		overflow: hidden;
	}

/*
 *Text
 */	
h1, h2, h3, h4, h5, h6, p, a, ul, ol, th, td, dl, form, fieldset, label, input, textarea
{
	font-family: Arial, Helvetica, sans-serif;
}

h1
{
	font-size: 24px;
	color: #ce001c;
}

	div.hot-item-pricing h1, div#pricing h1
	{
		font-size: 20px;
		color: #fff;
	}

h2, div#outer-footer h2 a
{
	font-size: 18px;
	color: #daca00;
}

h3
{
	font-size: 18px;
	color: #ce001c;
}

h4
{
	font-size: 14px;
	color: #070767;
}

	div.collapse h4 a
	{
		display: block;
		padding: 4px 0;
		font-size: 14px;
		text-decoration: none;
		color: #070767;
		border-top: 1px solid #ffe900;
		border-bottom: 1px solid #bfaf00;
		cursor: pointer;
	}
	
		div.collapse h4 a:hover
		{
			text-decoration: underline;
		}

p, ol, ul, a, td, dl
{
	font-size: 13px;
	line-height: 17px;
}

a
{
	color: #000;
	text-decoration: underline;
}

	a:hover
	{
		color: #d10019;
		text-decoration: none;
	}

	div#outer-footer p, div#outer-footer a
	{
		font-size: 11px;
		color: #999;
	}
	
	div#outer-footer p.webcontent
	{
		float: right;
	}
	
p.bold-link
{
	font-size: 16px;
	font-weight: bold;
	color: #d10019;
}

	p.bold-link a
	{
		color: #d10019;
	}

/*Header images*/
div.items
{
	position: relative;
	width: 120000px;
	left: -1200px;
}

	div.items img
	{
		float: left;
	}
	
/*Main nav*/
ul#main-nav
{
	margin: 0 auto;
	width: 880px;
	list-style: none;
}

	ul#main-nav li
	{
		float: left;
	}
	
		ul#main-nav li a
		{
			margin: 0 20px 0 20px;
			font-size: 16px;
			font-weight: bold;
			color: #daca00;
			text-decoration: none;
		}
		
			ul#main-nav li a:hover
			{
				color: #fff;
				text-decoration: underline;
				float: left;
			}
			
/*Product nav*/
ul#product-nav
{
	margin: 0;
	list-style: none;
}

	ul#product-nav li
	{
		float: left;
	}
	
		ul#product-nav li a
		{
			display: block;
			padding: 18px 0 0 0;
			width: 158px;
			height: 33px;
			margin: 0 1px 0 1px;
			font-size: 16px;
			font-weight: bold;
			color: #fff;
			text-align: center;
			text-decoration: none;
			float: left;
		}
		
			ul#product-nav li a:hover
			{
				background: url(../media/images/menu-items-hover-bg.gif) center top no-repeat;
			}
			
/*News items*/
dl#news-items
{
	margin: 0;
	list-style: none;
}
	
	dl#news-items dt
	{
		width: 60px;
		padding: 4px 4px 5px 14px;
		float: left;
		font-weight: bold;
		color: #d10019;
		background-color: #ffe900;
		border-bottom: 1px solid #daca00;
		-moz-border-radius-topleft: 8px;
		-webkit-border-top-left-radius: 8px;
		-moz-border-radius-bottomleft: 8px;
		-webkit-border-bottom-left-radius: 8px;
		-moz-border-radius-bottomright: 8px;
		-webkit-border-bottom-right-radius: 8px;
	}

	dl#news-items dd
	{
		width: 222px;
		float: left;
		border-top: 1px solid #ffe900;
		border-bottom: 1px solid #bfaf00;
	}

	dl#news-items dd a
	{
		display: block;
		padding: 4px 10px;
		width: 204px;
		text-decoration: none;
	}
	
		dl#news-items dd a:hover
		{
			text-decoration: underline;
			background-color: #ffe900;
		}

/*Read more*/
a.read-more
{
	display: block;
	padding: 2px 0 0 0;
	width: 113px;
	height: 21px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: url(../media/images/read-more-bg.gif) left top no-repeat;
	float: right;
}
	
	a.read-more:hover
	{
		background-position: right top;
	}
	
a.read-more-large
{
	display: block;
	padding: 4px 0 0 0;
	width: 170px;
	height: 25px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: url(../media/images/read-more-large-bg.gif) left top no-repeat;
}
	
	a.read-more-large:hover
	{
		background-position: right top;
	}
	
a.pdf
{
	display: block;
	padding: 4px 0 0 60px;
	height: 25px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background: url(../media/images/icon-pdf-bg.gif) left top no-repeat;
}

a.doc
{
	display: block;
	padding: 4px 0 0 60px;
	height: 25px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background: url(../media/images/icon-doc-bg.gif) left top no-repeat;
}

	a.pdf:hover, a.doc:hover
	{
		text-decoration: underline;
		background-position: left bottom;
	}
	
p.read-more
{
	font-weight: bold;
	color: #ce001c;
}

	p.read-more a
	{
		color: #ce001c;
	}
	
		p.read-more a:hover
		{
			text-decoration: none;
		}
		
/*Images*/
div#inner-green-mod img.imgleft
{
	padding: 6px;
	background-color: #fff;
	margin: 0 20px 20px 0;
	float: left;
}

div#inner-green-mod img.imgright
{
	padding: 6px;
	background-color: #fff;
	margin: 0 0 20px 20px;
	float: right;
}

div#outer-white-mod img.imgleft
{
	padding: 6px;
	background-color: #daca00;
	margin: 0 20px 20px 0;
	float: left;
}

div#outer-white-mod img.imgright
{
	padding: 6px;
	background-color: #daca00;
	margin: 0 0 20px 20px;
	float: right;
}

div#outer-white-mod a img.thumb
{
	padding: 2px;
	background-color: #ddd;
	margin: 0 0 20px 20px;
	float: right;
}
	
	div#outer-white-mod a:hover img.thumb
	{
		background-color: #daca00;
	}
		
/*Form elements*/
label
{
	font-size: 14px;
	color: #000;
}
