@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:normal;
	color: #FFFFFF;
	margin: 0px;
	text-align:left;
}

a:hover {
}

a:link {
	color:#FFFFFF;
	text-decoration:none;
}

a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

a:active {
	color:#FFFFFF;
	text-decoration:none;
}

#container {
	width:742px;
	margin: 0 auto;
}

#pageheader {
	background-image:url(images/header.jpg);
	width:742px;
	height:198px;
	text-align:left;
}

h1 {
	display:none;
}

#set_1 {
	width:432px;
	float:left;
}

#set_1_top {
	background-image:url(images/set_1_top.gif);
	background-repeat:no-repeat;
	text-align:left;
	height:200px;
}

#set_1_top_title {
	height:31px;
}

#set_1_spacer {
	background-image:url(images/set_1_spacer.gif);
	background-repeat:no-repeat;
	height:10px;
}

#set_1_bottom {
	background-image:url(images/set_1_bottom.gif);
	background-repeat:no-repeat;
	height:87px;
	text-align:left;
}

#rss_feeds {
	background-image:url(images/rss_box.gif);
	background-repeat:no-repeat;
	width:282px;
	height:297px;
	float:right;
	text-align:right;
}

#chic_footer {
	background-image:url(images/banner_background.gif);
	background-repeat:no-repeat;
	width:742px;
	height:166px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	vertical-align:text-bottom;
}

.banner_title {
	margin-top:0px;
	margin-bottom:0px;
	height:22px;
	line-height:22px;
	text-align:left;
	vertical-align:text-bottom;
}

.banner_1 {
	position:relative;
	margin-left:7px;
	margin-right:6px;
	margin-top:6px;
	float:left;
}

.banner_2 {
	position:relative;
	margin-left:7px;
	margin-right:6px;
	margin-top:6px;
	float:left;
}

.banner_3 {
	position:relative;
	margin-left:7px;
	margin-right:6px;
	margin-top:6px;
	float:left;
}

.banner_4 {
	position:relative;
	margin-left:7px;
	margin-right:6px;
	margin-top:6px;
	float:left;
}

.banner_5 {
	position:relative;
	margin-left:7px;
	margin-right:6px;
	margin-top:6px;
	float:left;
}

.banner_6 {
	position:relative;
	margin-left:7px;
	margin-right:6px;
	margin-top:6px;
	float:left;
}

#chic_copyright {
	width:742px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	vertical-align:text-bottom;
	font-size:9px;
}

#archives_title {
	width:166px;
	height:46px;
}

#archives_images {
	margin-left:13px;
}

#featured_vendor {
	margin-left:13px;
	margin-top:13px;
	margin-right:10px;
	overflow:auto;
}

#rss_title {
	background-image:url(images/rss_title.gif);
	background-repeat:no-repeat;
	width:187px;
	height:26px;
	text-align:right;
	margin-left:90px;
}

#rss {
	margin-top:8px;
	margin-right:4px;
	margin-left:8px;
	overflow:auto;
	height:255px;
}

.feedsweep {
	text-align:left;
	line-height:normal;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

.feedsweep_link {
}

.feedsweep_title {
	display:none;
}

.feedsweep_item {
	margin-bottom:4px;
	padding:4px;
}

.feedsweep_date {
	font-size: 9px;
	font-style:italic;
}

.feedsweep_headline {
	font-weight:bold;
	font-size:12px;
}

.feedsweep_body {
}

/* --=== Nav Menu ==============---*/

#info {position:relative;}
p.bold {padding-left:15px; color:#c00;}
a.linkup {position:relative;}
/* a.buttonup {position:absolute; top:200px; left:650px; border:0;} */
a.buttonup img {border:0;}
.gleft {float:left; margin:25px 0 10px 0;}
.gright {float:right; margin:25px 5px 10px 0;}
.grc {margin:20px 0 0 10px;}


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {width:132px; height:34px; position:relative; z-index:100;border-right:1px solid #000;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:132px; w\idth:132px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:132px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:132px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block; width:132px; height:34px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:132px; w\idth:132px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {}
/* style the second level hover */
.menu ul ul a:hover {}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {}
/* style the third level hover */
.menu ul ul ul a:hover {}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:34px;left:0; width:132px;}
/* another hack for IE5.5 */
* html .menu ul ul {top:34px;t\op:34px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {width:132px; height:34px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{}
.menu :hover > a, .menu ul ul :hover > a {}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

/* --=== Profile Page ==========---*/

#profile_pageheader {
	background-image:url(images/header_shoot.jpg);
	background-repeat:no-repeat;
	width:742px;
	height:198px;
	text-align:left;
}

#profile_video {
	background-image:url(images/shoot_body_video.gif);
	background-repeat:no-repeat;
	width:742px;
	height:302px;
}

#center_spacer {
	width:742px;
	height:16px;
	text-align:center;
	font-size:8px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	line-height:16px;	
}

#photo_left {
	background-image:url(images/shoot_body_photo_left.gif);
	background-repeat:no-repeat;
	width:126px;
	height:484px;
}

.left_thumbnail_table {
	margin-left:8px;
	margin-top:12px;
}

.thumbs_left_column {
	width:48px;
	height:52px;
}

.thumbs_right_column {
	width:48px;
	height:52px;
}

.photo_center_column {
	width:4px;
}

#photo_center {
	background-image:url(images/shoot_body_photo_center.gif);
	background-repeat:no-repeat;
	width:490px;
	height:484px;
}

#photo_right {
	background-image:url(images/shoot_body_photo_right.gif);
	background-repeat:no-repeat;
	width:126px;
	height:484px;
}

.right_thumbnail_table {
	margin-left:18px;
	margin-top:12px;
}

#vendor_info_profile {
	background-image:url(images/shoot_vendorinfo.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:742px;
	height:66px;
}

#vendor_info_stuff {
	margin-top:-40px;
	margin-left:auto;
	margin-right:auto;
	font-size:12px;
	text-align:center;
	vertical-align:top;
}

#vendor_name {
	height:27px;
	text-align:center;
}

#vendor_video {
	text-align:center;
}

#photos {
	background-image:url(images/profile_body.gif);
	background-repeat:no-repeat;
	height:486px;
	width:742px;
}

/* --=== Featured Page ==========---*/

#featured_stuff {
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	font-size:12px;
	text-align:center;
}

.table_vendor_info {
	font-size:12px;
	text-align:left;
}

.table_featured_stuff {
	font-size:12px;
	text-align:left;
}

.table_header {
	font-size:18px;
	font-weight:bold;
}

/* --=== Featured Page ==========---*/

#chic_archives {
	background-image:url(images/archives_body.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:742px;
	height:297px;
}

#archives_list {
	margin-left:80px;
	margin-right:2px;
	margin-top:40px;
	height:250px;
	width:660px;
	overflow:auto;
	float:left;
	font-size:12px;
}