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

/*All styles for general areas of site*/

body { background-color:#646464; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#000000; text-align:justify;
}

div.container {
	position:absolute;
	left:-500px;
	margin-left:50%;
	top:0px;
	width:1000px;
	height:630px;
	background-image:url(images/gradient.jpg);
	background-repeat:repeat-y;
}

.header {
	font-size:12px;
	color:#FFFFFF;
	font-weight:700;
}

.footer {
	font-size:11px;
	color:#FFFFFF;
}

h1 {
	color:#3366CC;
	font-size:13px;
	text-align:left;
	/*margin-top:0px;*/
	/*margin-bottom:0px;*/
}

h2 {
	color:#3366CC;
	font-size:11px;
	text-align:left;
	/*margin-top:0px;*/
	margin-bottom:0px;
}

hr {
	padding-top:0px;
	width:100%;
	text-align:center;
}

p {
	text-align:justify;
}

td.rollover:hover {
	border-color:#000000;
}

.paddingRt {
	margin-right:15px;
}

.paddingLft {
	padding-left:10px;
}

/*navigation*/

a:link, a:visited {
	color: #ffffff;
	text-decoration: underline;
}
a:hover {
	color: #ffcc00;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

a.sideBar:link, a.sideBar:visited {
	color: #3366CC;
	text-decoration: none;
}

a.sideBar:hover {
	color: #ff6633;
	text-decoration: underline;
}

a.sideBar:active {
	text-decoration: none;
}

a.catalogLinks:link, a.catalogLinks:visited {
	color: #3366CC;
	text-decoration: underline;
}

a.catalogLinks:hover {
	color: #ff6633;
	text-decoration: underline;
}

a.catalogLinks:active {
	text-decoration: none;
}

/*Basic structure and positioning*/

div.site-01_ {
	position:absolute;
	left:0px;
	top:0px;
	width:232px;
	height:145px;
}

div.site-02_ {
	position:absolute;
	left:232px;
	top:0px;
	width:299px;
	height:145px;
}

div.site-03_ {
	position:absolute;
	left:531px;
	top:0px;
	width:469px;
	height:145px;
}

div.site-04_ {
	position:absolute;
	left:0px;
	top:145px;
	width:1000px;
	height:26px;
	background-image:url(images/bar.jpg);
	background-repeat:no-repeat;
	z-index:1;
}

div.site-05_ {
	position:absolute;
	left:0px;
	top:171px;
	width:1000px;
	height:433px;
}

div.site-06_ {
	position:absolute;
	left:0px;
	top:604px;
	width:1000px;
	height:26px;
	background-image:url(images/bar.jpg);
	background-repeat:no-repeat;
}


