body {
	background-color:#f4f4f4;
	margin: 0px 0 0 0;
	padding: 0px 0px 0px 0px;
}
    
body img { /* blocking images for the page */
	display: block;
	float: left;
}

.inlineImage {
	float: none;
	display: inline;
}

.info, td, p {
	font-family: Helvetica,Arial,Tahoma,sans-serif;
	font-size: .9em; 
	color: #343434;
	margin-top: 0px;
}

a { /*#b61d1b;*/
	font-family: Helvetica,Arial,Tahoma,sans-serif;
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	font-family: Helvetica,Arial,Tahoma,sans-serif;
	color: #000000;
	text-decoration: underline;
}

h1 {
	font-family: Arial,Tahoma,sans-serif;
	font-size: 1.5em; 
	color: #7C8E54;
}

h2 {
	font-family: Arial,Tahoma,sans-serif;
	font-size: 1.2em; 
	color: #7C8E54;
}


h3 {
	font-family: Arial,Tahoma,sans-serif;
	font-size: .8em; 
	color: #000000;
}


/* API */

/*#######################################################################################*/
/* Overloaded Elements */
/*#######################################################################################*/

.hrgrey {
	height: 1px;
	background: #ffffff url(/images/hrgrey.gif) repeat scroll center;
	margin: 5px 0 0 0;
}

.hrblue {
	height: 1px;
	background: #ffffff url(/images/hrblue.jpg) repeat scroll center;
	margin: 5px 0 0 0;
}

.hrdottedline {
	height: 1px;
	background: transparent url(/images/hrdottedline.gif) repeat-x scroll left center;
	margin: 5px 0 0 0;
}

.sidebarDivider {
	float: left;
	display: inline;
	width: 100%;
	height: 11px;
	background: transparent url(/images/hrdottedline.gif) repeat-x scroll left center;
}

.hrblue hr, .hrgrey hr, .sidebarDivider hr, .hrdottedline hr {
  display: none;
}

/*#######################################################################################*/
/* Text Manipulation */
/*#######################################################################################*/

.bold {
	font-weight: 700;
}

.italic {
	font-style: italic;
}

.alert {
	color: #e60000;
}

.whiteout {
	color: #ffffff;
	display: inline;
}

.centerText {
	text-align: center;
}

.underline {
 	text-decoration: underline;
}

.nounderline {
	text-decoration: none;
}

.big {
	font-size: 110%;
}

.bigger {
	font-size: 125%;
}

.link {
	color: #6B784E;
	text-decoration: none;
}

.link:hover {
	text-decoration: underline;
}

.add-cart-title {
	font-size: .9em;
	font-weight: bold;
	font-family: Arial,Tahoma,sans-serif;
	color: #7C8E54;
}

.product-title {
	font-size: 18pt;
	color: #7C8E54;
}


/*#######################################################################################*/
/* Common Attributes */
/*#######################################################################################*/

.left {
	float: left;
}

.right {
	float: right;
}

.nofloat {
	float: none;
}

.nopadding {
	padding: 0;
}

.nomargin {
	margin: 0;
}

.inline {
	display: inline;
}

.autoHeight {
	height: auto;
}

.centerContent {
	margin: 0 auto;
}

.centerText {
	text-align: center;
}

.showCursor {
	cursor: pointer;
}

/*#######################################################################################*/
/* Tables */
/*#######################################################################################*/

.borders {
	borders: collapse;
	border: 1px solid #000000;
}

.noborders {
	borders: collapse;
	border: none;
}

/*#######################################################################################*/
/* Common Colors */
/*#######################################################################################*/

.red {
	color: #CB123D;
}

.lightblue {
	color: #54bedb;
}

.blue {
	color: #057fa4;
}

.black {
	color: #000000;
}

.grey {
	color: #767676;
}

.green {
	color:#95AB63;
}

/*#######################################################################################*/
/* Form Elements */
/*#######################################################################################*/

