/*==========================================================================

	Screen Elements Stylesheet
	____________________________________________________________

	Client:		ClientName
	Date:		Date
	Author:		Edge Marketing Solutions
	Website:	www.yourdomain.com
	Version:	3.2

===========================================================================*/

	/* [Import stylesheets] */
	
	@import url(structure.css);
	@import url(formelements.css);
	@import url(templates.css);
	@import url(fonts.css);
	@import url(sparkbox-select.css);

/*=========================================================================*/

	/* [CSS Reset Styles] */

	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,
	strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}
	
	body
	{
		line-height: 1;
	}
	
	blockquote, q
	{
		quotes: none;
	}
	
	blockquote:before, blockquote:after,
	q:before, q:after
	{
		content: '';
		content: none;
	}

	:focus 
	{
		outline: 0;
	}
	
	ins
	{
		text-decoration: none;
	}
	
	del
	{
		text-decoration: line-through;
	}
	
/*=========================================================================*/

	/* [HTML Body Styles] */
	
	body
	{
		margin: 0;
		padding: 0;
		
		background: #e7e7e4 url(../images/bg.jpg) top center no-repeat;
		
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #333;
		line-height: 1.4em;
	}

/*=========================================================================*/

	/* [Heading Styles] */
	
	h1
	{
		margin: 0 0 15px 0;
		padding: 0;
		
		font-family: "Friz", Arial, Helvetica, sans-serif;
		font-size: 24px;
		font-weight: bold;
		color: #333333;
		
		line-height: 1;
	}
	
	h2
	{
		margin: 0 0 15px 0;
		padding: 0;
		
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-weight: bold;
		color: #333333;
	}
	
	h3
	{
		margin: 0 0 15px 0;
		padding: 0;
	
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #333333;
	}

/*=========================================================================*/

	/* [Paragraph Styles] */
	
	p
	{
		margin: 0 0 15px 0;
		position: relative;
	}

/*=========================================================================*/

	/* [List Styles] */
	
	ul
	{
		
	}
	
	li
	{
		
	}
	
/*=========================================================================*/

	/* [hr Styles] */
	
	hr 
	{
		clear: both;
		visibility: hidden;
		height: 16px !important;
		height: 1px;
		margin: 0;
		padding: 0;
		border: none;
	}

/*=========================================================================*/

	/* [Acronym Styles] */
	
	acronym
	{
		border-bottom: 1px dashed #aaa;
		cursor: help;
	}

/*=========================================================================*/

	/* [Link Styles] */
	
	a
	{
		position: relative;
		-webkit-transition: all 0.2s ;
		-moz-transition: all 0.2s ;
		-ms-transition: all 0.2s ;
		-o-transition: all 0.2s ;
		transition: all 0.2s ;
	}

	a:link
	{
		color: #999999;
		text-decoration: none;
	}
	
	a:visited
	{
		color: #999999;
		text-decoration: none;
	}
	
	a:hover
	{
		color: #333333;
		text-decoration: underline;
	}
	
	a img
	{
		border: 0px none;
	}

/*=========================================================================*/

	/* [Float Styles] */
	
	.fleft
	{
		float: left;
	}
	
	.fright
	{
		float: right;
	}

/*=========================================================================*/

	/* [Clear Styles] */
	
	.cleft
	{
		clear: left;
	}
	
	.cright
	{
		clear: right;
	}
	
	.cboth
	{
		clear: both;
	}

/*=========================================================================*/

	/* [Alignment Styles] */
	
	.aleft
	{
		text-align: left;
	}
	
	.aright
	{
		text-align: right;
	}
	
	.acenter
	{
		text-align: center;
	}

/*=========================================================================*/

	/* [Image Styles] */

	img.fleft
	{
		margin-right: 10px;
		margin-bottom: 2px;
	}
	
	img.fright
	{
		margin-left: 10px;
		margin-bottom: 2px;
	}

/*=========================================================================*/

	/* [Sub Columns Styles] */
	
	.colsub-left
	{
		float: left;
		width: 48%;
	}

	.colsub-right
	{
		float: right;
		width: 48%;
	}

/*=========================================================================*/

	/* [Definition Lists Styles] */
	
	dl.half
	{
		clear: both;
		height: 1%;
		margin: 10px auto;
		padding: 0;
	}
		dl.half dt
		{
			float: left;
			clear: both;
			width: 25%;
			margin: 0 0 3px 0;
			padding: 0 0 3px 0;
			
			font-weight: bold;
		}
		
		dl.half dd
		{
			width: 73%;
			margin: 0 0 3px 25%;
			padding: 0 0 3px 0;
		}
					
		dl.half dl
		{
			clear: none;
			margin: 0;
		}
		
		dl.half dl dt,
		dl.half dl dd
		{
			clear: none;
			margin-bottom: 0;				
			padding-bottom: 0;				
		}
	
	dl.full dt,
	dl dt.full
	{
		float: none;
		width: auto;
		margin-bottom: 0;
	}
	
	dl.full dd,
	dl dd.full
	{
		width: auto;
		margin-left: 0;
	}

/*=========================================================================*/

	/* [Grey Box Styles] */
	
	.box
	{
		float: left;
		width: 100%;

		background-color: #f8f8f8;
		border: 1px solid #ddd;
	}

	.box .box-container
	{
		margin: 15px;
	}
	
/*=========================================================================*/

	/* [Hide Element Styles] */

	.offleft
	{
		position: absolute;
		left: -5000px;
		width: 4000px;
	}

/*=========================================================================*/

	/* [Container Styles] */
	
	.container
	{
		margin: 15px;
	}

/*=========================================================================*/

	/* [Table Styles] */
	
	table.table
	{
		margin: 0 0 20px 0;		
		border: 1px solid #333333;
		
		font-size: 12px;
	}
		table.table th
		{
			padding: 5px 4px 4px 5px;
			
			background-color: #333333;
			
			color: #fff;
			text-align: left;
		}
		table.table td	
		{
			padding: 4px 4px 4px 4px;
			
			background-color: #f6f6f6;
			border-top: 1px solid #fff;
			border-bottom: 1px solid #eee;
			border-right: 1px solid #fff;
			border-left: 1px solid #fff;
		}

		table.table td a:link,
		table.table td a:visited
		{
			color: #2e7533;
		}

		td.shopping-cart-sub-total,
		td.shopping-cart-tax,
		td.shopping-cart-total
		{
			text-align: right;
			font-weight: bold;
		}
		
/*=========================================================================*/

	/* [Microformat Styles] */
		
	div.vcard
	{
		display: inline;
	}
	
	.vcard .org,
	.vcard .adr,
	.vcard .tel
	{
		position: absolute;
		left: -8000px;
		width: 4000px;
	}
			
/*=========================================================================*/

	/* [Breadcrumb Styles] */
	
	div.breadcrumbs
	{
		margin: 0 0 15px 0;
		
		font-size: 80%;
		color: #999;
	}