@charset "utf-8";
/* CSS Document */

body{
	background-color: #F0F8FF;
	background-image: url(../images/design/pageBgHome.jpg);
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.price {font-weight: bold; color: #cc0000; font-size: 14px;}

div,a,ul,li,td{
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;

}

#page{
	margin: auto;
	padding: 0px;
	width: 1000px;
}

#logo{
	float: left;
	height: 187px;
	width: 352px;
}

#nav-container{
	float: right;
	font-family: "Lucida sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	height: 126px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E5F4FF;
	text-align: right;
}

#nav-container ul {
	text-align: center;
}

#nav-container li {
	float: left;
	list-style-type: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E5F4FF;
	padding: 108px 8px 0 8px;
}

#nav-container a {
	color: #000000;
	text-decoration: none;
}

#nav-container a:hover, li:hover{
	background-color: #E5F4FF;
	color: #FF0000;
}

#headerImage {
	clear: left;
	float: left;
	margin: 0 10px 15px 20px;
}

#headerChunk {
	clear: left;
	float: left;
	width: 1000px;
	margin: 0 10px 0 20px;
	font-family: "Lucida Sans", Arial;
	font-size: 15px;
	color: #999999;
	text-align: justify;
	font-weight: bold;
	line-height: 24px;
}

#content-container{
	clear: left;
	float: left;
	width: 1000px;
	margin: 55px 10px 0 20px;
	text-align: left;
	min-height: 250px;
	line-height: 20px;
}

#content-container ul, li{
	list-style-position: inside;
	list-style-type: disc;	
}

#content-container a{
	color: #0C419A;
	text-decoration: underline;
}

#content-container a:hover{
	color: #ff0000;
	text-decoration: underline;
}

#content-container .postage{
	color: #CC0000;
}


#content-container .warning {
	font-size: 10px;
}

#footer-container{
	clear: left;
	float: left;
	width: 1000px;
	text-align: left;
	background-image: url(../images/design/footerDots.gif);
	background-repeat: repeat-x;
	height: 150px;
	padding: 20px 0 0 0;
	margin: 20px 0 0 20px;
	line-height: 20px;
	color: #000000;
}



#footer-container a {
	color: #000000;
	text-decoration: none;
	padding: 0 5px 0 5px;
	font-weight: bold;
}

#footer-container a:hover {
	color: #FF0000;
}

#footer-container p {
	padding: 0 5px 0 5px;
	font-size: 11px;
}

h1 {
	font-family: "Lucida Sans", Arial;
	font-size: 30px;
	font-weight: bold;
	color: #0C419A;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding:40px 0 10px 0;
	/*line-height: 20px;*/
}
h2 {
	font-family: "Lucida Sans", Arial;
	font-size: 22px;
	font-weight: bold;
	line-height: 20px;
	color: #333333;
}
h3 {
	font-family: "Lucida Sans", Arial;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	line-height: 20px;
}

hr {
	border-bottom-width: 1px;
	border: none;
	color: #EEEEEE;
	background-color: #EEEEEE;
	height: 1px;
}

.media-image {
	background-color: #FFFFFF;
	padding: 4px;
	border: 1px solid #eeeeee;
}