.buttonSubmit {
	background: transparent url(/images/button_submit_generic.gif) no-repeat scroll top center;
	border: 0px;
	width: 125px;	
}

.buttonContactSubmit {
	background: transparent url(/images/button_submit.png) no-repeat scroll top center;
	border: 0px;
	width: 141px;
	height: 38px;
}

.buttonReset {
	background: transparent url(/images/button_reset_generic.gif) no-repeat scroll top center;
	border: 0px;
	width: 46px;	
}

textarea {
	padding: 2px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #95ab63;
	font-family: arial, verdana, sans serif;
	font-size: 13px;
}

.formBox {
	border: 1px solid #95ab63;
	height: 28px;
	font-size: 14px;
}

.formBox2 {
	border: 1px solid #95ab63;
	height: 18px;
	font-size: 14px;
}

.formDropbox {
	border: 1px solid #cccccc;
	height: 20px;
	font-size: 13px;
}

.formCheckbox, .formRadio {
	margin: 4px 0px 0px 0px;
}

.formCheckboxAlt {
	position: relative;
	top: 2px;
	left: 1px;
}

/*#######################################################################################*/
/* TABLE/FORM Element Manipulation */ 
/*#######################################################################################*/

.form { 
	font-family: arial, sans serif; 
	font-size: 12px; 
}

.error { 
	font-family: verdana, arial, sans serif; 
	font-size: 10px; 
	color: #cc0000; 
}

.label, label { 
	color: #000000; 
	font-family: verdana, arial, sans serif; 
	font-size: .9em; 
	text-transform: uppercase; 
}

.labelreq { 
	color: #cc0000; 
	font-family: verdana, arial, sans serif; 
	font-size: .9em; 
	text-transform: uppercase; 
}

.displayMessage {
	padding: 7px;
	background: #F4F2C2;
	border: 1px solid #CEBE52;
	margin: 0px 0px 5px 0px;
}

.displayMessage p {
	color: #928638;
	margin: 0;
	text-align: left;
}

.smallIcon {
	display: inline;
	float: none;
	position: relative;
	top: 2px;
}

/* END API */


/* CONTAINERS */
#container { /* container div */
	width: 100%;
	margin-right: auto;
	margin-left: auto;	
	display: inline;
	float: left;
}

#main {
	width: 903px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}

#mainContentWrapper {
	width: 903px;
	height: auto;
	display: inline;
	overflow: hidden;
	float: left;
	background: transparent url(/images/content_bg_2.jpg) repeat-y scroll top right;
}

#mainContent {
	float: left;
	display: inline;
	overflow: hidden;
	padding: 0px 11px 0px 11px;
	width: 881px;
	height: auto;
	background: transparent url(/images/page_default.jpg) no-repeat scroll top center;
}

#mainTop {
	float: left;
	display: inline;
	width: 903px;
	height: 11px;
	background: transparent url(/images/content_top.jpg) no-repeat scroll top center;
	overflow: hidden;
}

/** HEADER **/
#header {
	float: left;
	display: inline;
	width: 881px;
	height: 146px;
}

.logo {
	margin: 23px 0px 0px 34px;
}

/** END HEADER **/
#content {
	width: 861px;
	padding: 10px 10px 0px 10px;
	height: auto;
	float: left;
	display: inline;
	overflow: hidden;
}

/** CONTENT WELL **/

#aboutPage {
	margin-left: 225px; 
	margin-top: 95px; 
	font-size: .8em; 
	width: 600px;
	height: 220px;
}

#aboutVideo {
	float: left;
	display: inline; 
	width: 240px;
	height: 180px; 
	background: #95ab63; 
	border: 1px solid #000000; 
	margin-right: 10px;
}

#loginPage {
	margin-left: 300px; 
	margin-top: 35px; 
	font-size: .8em; 
	width: 500px;
	height: 281px;
}

