@import url("reset.css");

/*
/		TYPOGRAPHY
/		all global typography styles
--------------------------------------------------------------------------------------------------------*/

body 				{ font-family: arial, verdana, sans-serif; font-size: 12px; line-height: 16px; }
a 					{ color: #666; text-decoration: none; }
a:hover 			{ color:#333; }
p 					{ margin-bottom: 15px; }
strong 			{ font-weight: bold; }
ul {
    margin: 0 0 15px 16px;
    list-style: square;
}
h2 { 	
	margin: 10px 0 10px 0;
	font-size: 24px;
	line-height: 21px;
	font-style: italic;
	font-family: "Times New Roman";
	font-weight: normal;
	color: #000;
	}
h3.header { 	
	margin: 10px 0 9px 0;
	font-size: 18px;
	line-height: 15px;
	font-style: italic;
	font-family: "Times New Roman";
	font-weight: normal;
	color: #ed008c;
}
	
#content, #col7-wrap { font-size: 0.95em; line-height: 1.2em; color: #616161; }
#content a, #col7-wrap a { text-decoration: underline; }
#content a:hover, #col7-wrap a:hover { border-color: #FFF; }

/*
/		NAVIGATION
--------------------------------------------------------------------------------------------------------*/

#MainNav ul		{ list-style: none; margin: 0px; padding: 0px; }
#MainNav ul li	{ float: left; }
#MainNav ul li a {
	float: left;
	height: 40px;
	width: 121px;
	margin-right: 12px;
	padding-top: 5px;
	font-family: Helvetica;
	color: #000;
	font-size: 11px;
	line-height: 11px;
	text-decoration: none;
	font-weight: bold;
	border-top: 1px solid #000;
	border-bottom: 0;
}
#MainNav ul li a:hover,
#MainNav ul li a.active {
	color: #ed008c;
	border-color: #ed008c;
	}

#SecondaryNav { list-style: none; margin: 0px; padding: 0px; }
#SecondaryNav {
	border-top: 1px solid #999;
	margin-bottom: 7px;
	font-weight: bold;
	}
	#SecondaryNav li { margin-top: 7px; }
	#SecondaryNav li a { text-decoration: none !important; }
	#SecondaryNav li a:hover,
	#SecondaryNav li a.CMSListMenuLinkHighlighted { color: #000; }

#ThirdNav { list-style: none; margin: 0px 0px 0px 12px; padding: 0px; }	
#ThirdNav {
	border-top: 1px solid #999;
	margin-bottom: 7px;
	font-weight: bold;
	width: 121px;
	}
	#ThirdNav li { margin-top: 7px; }
	#ThirdNav li a { text-decoration: none !important; }
	#ThirdNav li a:hover,
	#ThirdNav li a.CMSListMenuLinkHighlighted { color: #000; }

	
#footer { 
	clear: both;
	float: left;
	width: 786px;
	padding-top: 7px;
	margin: 35px 12px 30px 0;
	font-size: 10px;
	color: #959595;
	border-top: 1px solid #959595;
	}
	#footer #EDC-logo { float: left; margin-right: 30px; }
	#footer ul {  }
	#footer ul li { float: left; display: inline; padding-top: 16px; }
	#footer ul li a {
	color: #959595;
	border: 0;
	}
	#footer ul li a:hover { color: #ed008c; }
/*
/		GLOBAL LAYOUT
--------------------------------------------------------------------------------------------------------*/

body { background-color: #FFF; }
#content-wrap { width: 950px; margin-left: 35px; float: left; display: inline; }
#content { float: left; }

#header { margin: 27px 0 20px 0; float: left; }
#header h1#logo { float: left; }
#header #tagline { 
	float: left;
	font-family: "Times New Roman";
	font-style: italic;
	font-size: 15px;
	line-height: 13px;
	margin: 11px 0 0 20px;
	/*color: #959595;*/
	color: #666;
	}
#header #tagline2 { 
	float: left;
	font-family: "Times New Roman";
	font-style: italic;
	font-size: 15px;
	line-height: 13px;
	margin: 11px 0 0 20px;
	/*color: #959595;*/
	color: #666;
	}
#SixWrap {
	width: 799px;
	float: left;
	}

.col {
	float: left;
	padding: 0 12px 12px 0;
	}
	.col .col { padding: 0; }
	.col .colMargin {
	margin-right: 12px;
	}
	
	.col h3 {
	border-bottom: 1px solid #999;
	padding: 2px 0 3px 0;
	margin: 5px 0 5px 0;
	font-weight: bold;
	color: #000;
	}
	.col a.more { font-weight: bold; display: block; float: left; margin-top: 10px; }

