@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(images/background.jpg) repeat-x #515254;
	font-size: 62.5%;
	padding-bottom: 25px;
}

/* --------------------------------------------------- FONTS ----------------------------------------------- */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #504f4f;
	width: 75%;
	border-bottom: solid 1px #98cbcd;
	padding-bottom: 2px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #504f4f;	
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #504f4f;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #504f4f;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #0033CC;
	text-decoration: none;
}

a:hover {
	color: #0066FF;	
}

ul li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #545050;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
}

ul li a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #959393;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
}

#left_sidebar a.catalog_link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #504f4f;
	display: block;
	padding-top: 10px;
	text-align: center;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
}

#left_sidebar a:hover.catalog_link {
	color: #959393;
}

#left_sidebar ul li.heading {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	color: #545050;
	font-weight: normal;
	padding-left: 0;
	padding-bottom: 13px;
}

#footer p.copyright {
	font-size: 1.1em;
}

/* ----------------------------------------------- //// FONTS //// ------------------------------------------- */



/* -------------------------------------------------- MAIN DIVS ---------------------------------------------- */

#wrapper {
	position: relative;
	width: 760px;
	margin: 0 auto;
	top: 25px;
	background: #9cbbbc;
	border: solid 4px #8b8885;
}

#header {
	height: 167px;
	background: url(images/header.jpg);
}

#main_nav {
	height: 30px;
	background: url(images/main_navigation_bg.jpg) repeat-x;
	padding-top: 4px;
	text-align: center;
}

#clear {
	clear: both;
}

#left_sidebar {
	padding-top: 35px;
	padding-right: 10px;
	float:left;
	width: 130px;
	padding-bottom: 50px;
}

#content {
	float: left;
	width: 454px;
	background: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 20px;
	min-height: 350px;
	border: solid 3px #98cbcd;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
}

#right_sidebar {
	float: left;
	width: 125px;
	padding-left: 10px;
	padding-top: 35px;
	padding-bottom: 50px;
}

#footer {
	clear: both;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: solid 1px #545050;
}

/* ---------------------------------------------- //// MAIN DIVS //// ----------------------------------------- */



/* ------------------------------------------------- NAVIGATION ----------------------------------------------- */

ul {
	list-style: none;
}

#main_nav ul {
	position: relative;
}

#main_nav ul li {
	display: inline;
	padding-right: 10px;
}

#left_sidebar ul {
	background: url(images/left_menu_bg.jpg) repeat-x #9dd1d4;
	border: solid 1px #5c5858;
	border-left: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

#left_sidebar ul li {
	padding-left: 10px;
	line-height: 1.5em;
}

#left_sidebar ul li img {
	visibility: hidden;
}

#left_sidebar li.subnav {
	padding-left: 40px;
}

/* --------------------------------------------- //// NAVIGATION //// ------------------------------------------- */



/* ----------------------------------------------------- MISC --------------------------------------------------- */

#content a img {
	border: 0;
}

td {
	vertical-align: top;
}

table td.img {
	vertical-align: middle;
}

#right_sidebar img {
	border: 0;
}

.catalog_img {
	border: 0;
}

select {
	width: 65px;
}

/* ------------------------------------------------- //// MISC ////----------------------------------------------- */
