@CHARSET "UTF-8";
*{margin:0;padding:0;}
body {
	font-family:arial, sans-serif;
	font-size:10pt;
	background-color:#000;
	background-image:url(/images/bg.gif);
	background-repeat:repeat-x;
	color:#ababab;
}
p { margin:0.8em 0; }
p:first-child, h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, .text_cell h1 {
	margin-top:0;
}
p:last-child {
	margin-bottom:0;
}
h1, h2, h3, h4, h5, h6 {
	margin:1em 0 0.5em 0;
	font-weight:normal;
}
h1{font-size:18pt;}
h2{font-size:16pt;}
h3{font-size:12pt;}
h4{font-size:10pt;}
h5{font-size:8pt;}
h6{font-size:8pt;}
a {
	color:#3b9267;
}
a:hover {
	text-decoration:none;
}
a img {
	border:none;
}
table {
	border-collapse: collapse;
}
th, td {
	padding:0px;
	text-align:left;
	vertical-align:top;
}
.right {
	text-align:right;
}
.green {
	color:#3b9267;
}
.error {
	font-size:90%;
	margin-bottom:6px;
	color:#c00;
}
.btn {
	background-color:#3b9267;
	color:#fff;
	padding:4px 10px;
	text-decoration: none;
	border:0px solid #fff;
	font-family:arial, sans-serif;
	font-size:10pt;
}
.btn:hover {background-color:#37C680;}
#wrap {
	width:963px;
	background-color:#000;
	margin:0 auto 0 auto;
}

/* NAV */
#nav {
	height:204px;
	position:relative;
}
#nav #logo {
	width:165px;
	height:69px;
	position:absolute;
	background-image:url(/images/logo.gif);
	background-repeat: no-repeat;
	right:24px;
	top:24px;
	cursor: pointer;
}
#nav #logo span {
	display:none;
}
#nav a {
	color:#ababab;
}
#nav a:hover {
	color:#81b497;
}
#nav ul {
	position:absolute;
	bottom:13px;
	list-style:none;
}
#nav ul li {
	margin:4px 0 0 0;
	color:#ababab;
}
#nav ul li a {
	text-transform: uppercase;
	text-decoration: none;
}
#nav ul li a.selected {
	color:#3b9267;
}
#nav ul li a span {
}
#nav #collections_nav {
	left:26px;
}
#nav #collections_nav li {
	height:16px;
	font-size:16pt;
	letter-spacing:-0.05em;
}
#nav #ranges_nav {
	left:264px;
}
#nav #ranges_nav li {
	height:12px;
	font-size:11pt;
}
#nav #main_nav {
	left:480px;
}
#nav #main_nav li {
	height:12px;
	font-size:11pt;
}

/* SEARCH */
.search_info {
	background-color:#212121;
	padding:20px 0px 10px 25px;
}
#search_form {
	position:absolute;
	right:24px;
	bottom:13px;
}
#search_text {
	background-color:#545454;
	border:0px;
	padding:4px 6px;
	color:#fff;
	font-family:arial, sans-serif;
	font-size:9pt;
}
#search_button {
	background-color:#000;
	border:1px solid #545454;
	padding:2px 6px;
	color:#9a9a9a;
	font-family:arial, sans-serif;
	font-size:9pt;
	cursor: pointer;
}
#search_button:hover {
	color:#3b9267;
}

/* RANGE */
.collection_hero {
	margin:0px 1px 1px 0px;
}
.range_thumbnail .range_title {
	margin:0px 1px 1px 0px;
}
.row_end .range_thumbnail .range_title {
	margin:0px 0px 1px 0px;
}
.range_title {
	background-color:#fff;
	height:30px;
	width:240px;
}
.range_title p {
	background-color:#fff;
	text-align:center;
	text-transform:uppercase;
	font-size:12pt;
	padding-top:6px;
	letter-spacing:-0.03em;
	color:#a5a5a5;
}

/* MODEL */
.image_cell {
	/*background-color:#fff;*/
}
.text_cell, .text_cell_dark, .text_cell_contact {
	background-color:#fff;
	color:#424242;
	width:472px;
	padding:20px 26px;
	font-size:0.9em;
}
.text_cell_dark, .text_cell_contact {
	background-color:#212121;
	color:#c7c7c7;
	width:472px;
	padding:20px 26px;
	font-size:0.9em;
}
.text_cell_contact {
	vertical-align:bottom;
	background-image:url(/images/contact_bg.gif);
	background-repeat:no-repeat;
	background-position:top right;
}
.text_cell_contact p {
	position:relative;
}
.text_cell_contact p .indent {
	position:absolute;
	left:75px;
}
.model_thumbnail {
	float:left;
	width:240px;
	height:200px;
	background-color:#fff;
	text-align:center;
	margin:0px 1px 1px 0px;
}
.model_thumbnail p {
	margin:0px;
	width:240px;
	height:30px;
	background-color:#fff;
	color:#696969;
	text-align:center;
	font-size:8pt;
}
.product_body {
	/*height:180px;
	overflow:auto;*/
}
.product_id {
	font-weight:bold;
}
#wrap.projects #content {
	padding:30px 30px 10px 30px;
}

/* MY SELECTION PAGE */
#selection-actions {
	height:180px;
	padding:30px 0 10px 30px;
}
#selection-actions h2 {
	color:#ccc;
}
#selection-actions textarea, #selection-actions input {
	width:210px;
	height:100px;
	border:none;
	background-color:#545454;
	color:#fff;
	margin-top:4px;
	padding:2px 5px;
	font-family:arial, sans-serif;
	font-size:9pt;
}
#selection-actions input {
	width:190px;
	height:15px;
}
.delete_btn {
    float:right;
    background-image:url(../images/admin/delete_btn.png);
    display:block;
    height:16px;
    width:16px;
    background-repeat:no-repeat;
    margin:6px;
}
.delete_btn:hover {
    background-position:0 -16px;
}
.delete_btn span {
    display:none;
}


/* FOOTER */
#footer {
	color:#646464;
	font-size:8pt;
	margin:16px 24px;
	clear:both;
	height:40px;
}
#footer a {
	color:#646464;
}

