/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

* BRYMAS - URB
* Filename: style.css
* Version: 1.0.0
* Website: http://www.brymas.com/urb/
* Author: Dave Musgrove
* Description: Handles the site layout, of the Urb section.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


/* _Body
==========================================*/

html { height: 100%; margin-bottom: 1px; }
body {
	margin: 0;
	padding: 0;
	background: #fcfcfd;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 100%;
}
p { 
	font-family: Arial, Helvetica, sans-serif; 
	line-height: 17px; 
	font-size: 12px;
	margin: 0 0 12px 0; 
}
img { border: 0px; }


form { background: #fff; } 
input { background: #fff; margin: 0; padding: 0; border: 0; }



/* _Wraps
==========================================*/

#wrap { margin: 0 auto; width: 710px; position: relative; }


/* _Containers
==========================================*/

#header { height: 186px; margin: 0 auto; }
#header p { color: #88ba27; }
#header p a { color: #000; text-decoration: none; }
#header p a:hover { color: #88ba27; }
.back-header { background: url(../urb/images/back-header.jpg) no-repeat right; border-bottom: 1px solid #bbb; }
#logo { margin: 26px 0 2px; 0; }

.product-header { height: 44px; border-bottom: 1px solid #333; margin-bottom: 10px; }
.product-header p { font-size: 16px; font-weight: bold; line-height: 16px; padding: 20px 0 0 0; } 
.product-header p a { float: right; margin-top: -16px; font-weight: normal; color: #88ba27; text-decoration: none; }
.product-header p a:hover { color: #000; }

.product-pics { }

#main-back { height: 722px; background: url(../urb/images/urb-splash.jpg) no-repeat right; }
#text-block { width: 355px; height: 417px; margin-top: 50px; float: left; overflow: auto; }
#text-block h4 { font-size: 13px; margin: 0 0 14px 0; font-weight: normal; color: #999; }
#text-block p { width: 320px; margin: 0 0 30px 0; font-size: 11px; color: #999; }
#text-block p a { color: #000; text-decoration: none; }
#text-block p a:hover { color: #88ba27; }


/* _Images
==========================================*/




/* _Forms
==========================================*/