.col1 { width: 121px; overflow: hidden;}
.col2 { width: 254px; overflow: hidden;}
.col3 { width: 387px; overflow: hidden;}
.col4 { width: 519px; overflow: hidden;}
.col5 { width: 652px; overflow: hidden;}
.col6 { width: 786px; overflow: hidden;}

/*.col1 img { width: 120px; }*/

#col7-wrap { width: 122px; margin-left: 24px; float: left; display: inline; font-size: 11px; line-height: 12px; }
/*#col7-wrap a { color: #ed008c; }*/
#col7-wrap a strong { line-height: 17px; }
#col7-wrap h2.colTitle {
	margin: 0;
	padding-top: 5px;
	height: 40px; 
	font-style: normal;
	font-family: Helvetica;
	line-height: 11px;
	font-size: 11px;
	font-weight: bold;
	color: #ed008c;  
	border-top: 1px solid #ed008c;
	}
#col7-wrap h2.colTitle a, #col7-wrap h2.colTitle a:hover{
	text-decoration: none;
	color: #ed008c;
}
	#col7-wrap #ShowRoomDB {
	float: left;
	background-color: #e7e7e7;
	padding: 7px;
	
	}
	#col7-wrap #ShowRoomDB a.more { color: #626262;  font-weight: bold; display: block; float: left; margin-top: 10px; }
	#col7-wrap #ShowRoomDB a.more:hover { border-color: #e7e7e7; }
	#col7-wrap #ShowRoomDB h2 {
	margin: 0 0 3px 0;
	font-size: 16px;
	line-height: 13px;
	color: #ed008c;
	}
	#col7-wrap #ShowRoomDB ul { list-style: none; margin-left: 0px; margin-top: 0px;}	
	#col7-wrap #ShowRoomDB ul li select { width: 107px; font-size: 10px; }
	#col7-wrap #ShowRoomDB ul li.searchbox input { width: 104px; font-size: 10px; }
	#col7-wrap #ShowRoomDB ul li.submit input { float: right; margin-top: 15px; }
	
	#col7-wrap #ShowRoomDB ul li {
	margin-bottom: 10px;
	}

.row1 { height: 221px; margin-bottom: 12px; }

.row1 #news
{
    height:110px;
    overflow:hidden;
}
.row1 #signup
{
    clear:both;
    height:97px;
	background-color: #e7e7e7;
	padding: 7px;
}

.row1 #signup h2.suheader
{
    font:Times New Roman;
    margin: 0 0 6px 0;
	font-size: 16px;
	line-height: 13px;
	color: #ed008c;
}

.row1 #signup input
{
    width: 86px; font-size: 10px; 
    margin-top:6px;
}
.row1 #signup input.go
{
    width: 15px; font-size: 10px; 
    padding:0 2px 0 2px;
    margin:0;
}

.pink {
    color: #ed008c;
}


/*
/		BANNER ROTATION
--------------------------------------------------------------------------------------------------------*/

ul.RotateBnner { position: relative; width: 254px; height: 221px; list-style: none; margin-left: 0px; margin-bottom:0px; }
ul.RotateBnner li {
	display: none;
	position: absolute;
	z-index: 6;
	line-height: 1px;
	}
	ul.RotateBnner li.active {
	display: block;
	z-index: 5;
	}
ul.RotateBnner li a:hover {
    cursor:default;
}
	


/*
/		CALENDAR
--------------------------------------------------------------------------------------------------------*/

table.Calendar {
	margin-top: 30px;
}
table.Calendar th {
	text-align: left;
	border-bottom: 1px solid #DF0079;
	border-right: 10px solid #FFF;
	padding: 0 0 3px 0;
	color: #DF0079;
}
table.Calendar .date { width: 123px; }
table.Calendar .event { width: 255px; }
table.Calendar .location { width: 120px; border-right: 0;  }
	
table.Calendar td {
	border-top: 1px solid #999;
	border-right: 10px solid #FFF;
	padding: 3px 0 15px 0;
}

table.Calendar td.first {
	border-top: 0;
}

table.Calendar td .highlight { color: #DF0079; }

#calendarGroups {
     clear:both;
     margin-top:75px;
     width:230px;
     background-color: #e7e7e7;
     padding:10px;
}
#calendarGroups h1 {    
	font-size: 16px;
	line-height: 21px;
	font-style: italic;
	font-family: "Times New Roman";
	font-weight: normal;
	color: #ed008c;   
}

#calendarGroups h3 {
	border-bottom: 1px solid #999;
	padding: 2px 0 3px 0;
	margin: 5px 0 5px 0;
	font-weight:bold;
	color: #000;
}
#calendarGroups a{
	text-decoration: none;
	color: #000;
	display: block;
	clear: both;
	font-weight: bold;
}

