/* YUI CSS Grids */
@import url("reset-fonts-grids.css");

body {
}

a:link {
	color: #180058;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #180058;
}
a:hover {
	text-decoration: underline;
	color: #180058;
}
a:active {
	text-decoration: none;
	color: #180058;
}

html {
	background-color: #ffffff;
	background-image:url(images/shulers_bg.png);
	background-repeat: repeat-x;
	background-position: top left;
}

/* General Layout Styles */
#custom-doc {
	width: 1000px;
	min-width: 1000px;
	background-color: #f7f7f7;
	margin-top:10px;
}

#hd .primary_nav_wrap {
	width: 1000px;
	min-width: 1000px;
	margin: 0; padding: 0;
}

#hd .masthead_wrap {
	width: 1000px;
	min-width: 1000px;
	margin: 0; padding: 0;
}

#bd {
background-image: url(images/main_content_bg.gif);
background-position: top left;
background-repeat: repeat-x;
background-color: #ffffff;
/* border-left: 1px solid #e2e2e2; */
}

#left {
	padding-left: 20px;
	border-right: 1px Solid #bbbbbb;
	float: left;
	width: 270px;
}

/* End General Layout Styles */


/* Main Content Styles */
	
#mainContent {
font-family: Arial, Verdana, Sans-Serif;
min-height: 600px;
/* border: 1px Solid black; */
margin-left: -10px;
margin-bottom: 20px;
overflow:hidden;
}

#mainContent h1 {
font-variant:small-caps;
font-family: Trebuchet MS, Arial, Sans-Serif;
font-size: 130%;
letter-spacing: .1em;
color: #666666;
}

#mainContent p {
	padding: 5px 10px 10px 5px;
}

#mainContent .contentTable {
	padding: 10px;
}

#mainContent td.contentTableTd {
	padding: 10px;
}

/* THIS FIXES THE PROBLEM WITH 'STRONG' AND YUI */
#mainContent strong {
	font-weight:bold;
}

/* End Main Content Styles */


/* Footer Styles */
#ft {
	background-image:url(images/footer.png);
	background-repeat: repeat-y;
	background-position: top left;
	text-align:center;
	color: #ffffff;
	padding: 10px 3px 10px 10px;
	font-size: 80%;
}
#ft a {
	text-decoration: none;
	color: #ffffff;
}
#ft a:hover {
	text-decoration: underline;
	color: #ffffff;

}
/* End Footer Styles */


/* Primary Navigation Styles */

/* !!! Test and Fix For IE Problems */

#primaryNav {
	width: 1000px;
	padding:0;
	min-width: 1000px;
	max-width: 1000px;
	height: 27px;
	max-height: 27px;
	min-height:27px;
}

#primaryNav ul li{
	display:inline;
	float:left;
	text-align:center;
	height: 37px;
	max-height: 37px;
	width: 200px;
	min-width:200px;
	overflow: none;
/*	margin: 0;*/
	list-style-type:none;
}

#primaryNav ul li a {
	color: white;
	background-image: url(images/primary_nav_bg.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-decoration: none;
	margin-bottom: 0;
	display:block;
	height: 37px;
	max-height: 37px;
	padding-top: 10px;
	font-family: Trebuchet MS, Arial, Sans-Serif;
	font-size: 105%;
	letter-spacing: 0.1em;
}

#primaryNav ul li a:hover {
	background-image: url(images/primary_nav_bg.png);
	background-position: 0px -37px;
	background-repeat: no-repeat;
	text-decoration: none;
	margin: 0;
	height: 37px;
	max-height: 37px;
	
}

/* End Primary Navigation Styles */


/* Secondary Navigation Style */

/* !!! Test and Fix For IE Problems */

#secondaryNav {
	width: 300px;
	min-width: 250px;
	max-width:250px;
}

#secondaryNav ul li a {
	display: block;
	width: 250px;
	min-width:250px;
	text-align:center;
	height: 26px;
	max-height: 26px;
	overflow: none;
	margin-bottom: 10px;
	list-style-type:none;
}

#secondaryNav ul li a {
	color: white;
	background-image: url(images/secondary_nav_bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	text-decoration: none;
	padding-top: 10px;
	font-family: Trebuchet MS, Arial, Sans-Serif;
	font-size: 105%;
	letter-spacing: 0.1em; 
}

#secondaryNav ul li a:hover {
	background-image: url(images/secondary_nav_bg.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	text-decoration: none;
	
}

/* End Secondary Navigation Styles */

/* Side box Modules styles */
#sidebox {
	margin-top: 30px;
	font-weight: bold;
	font-family: Trebuchet MS, Arial, Sans-Serif;
}
.module {
width: 250px;
min-width: 250px;
overflow: none;
display:block;
font-weight: normal;
font-size: 80%;

}
.module .item_wrap {
min-width: 250px;
margin-bottom: 10px;
overflow: none;
float:left;
background-image:url(images/sidebox_item_bg.png);
background-position:bottom left;
background-repeat: repeat-x;
}
.module .item_wrap p { 
margin-top: 10px;
font-family: Trebuchet MS, Arial, Sans-Serif;
}
.module .item_wrap a {
margin-top: 10px;
text-decoration: none;
}
.module .item_wrap a:hover {
text-decoration: underline;
}
.module .item_img {
float:left;
margin-right: 5px;
margin-bottom: 5px;
}

/* Contact Form Input Styles */
.formtype {
padding:3px;
margin-left:2px;
border: 1px Solid #e2e2e2;
}
.formtype:hover{
padding:3px;
margin-left:2px;
border: 1px Solid #180058;
}
/* End Contact FOrm Input Styles */

/* Legacy Styles For Faq */
.style4 {font-size: 10pt}
.style5 {
	font-size: 10pt;
	font-weight: bold;
}
.style7 {
	font-size: 16pt;
	color: #C6BF91;
}
.style13 {font-size: 12px}
.style14 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16pt;
}

.formtype {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 90%;
	font-style: normal;
}
.style1 {color: #333333}
.style2 {color: #666666}
/* End Legacy Styles */


/* Information */
.information {
	padding: 10px;
	margin: 5px;
	margin-top: 15px;
	background-color: #ffffff;
	display: block;
	font-size: 10px;
	font-family: verdana, sans-serif;
	text-align:center;
}

/* Whitney Boin Nav */

td.whitney_boin_nav {
	background-image:url(../files/collections/whitney_boin/images/Shulers_Whitney_Boin_640_02.png);
	background-repeat: repeat-x;
	background-position: top left;
	padding: 4px;
}

/* SK Cobalt Nav */

.scott_kay_bridal_nav {
	background-color:#ebebeb;
	padding: 4px;
}

.rounded {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	}

/* SK Cobalt Nav */

td.scott_kay_cobalt_nav {
	background-color:#000000;
	padding: 4px;
}

/* M-Clip-Nav */

td.m-clip-nav {
	background-color:#eeeeee;
	padding: 4px;
}

#collections-table {

}

#collections-table td {
padding: 10px 0px 10px 0px;
}