#homePage {
	margin-left: 400px; 
	margin-top: 70px; 
	font-size: 1.3em; 
	width: auto;
	height: 246px;
}

#collectionPage {
	float: left;
	display: inline;
	background: transparent url(/images/categories_new.jpg) no-repeat scroll bottom center;
	width: 637px;
	height: 301px;
	margin-left: 112px;
	font-size: 1.3em;
	text-align: center;
	margin-top: 25px;
}

.trendy {
	display: inline;
	float: left;
	width: 215px;
	height: 84px;
	margin: 3px 0px 0px 240px;
}

.mens {
	display: inline;
	float: left;
	width: 215px;
	height: 84px;
	margin: 0px;
	margin: 15px 0px 0px 240px;
}

.womens {
	display: inline;
	float: left;
	width: 215px;
	height: 84px;
	margin: 18px 0px 0px 240px;
}

#eyewearPage {
	/*margin: 0px 0px 0px 10px;*/
	margin-left: 300px; 
	margin-top: 20px; 
	font-size: .8em;
	width: auto;
	height: 296px;
}

#eyewearVideo {
	float: right; 
	display: inline; 
	width: 300px;
	height: 200px; 
	background: #95ab63; 
	border: 1px solid #000000; 
	margin: -20px 0px 5px 0px;
}

#browsePage {
	font-size: 1.3em;
	margin: 0px 0px 0px 30px;
}

.subnav {
	color: #95ab63;
}

.product {
	display: inline;
	float: left;
	background: #ffffff;
	width: 292px;
	padding-bottom: 15px;
}

.product img {
	margin: 27px 0px 15px 21px;
}

.productContent {
	margin-top: 20px;
}

.productLabel {
	color: #95ab63;
}

.productDesc {
	font-size: .7em;
}

.productName {
	font-size: 1.3em;
	width: 200px;
}



/** NAV **/
#nav {
	float: right;
	display: inline;
	width: 471px;
	height: 13px;
	margin: 74px 60px 0px 0px
}

#nav ul {
	list-style-type: none;
	padding: 0 0 0 0px;
	margin: 0 0 0 0px;
}

#nav ul li {
	float: left;
}

#nav ul li a {
	float: left;
	display: block;
	height: 16px;
	background-image: url(/images/nav_with_hover_bg.png);
	background-repeat: no-repeat;
	padding-top: 0px;
}

#nav ul li a.about {
	width: 100px;
	background-position: -0px -0px;
	display: inline;
}

#nav ul li a.about:hover {
	width: 100px;
	background-position: -0px -19px;
	display: inline;
}

#nav ul li a.contact {
	width: 85px;
	margin-left: 15px;
	background-position: -100px -0px;
	display: inline;
}

#nav ul li a.contact:hover {
	width: 85px;
	margin-left: 15px;
	background-position: -100px -19px;
}

#nav ul li a.collection {
	width: 120px;
	background-position: -200px -0px;
}

#nav ul li a.collection:hover {
	width: 120px;
	background-position: -200px -19px;
}

#nav ul li a.eyewear {
	width: 150px;
	background-position: -320px -0px;
}

#nav ul li a.eyewear:hover {
	width: 150px;
	background-position: -320px -19px;
}

/** END NAV **/

/** FOOTER **/
#footer {
	display: inline;
	float: left;
	width: 881px;
	height: 39px;
	text-align: left;
	background: #95ab63;
	opacity:.75; 
	filter:alpha(opacity=75); 
	position: relative;
}

#footer a {
	text-decoration: underline;
	color: #ffffff;
}

#footer p {
	color: #ffffff;
	font-size: .8em;
}

#footer a:hover {
	text-decoration: none;
	color: #ffffff;
}

#mainBottom {
	display: inline;
	float: left;
	width: 903px;
	height: 25px;
	background: transparent url(/images/content_bottom.jpg) no-repeat scroll bottom center;
}

/** PRELOAD IMAGES **/ 

.preloadImg {
}