	
	/* reset.css */
	html {margin:0;padding:0;border:0;}
	body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
	article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {display:block;}
	body {line-height:1.5;background:white;}
	table {border-collapse:separate;border-spacing:0;}
	caption, th, td {text-align:left;font-weight:normal;float:none !important;}
	table, th, td {vertical-align:middle;}
	ul { list-style: none }
	blockquote:before, blockquote:after, q:before, q:after {content:'';}
	blockquote, q {quotes:"" "";}
	a img {border:none;}
	:focus {outline:0;} 

	/* general styles */
	body { font-family: Tahoma }
	a.blck { display: block; width: 100%; height: 100% }
	h1 { font-size: 1.3em; }
	p { 
		font-size: .8em;
		
		margin: .9em auto;
	}
	.clear { clear: both }
	h1#big { font-weight: bold; font-size: 1.52em; display: block; width: 1180px; margin: 0 auto}
	
	
	#content {
		width: 1180px;
		margin: 0 auto;
	}
	
	#logo {
		width: 100%;
		height: 69px;
		background: black url( images/ripit_logo.png ) no-repeat 8% top;
	}
	
	#products {
		width: 1180px;
		position: relative;
		margin: 30px auto 0 auto;
	}
	#products li {
		height: 140px;
		float: left;
		width: 200px;
		margin: 1px;
		text-align: center;
		overflow: hidden;
		position: relative;
		z-index: 90;
		border-radius: 10px;
		cursor: pointer;
		padding: 15px;
		border: 2px solid #fff;
	}
	#products li:hover {
		border-color: #ddd;	
		overflow: visible;
		background: #f4f4f4;		
	}
	#products li:hover p {
		position: absolute;
		bottom: -45%;
		width: 200px;
		height: 68px;
		margin-left: -17px;
		
		padding: 10px 15px;
		color: #000;
		border-top-left-radius:0;
		border-top-right-radius:0;
		border-bottom-right-radius:10px;
		border-bottom-left-radius:10px; 
		border: 2px solid #ddd;		
		border-top: 0;
		z-index: 200;
		background: #f4f4f4;
		
	}
	#products li img {
		height: 130px;
		float: left;
		padding-right: 10px;
	}
	#products li p {
		text-align: left;
		clear: both;
		width: 90%;
		padding-top: .8em;
		font-size: .75em;
		color: #111;
		line-height: 1.2em;
		
	
	}
	
	#products li .bottom {
		height: 13px; 
		overflow: visible;
		position: absolute;
		bottom: 0;
		width: 100%;
/*		background: url( images/product_bg.png ) repeat-x left 0px;		*/
	}
	
	#products h1 { 	float: left; width: 65%; margin: 0 auto; text-align: left; font-size: 1.2em;  line-height: 1.1em	}
	#products h2 { 	float: left; width: 65%; margin: 0 auto;text-align: left; color: #444; font-size: .8em; 	line-height: 1em; font-weight: bold; margin-top: .3em; }
	#products h3 { 	float: left; width: 65%; margin: 0 auto;text-align: left; color: #222;font-size: .7em; line-height: 1.1em; margin-top: .3em;  padding-bottom: 1em;	}

	
	#form {
		float:right; width: 285px; padding: 1em;border: 1px solid #999; background: #f5f5f5; border-radius: 10px; margin: 0 0 1em 1em
	}
	#form h3 { font-size: 1.2em }
	#form h4 {
		font-size: 1em;
			padding-bottom: .8em;
	}
		#form label { clear: both; display: block; font-size: .9em; padding: .1em 0;}
		#form input ,
		#form textarea {
			float: right;
			border: 1px solid #999;
			border-radius:4px;
			font-size: 1em;
			padding: .2em .4em;
		}
		#form textarea {
			float: none;
			width: 95%;
			font-family: Tahoma;
			font-size: .9em;
			margin-bottom: .7em;
		}
	