/* Css Default */

@import url("boxes.css");
@import url("quotes.css");
@import url("news.css");
@import url("catalog.css");
@import url("weblog.css");
@import url("form.css");

html,body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #ffffff;
	color: #444444;
	font-family : Verdana, Helvetica, Sans-serif;
	text-align: left;
}


a:link, a:visited, a:active {
	color: #0b266e;
	text-decoration: underline;
}

a:hover {
	color: #8592b6;
	font-weight: normal;
	text-decoration: underline;
}

div#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px;
	margin-left: 0px;
	width: 849px;
	background-image: url(/images/container-bg.jpg);
	background-repeat: repeat-y;
}

div#header {
	float: left;
	height: 113px;
	width: 700px;
	margin-left: 151px;
	padding-top: 20px;
}

img {
	border: none;
}

div#main {
	float: left;
	width: 850px;
	height: 100%;
	margin: 0;
}

div#contentLeft {
	float: left;
	width: 150px;
	padding-top: 20px;
}

div#contentMain {
	float: left;
	width: 660px;
	padding: 20px;
	margin-top: 20px;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
}

div#push {
	clear: both;	
	height: 40px;
}

div#footerWrapper {
	height: 40px;
	width: 850px;
	margin: 0 auto;
	margin-left: 0px;
	padding: 0px 0px 0px 150px;
	font-size: 10px;
	line-height: 14px;
}

div#footer {
	float: left;
	width: 850px;
	color: #8592b6;
	font-size: 10px;
}

div#footer ul {
	list-style: none;
	float: left;
	padding: 10px 0px 0px 0px;
	margin: 0;
}

div#footer li {
	float: left;
	padding: 0px 0px 0px 10px;
}

#footerWrapper a:link, #footerWrapper a:active, #footerWrapper a:visited {
	color: #8592b6;
	font-weight: normal;
	text-decoration: none;
}

#footerWrapper a:hover {
	color: #8592b6;
	font-weight: normal;
	text-decoration: underline;
}

H1 {	
	color: #0b266e; 
	font-size: 22px;
	font-weight: normal;
	line-height: 22px;
}

H2 {
	color: #0086e5;
	font-size: 14px;
	font-weight: bold;	
}

H3 {
	color: #909090;
	font-size: 11px;
	font-weight: bold;	
}
