/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}

a:link, a:visited, a:active{
	font-weight: bold;
	text-decoration: none;
	color:#395794;
}

a:hover {
	text-decoration: underline;
	}

img {
	border: 0px;
}

img.left {
	float: left;
	margin: 0px 10px 10px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 10px 10px;
}

form {
	display: inline;
	margin: 0px;
}

input {
	font-size:10px;
	display: inline;
}

select {
	font-size:10px;
	display: inline;
}

textarea {
	font-size:10px;
	display: inline;
}

input.btn{
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 11px;
	font-weight: bolder;
	color:#395794;
	background-color:#F4F7FB;
	border:1px solid;
	border-top-color:#696;
	border-left-color:#696;
	border-right-color:#363;
	border-bottom-color:#363;
	padding: 0px 5px 0px 5px;
}

input.btn:hover{
	color: #aa3a2a;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5 {
	margin: 0px;
	display: inline;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 12px;
}

h4 {
	font-size: 10px;
}

ul {
	margin: 5px 0 5px 0;
	padding: 0px;
	list-style: none;
}

ul li {
	padding: 1px 0px 1px 15px;
	background: url(/images/dot.gif) no-repeat 5px 5px;
}

ul li ul {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	padding: 0px;
}

ul li ul li {
	padding: 1px 0 1px 15px;
	background: url(/images/dot2.gif) no-repeat 5px 5px;
}

p {
	margin: 0px 0px 10px 0px;
}

.quote {
	font-style: italic;
	color: #999999;
	border-left: solid #cccccc 5px;
	padding: 0px 0px 0px 10px;
}

.small {
	font-size: 9px;
}

.red {
	color: #aa3a2a;
}

.red a {
	color: #aa3a2a;
}

.red a:hover {
	color: #395794;
	text-decoration: none;
}

.blue {
	color: #395794;
}

.blue a {
	color: #395794;
}

.blue a:hover {
	color: #aa3a2a;
	text-decoration: none;
}

.gray {
	color: #999999;
}

.gray a {
	color: #999999;
	text-decoration: none;
}

.gray a:hover {
	color: #666666;
}

.title-large {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 48px;
	color: #c2ba9b;
	letter-spacing: 3.5px;
}

.title-med {
	font-weight: bold;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 16px;
	color: #c2ba9b;
	letter-spacing: 1.5px;
}

.title-med a {
	color: #c2ba9b;
}

.title-med a:hover {
	color: #666666;
	text-decoration: none;
}

.title-small {
	font-weight: bold;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 9px;
	color: #c2ba9b;
	letter-spacing: 1px;
}

.hl-box {
	border: 1px dashed #000000;
	padding: 5px;
	margin-bottom: 10px;
}

.nav-hover:hover {
	padding-left: 10px;
}

.list-f {
	border-bottom: 1px dotted #CDCDCD;
	border-top: 1px solid #00529C;
	margin: 0px 0px 10px 0px;
}

.list-f .header {
	background: #F4F7FB;
	padding: 3px 7px 3px 7px;
	line-height: 1.4em;
}

.list-f .body {
	padding: 5px 10px 5px 10px;
}

.page-title-nb {
	border-bottom: 1px dotted #CDCDCD;
	margin-bottom: 10px;
	}

.page-title-b {
	border-bottom: 1px dotted #CDCDCD;
	}
	
.page-title-b-a {
	text-align: right;
	margin-bottom: 2px;
	}
	
.widget {
	border: 1px solid #cccccc;
	background: url(/images/bg_widget.gif) repeat-x top left;
	padding: 10px;
	margin-bottom: 10px;
	}
	
.catalog-loading {
	background: url(/images/spinner.gif) no-repeat center;
	}