@charset "iso-8859-1";
/* CSS Document */
body {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #336699;
	background-color:#fff;
	margin-top:0px;
}

h1 {
	font-size:1.1em;
	padding-top:10px;
	/*padding-bottom:10px;*/
	padding-left:20px;
	text-align:left;
}

p {
	padding-left:20px;
	padding-right:10px;
}

#cat_iframe {
	text-align:center;
	margin-left:20px;
}

.title {
	background-color:#fff;
	padding-top:2px;
	padding-bottom:2px;
	margin-bottom:0px;
	/*margin-left:10px;*/
}

.content_title {
	margin-top:20px;
	margin-left:20px;
	margin-bottom:0px;
	font-size:1.2em;
	font-weight:bold;
	text-align:left;
}

#container {
	text-align: center;
	margin: 0px auto 0px;
	width: 800px;
	height: auto;
	min-height: 600px;
	background-color: #fff;
}

.no_border {
	border:0px;
}

#header {
	width:800px;
	height:101px;
	margin-bottom:-2px;
	border-bottom:3px;
	border-bottom-color:#CCC;
	border-bottom-style:solid;
	background-color:#fff;
	text-align:left;
	clear:both;
	float:right;
}

#nav {
	background-color: #F4F5D6;
	/*background-image: url(../images/index_09_9.jpg);
	background-repeat: repeat-x;*/
	color: #336699;
	font-size: 0.75em;
	text-align: center;
	margin: 0px auto 0px;
	font-weight: bold;
	width:750px;
	padding-left:50px;
	padding-top:14px;
	padding-bottom:14px;
	float:right;
	clear:both;
	text-decoration: none;
	display: block;
	border-bottom:1px;
	border-bottom-color:#CCC;
	border-bottom-style:solid;
}
	
#nav ul { 
	text-align: center;
	list-style: none; 
	padding: 0px; 
	margin: 0px; 
}
#nav li {
	text-align: center;
	margin: 0px;
	float: left;
	/*width:130px;*/
}

#nav li .null_link {
	padding-right:2px;
	padding-left:2px;
}

#nav li a {
	color: #336699;
	text-decoration: none;
	display: block;
	/*padding-top: 4px;
	padding-bottom: 4px;*/
	padding-right:18px;
	padding-left:18px;

}
html>body #nav li a { 
	width: auto 
}

#nav li a:hover  { 
	color: #F4F5D6;
	background-color: #336699;
}
#nav li a.sel { 
	color: #F4F5D6;
	background-color: #336699;
}

#image {
	width:164px;
	height:480px;
	float:right;
	margin-right:20px;
}

#content a:link   { color:#336699; text-decoration: underline; }
#content a:visited   { color:#336699; text-decoration: underline; }
#content a:active { 
	color: #F4F5D6;
	background-color: #336699;
	text-decoration: none;
}
#content a:hover { 
	color: #F4F5D6;
	background-color: #336699;
	text-decoration: none;
}

#content .floating_image {
	float: right;
	border: 1px solid #999999;
	clear: both;
	margin-bottom: 15px;
}

#row     { display: block; float: left; }
div.row span.inline    { display: block; vertical-align:top; clear:both; padding-bottom:2px; margin-left:20px; }
div.row span.label    { font-style: italic; font-weight: normal; text-align: left; padding-right: 10px; width: 130px; float: left }
div.row .forminput { width:180px; }
div.row .order_button {
	vertical-align:middle;
	border:0px;
}

#copyright {
	width:800px;
	float:left;
	font-size:0.7em;
	text-align:center;
}

#copyright .float_left {
	float:left;
	text-align:left;
}

#copyright .float_right {
	float:right;
	text-align:right;
}

#copyright a:link   { color:#336699; text-decoration: underline; }
#copyright a:visited   { color:#336699; text-decoration: underline; }
#copyright a:active { 
	color: #F4F5D6;
	background-color: #336699;
	text-decoration: none;
}
#copyright a:hover { 
	color: #F4F5D6;
	background-color: #336699;
	text-decoration: none;
}