/* CSS Document */

html,body,form,h1,h2,h3,h4,h5,h6,div,p {
	margin:0px;
	padding:0px;
}
body {
	font-family:sans-serif,Tahoma,Arial;
	font-size:62.5%;
	background-color:#57362C;
	background-image:url(/images/background2.gif);
	background-repeat:repeat;
}
a {
	color:#5F3E32;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#EE9BBC;
	font-weight:bold;
	text-decoration:underline;
}
p {
	font-size:1.2em;
	line-height:1.5em;
	text-indent:15px;
	margin-top:5px;
}
h1 {
	color:#5F3E32;
	font-size:2.0em;
	font-weight:bold;
	margin-bottom:3px;
}
h3 {
	color:#5F3E32;
	font-size:1.6em;
	font-weight:bold;
	margin-bottom:3px;
}
form .label {
	font-size:1.1em;
	font-weight:bold;
}
form .form_text {
	font-size:1.0em;
}
form .form_select {
	font-size:1.0em;
}

#cage_page {
	width:760px;
	margin:0px auto 0px auto;
}
#cage_logo {
	width:210px;
	float:left;
}
#cage_nav {
	width:527px;
	height:140px;
	min-height:140px;
	max-height:140px;
	background-color:#FFFFFF;
	background-image:url(/images/nav_back.gif);
	background-repeat:repeat-x;
	background-position:top;
	float:left;
}
#cage_sub_nav {
	width:148px;
	float:left;
	margin:25px 10px 0px 10px;
}
#cage_sub_nav ul {
	list-style-type:none;
	list-style-position:inside;
	margin:0px;
	padding:0px;
}
#cage_sub_nav ul li {
	font-size:1.2em;
	padding-top:5px;
	margin:0px;
}

#cage_content {
	width:695px;
	max-width:695px;
	min-height:300px;
	background-color:#FFFFFF;
	margin-left:42px;
	clear:left;
}
#content {
	width:510px;	
	float:left;
}
#cage_footer {	
	width:695px;
	max-width:695px;
	min-height:65px;	
	background-color:#FFFFFF;
	text-align:center;
	clear:left;
	padding:15px 0px 15px 0px;
	margin-left:42px;
}
#cage_swatch_name {
	color:#666666;
	font-size:1.3em;
	font-weight:bold;
}
.data_grid {
	border:1px solid #8FB4EA;
}
.data_grid th {
	color:#FFFFFF;
	font-size:1.2em;
	font-weight:bold;
	background-color:#8FB4EA;
}
.data_grid td.color_1 {
	font-size:1.1em;
	background-color:#FFFFFF;
}
.data_grid td.color_2 {
	font-size:1.1em;
	background-color:#E9E9E9;
}
.breadcrumb {
	font-size:1.1em;
	margin:5px 0px 0px 0px;
}
.in_this_section {
	font-size:1.3em;
	font-weight:bold;
	padding-bottom:3px;
}
.footer_links {
	font-size:1.2em;
}
.copyright {
	color:#666666;
	margin-top:5px;
}
.cage_error {
	font-size:1.1em;
	border:1px solid #EE9BBC;
	padding:10px;
}
.cage_error .error {
	color:#EE9BBC;
	font-weight:bold;
}
.accolade {
	font-size:1.2em;
	margin-bottom:10px;
}