#calendarGroups a em {
    float:left;
    font-style:normal;
    width:180px;    
    display:block;
}

#calendarGroups a span{
	float:left;
	display:block;
	width:50px;
}

#calendarGroups a:hover{
	color: #ed008c;
}
#calendarGroups a.on{
	color: #ed008c;
}
/*
/    SHOWROOM RESULTS
/--------------------------------------------------------------------------------------------------------*/
	.showrooms {
		width: 519px;
		overflow: hidden;
	}
	.showrooms-strip {
		width: 550px;
	}
	.showroom-entry {
		/*width: 121px;
		height: 135px;*/
		margin-right: 12px;
		margin-bottom: 12px;
		overflow:hidden;
	}
	.showroom-entry h3 {
		border-top: 1px solid #999;
		border-bottom: none;
		margin-top: 0;
	}
	.showroom-entry h3 a{		
		border-bottom: none;
		margin-top: 0;
		text-decoration:none !important;
		color:#000;
	}
	.showroom-entry h3 a:hover{
		color: #ed008c;
	}
	.showroomlinks-strip {
		width: 786px;
	}
	.showroom-link {
	    width:252px;
	    height:30px;
	    float:left;
	    padding-right:10px;
	}
	.fourth-entry {
		margin-right: 0;
	}
	.showroom-details {
		width: 240px;
		height: 260px;
		background-color: orange;
	}
	.showroom-entry p{
		padding: 0 0 0 0!important;
		margin: 0 0 0 0!important;
	}
	
	.showroom-entry p.categories{
	    padding: 5px 0 10px 0 !important;
	}
	
/*
/       SHOWROOM SEARCHPAGE INTERFACE
/---------------------------------------------------------------------------------*/
#ShowRoomPanel {
	padding: 12px;
	background-color: #e7e7e7;
	list-style: none; margin: 0px; 
}
#ShowRoomPanel ul { 
    list-style: none; 
    margin-left: 0px; 
    
}
#ShowRoomPanel li {
	width: 242px;
	margin-bottom: 10px;
}
#ShowRoomPanel li.submit {
	text-align: right;
	margin-bottom: 0;
}
#ShowRoomPanel select, #ShowRoomPanel input {
	font-size: 11px;
}
#ShowRoomPanel select {
	width: 242px;
}
#ShowRoomPanel input.search {
	width: 239px;
}
#ShowRoomPanel .instructions {
	float: right;
	width: 240px;
}

.imgPadding {
    margin: 12px 0px 20px 0px;
}

/*
/       QUICK LINKS: HOME PAGE
/---------------------------------------------------------------------------------*/
#content {
	position: relative; 
}
#quick-links {
	width: 350px;
	position: absolute;
	overflow:hidden;
	/* Feb 2010 link position */
	top: 175px;
	left: 139px;
	z-index: 1000;
	color: #fff;
	text-align:right;
	line-height:1.4;	
}
#quick-links a {
	/* common link styles */
	text-decoration:none;
	margin-bottom: 0;
	padding-bottom: 0;
	/* Feb 2010 font styles */
	font-weight:normal;
	font-size: 12px;
	color: #fd43a4;
	text-align: right;

}
#quick-links a.white
{
	color:#fff;
}
#quick-links .pipe
{
	color:#fff;
	padding: 0 10px 0 13px;
}
a.banner-link {
	/* common link styles */
	display: block;
	text-decoration:none !important;
	margin-bottom: 0;
	padding-bottom: 0;
	/* Oct 09 font styles */
	font-weight:normal;
	font-size: 12px;	
	text-align: right;
}


/*
/       IMG CAPTIONS
/---------------------------------------------------------------------------------*/

.imgCaption img {
    display:block;
}
.imgCaption em {
    display:block;
    line-height: 12px;
    margin: 2px 0 0 0px;
    color:#666;
    font-weight: bold;
    font-size: 9px;
    height:12px;
}

/*
/       FORM LAYOUT 519
/---------------------------------------------------------------------------------*/

DL {
    width: 519px;
    /*padding-bottom: 15px; */
}
DT {
    clear:both;
    width:100px;
    float:left;
}
DD {
    float:left;
    width: 410px;
    margin: 0 0 5px 5px;
}
DD.last {
    padding-bottom:15px;
}
DD input {
    width:260px;
}
DT sup {
    color: #ed008c;
}

.radiolist {
    width: 519px;
    margin: 0 0 15px 0;
}

#formfields h3 {
    padding-top:15px;
}
/*
.radiolist input {
    clear: both;
    width: 254px;
    float: left;
}
*/
/* clear floats */
.cleaner { 
clear: both; 
height: 1px; 
font-size: 1px; 
border: none; 
margin: 0; 
padding: 0; 
background: transparent; 
}
