@charset "utf-8";
body {
	background-image: url(img/body_bg.png);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	height: 900px;
	width: 1200px;
}
#border1 {
	background-color: #EBF3D6;
	position: absolute;
	height: 900px;
	width: 1px;
	top: 0px;
	right: 942px;
}
h1 {
	text-indent: -9999px;
}
h2 {
	font-style: italic;
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3E005B;
	padding: 0px;
	width: 450px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	text-align: left;
	text-indent: 25px;
}
#container {
	background-image: url(img/container_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 626px;
	width: 375px;
	position: fixed;
	top: 50px;
	right: 15px;
}
#content {
	background-image: url(img/content_bg.png);
	margin: 0px;
	height: 700px;
	width: 551px;
	position: absolute;
	top: 50px;
	background-repeat: no-repeat;
	right: 385px;
	padding-top: 115px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.noindent {
	text-indent: 0px;
}
#title {
	background-image: url(img/title_bg.png);
	background-repeat: no-repeat;
	padding: 0px;
	height: 73px;
	width: 477px;
	position: absolute;
	left: 30px;
	top: 38px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.italic {
	font-style: italic;
	color: #003300;
	text-align: center;
	padding: 0px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.italic2 {
	font-style: italic;
	color: #333333;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: 70px;
	font-size: 12px;
	font-weight: bold;
	text-indent: -18px;
}
#sidebar_nav {
	position: absolute;
	z-index: 1;
	list-style-type: none;
	height: 455px;
	width: 93px;
	padding: 0px;
	overflow: visible;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	top: 0px;
	right: 0px;
}
#sidebar_nav ul   {
	z-index : 2;
	position : fixed;
	width : 93px;
	height : 455px;
	padding : 0;
	list-style-type: none;
	text-indent: -9999px;
	background-image: url(../../Assets/img/checkered.png);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	overflow: visible;
}
#sidebar_nav li  {
	padding: 0px;
	list-style-type: none;
	text-indent: -9999px;
	position: relative;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#sidebar_nav a  {
	position: relative;
	text-indent: -9999px;
	display: block;
}

li.sidebar_navhome a {
	top : 8px;
	width : 184px;
	height : 88px;
	background-image: url(../../Assets/img/home.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	list-style-type: none;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: -142px;
	margin-bottom: 0px;
	margin-left: 0px;
	right: 5px;
}
li.sidebar_navhome a:hover {
	background-image: url(../../Assets/img/homehover.png);
	background-repeat: no-repeat;
	list-style-type: none;
	height: 88px;
	width: 42px;
	text-indent: -9999px;
	display: block;
	top: 8px;
	margin-top: 0px;
	margin-left: 0px;
	right: 5px;
}
li.sidebar_navdownloads a {
	width : 42px;
	height : 88px;
	background-image: url(../../Assets/img/downloads.png);
	background-repeat: no-repeat;
	list-style-type: none;
	text-indent: -9999px;
	display: block;
	top: 8px;
	right: 5px;
}
li.sidebar_navdownloads a:hover {
	background-image: url(../../Assets/img/downloadshover.png);
	background-repeat: no-repeat;
	list-style-type: none;
	height: 88px;
	width: 42px;
	text-indent: -9999px;
	display: block;
	top: 8px;
	right: 5px;
}
li.sidebar_navlinks  a {
	width : 42px;
	height : 88px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-image: url(../../Assets/img/links.png);
	list-style-type: none;
	display: block;
	top: 8px;
	right: 5px;
}
li.sidebar_navlinks  a:hover {
	top : 8px;
	width : 42px;
	height : 88px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-image: url(../../Assets/img/linkshover.png);
	list-style-type: none;
	display: block;
	right: 5px;
}
li.sidebar_navshop  a {
	width : 42px;
	height : 88px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-image: url(../../Assets/img/shop.png);
	list-style-type: none;
	display: block;
	top: 8px;
	right: 5px;
}
li.sidebar_navshop  a:hover {
	top : 8px;
	width : 42px;
	height : 88px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-image: url(../../Assets/img/shophover.png);
	list-style-type: none;
	display: block;
	right: 5px;
}
li.sidebar_navimage  a {
	width : 42px;
	height : 88px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-image: url(../../Assets/img/image.png);
	list-style-type: none;
	display: block;
	top: 8px;
	right: 5px;
}
li.sidebar_navimage  a:hover {
	top : 8px;
	width : 42px;
	height : 88px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-image: url(../../Assets/img/imagehover.png);
	list-style-type: none;
	display: block;
	right: 5px;
}
li.sidebar_navcontact a {
	background-image: url(../../Assets/img/contact.png);
	background-repeat: no-repeat;
	list-style-type: none;
	height: 88px;
	width: 42px;
	text-indent: -9999px;
	display: block;
	top: 8px;
	right: 5px;
}
li.sidebar_navcontact a:hover {
	background-image: url(../../Assets/img/contacthover.png);
	background-repeat: no-repeat;
	list-style-type: none;
	height: 88px;
	width: 42px;
	top: 8px;
	text-indent: -9999px;
	display: block;
	right: 5px;
}

