/*
 **** SITE STYLESHEET ******************************************************
 *
 * Site skin stylesheet. This file is customized for this site.
 * 
 */

/*
 ***** FONTS **********************************************************
 */
	 
		body,
		input,
		select,
		textarea
		{
			font-family: tahoma, sans-serif;
			font-size: 90%;	
			line-height: 130%;
			-webkit-text-size-adjust: none; /* disable scaling */
		}
	 

		
/*
 ****  SPECIFIC ELEMENTS  **********************************************************
 */

	/* links */
	
		/* not yet visited */
	 	
			a,
			a:link
			{
				color: #39c;
			}
		
		/* visited */
			
			a:visited
			{
				color: #39c;
				text-decoration: underline;	
			}
		
		/* user hovers mouse */
		
			a:hover
			{
				color: #fff;
				text-decoration: none;
			}
		
		/* received cursor focus */
		
			a:focus
			{
			}
		
		/* user clicks link */
		
			a:active
			{
			}


	/* body & page */ 
	
		body
		{
			background-color: #1a1a1a;
			color: #fff;
		}
	
		.page-wrapper /* body wrapper */
		{
			margin: 0 auto 0 auto;
			width: 960px;
			position: relative;
		}
		
	/* branding */

		.branding
		{
			position: relative;
		}
		.branding h2
		{
			height: 140px;
			width: 274px;
			background: url(/images/branding-desktop.png) 0px -30px no-repeat;
			font-size: 0px;
			text-indent: -9999px;
			position:relative;
			left:-48px;
			top: 0px;
		}
		.branding hr
		{
			display: none;
		}
		
	/* content */
		.main h1
		{
			display: none;
		}
		.main h2
		{
			margin-bottom: 10px;
			color: #39c;
		}
		.main p
		{
			margin-bottom: .5em;
		}
		
		

	/* video player */
	
		.video-player
		{
			width: 500px;
			height: 375px;
			float: left;
			background: black;
			border: solid 1px #999;
			margin-bottom: 20px;
		}
		
	/* contact info */
	
		.contact-info
		{
		    color: #999999;
		    font-size: 110%;
		    position: absolute;
		    right: 5px;
		    top: 45px;
			text-align: right;
		    width: 700px;
		}
		.contact-info p
		{
			margin-bottom: .75em;
		}
		.contact-info a,
		.contact-info a:visited
		{
			color: #e6e6e6;
			text-decoration: none;
		}
		.contact-info a:hover,
		.contact-info a:active
		{
			color: #fff;
		}
		
	/* products */
	
		#cart {
			float: right;
			margin-top: -13px;
		}
		.products
		{
			margin-bottom: 30px;
			width: 425px;
			float: right;
		}
		.products ul,
		.products li
		{
			margin: 0;
			padding: 0;
			list-style: none;
		}	
		.products ul
		{
			border-bottom: solid 1px #444;
		}
		.products li
		{
			border-top: solid 1px #444;
			padding: 7px 0 6px;
			overflow: hidden;
		}
		.products .title
		{
			display: block;
			font-weight: bold;
			width: 230px;
			float: left;			
		}
		.products .price
		{
			float: right;
			color: #ccc;
			margin-top: 5px;
			margin-right: 10px;
		}
		.products .addcart
		{
			float: right;
		}

	/* comments */
	
		.comments
		{
			width: 500px;
		}
		
	/* comment form */
		.comment-form
		{
			float: left;
			width: 100%;
		}
		.comment-form form
		{
			display: block;
			display: none;
			padding: 15px;
			background: #333;
			margin-bottom: 20px;
		}
		.comment-form h2
		{
			color: #fff;
		}
		.comment-form fieldset
		{
			margin-bottom: 5px;
		}
		.comment-form label
		{
			display: block;
			width: 75px;
			float: left;
			color: #999;
		}		
		.comment-form .text-input
		{
			width: 300px;
			padding: 3px;
			border: solid 1px #777;
		}
		.comment-form .comment textarea
		{
			width: 380px;
			height: 100px;
		}
		.comment-form .help
		{
			color: #666;
			font-size: 85%;	
		}
		.comment-form .form-submit
		{
			margin-left: 75px;
		}
		.comments .ajax-message
		{
			clear: left;
			display: none;
			font-weight: bold;
			background: #39c;
			padding: 10px 15px;
			margin: 5px 0 20px;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			border-radius: 4px;
		}
	/* comments list */
		.comments-list
		{
			margin: 10px 0 20px;
			clear: left;
		}
		.comments-list .add-comment
		{
			float: right;
			cursor: pointer;
			cursor: hand;
		}
		.comments-list .add-comment img
		{
			vertical-align:middle;
			margin-right: 4px;
		}
		.comments-list ul,
		.comments-list li
		{
			margin: 0;
			padding: 0;
			list-style: none;
		}
		.comments-list ul
		{
			border-bottom: solid 1px #444;
		}
		.comments-list li
		{
			border-top: solid 1px #444;
			padding: 0 0 10px;
		}
		.comments-list .date
		{
			color: #666;
			display: block;
			font-size: 85%;
		}
		.comments-list .body
		{
			margin-top: 3px;
			display: block;
		}
		
	/* footer */
	

		.footer
		{
			font-size: 85%;
			line-height: 130%;
			margin-bottom: 10px;
			padding: 5px 0 0 0;
			clear: both;
			position: relative;
		}
		.footer,
		.footer a,
		.footer a:visited
		{
			color: #555;
		}
		.footer a:hover
		{
			color: #fff;
		}
		.footer .divider
		{
			color: #555;
		}
		.footer a
		{
			text-decoration:none;
		}
		.footer a:hover
		{
			text-decoration:underline;
		}

		.footer hr
		{
			display: none;
		}


	
	/* Simplimation */	
		
		#Simplimation
		{
			position: absolute;
			top: 8px;
			right: 0px;
			width: 90px;
			height: 15px;		
		}
		#Simplimation a
		{
			display: block;
			height: 100%;
			background: url(images/Simplimation-small.png) top left no-repeat;
			font-size: 0px;
			text-indent: -9999px;
			text-align: left;
		}	
	
