body {
	margin: 10px 0 0 0;
	background: #b0bcbe url(bg.gif) repeat-x;
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a , a:visited, a:active{
	text-decoration: none;
	color: #ed8522;
}
a:hover {
	color: black;
}
p { 
	margin: 0 0 12px 0;
}
#menu {
	width: 1010px;
	height: 43px; 
	background: url(menu_bg.png) no-repeat top left;
	margin: 0 auto 18px auto;
	text-align: center;
	position: relative;
	z-index: 1;
}
#menu a {
	display: block;
	float: left;
	color: black;
	font-size: 16px;
	font-weight: bold;
	padding: 11px 27px 9px 27px;
}
#menu a:hover {
	color: white;
	background: url(menu_ro.png) repeat-x top left;
}
#menu .left {
	margin: 0px 0px 0px 4px;
	padding: 10px 26px 10px 25px!important;
}
#menu .left:hover {
	background: url(menu_left.png) no-repeat top left !important;
}
#menu .right:hover {
	background: url(menu_right.png) no-repeat top right !important;
}
#main {
	width: 1000px;
	background: white;
	margin: 0 auto 20px auto;
	padding: 0;
	-webkit-box-shadow: 0px 1px 3px  #141414;
	-moz-box-shadow: 0px 1px 3px #141414;
	box-shadow: 0px 1px 3px #141414; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	z-index: 1;
}
#main h1 {
	display: block;
	width: 988px;
	padding: 10px 0 5px 12px;
	margin: 0 0 15px 0;
	font-style: italic;
	font-weight: bold;
	font-size: 25px;
	position: relative;
	text-align: left;
	border-bottom: 1px solid #71828a;
}
#main h1 #mini {
	font-size: 16px;
}
#main h1 #available a {
	font-size: 13px;
	font-weight: bold;
	color: #0099FF;
	padding: 0 16px 0 0;
	background: url(arrow.gif) no-repeat right 2px;
}
#main h1 #updated {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: red;
	margin: 0 0 0 15px;
}
#main h1 #logo {
	position: absolute;
	top: 5px;
	right: 10px;
	width: 133px;
	height: 35px;
	background: url(logo.gif);
}
#main h1 #logo a{
	display: block;
	width: 133px;
	height: 35px;
}
#main h1 #logo a span {
	display: none;
}
#main #content {
	padding: 0px 15px 15px 15px;
	text-align: left;
	overflow: hidden;
}
#main #footer {
	text-align: left;
	font-size: 11px;
	padding: 3px 0px 2px 3px;
	border-top: 1px solid #71828a;
	position: relative;
}
#main #footer a {
	color: black;
	margin: 0 3px;
}
#main #footer a:hover {
	text-decoration: underline;
}
#main #footer #copyright {
	position: absolute;
	top: 3px;
	right: 5px;
	font-style: italic;
}
.dropmenu {
	display: none;
	z-index: 2;
	text-align: left;
	font-weight: bold;
	-webkit-box-shadow: 0px 1px 3px  #141414;
	-moz-box-shadow: 0px 1px 3px #141414;
	box-shadow: 0px 1px 3px #141414; 
}
.dropmenu a {
	display: block;
	background: #677075;
	width: 135px;
	padding: 5px;
	color: white;
	border-bottom: 1px solid #42474c;
}
.dropmenu a:hover {
	background: #f2943b;
	color: black;
}
#sidemenu { 
	background: #e0e0e0;
	width: 215px;
	padding: 8px 0;
	float: right;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}
#sidemenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sidemenu ul .top {
	border-top: 1px solid #999999;
}
#sidemenu ul li {
	display: block;
	border-bottom: 1px solid #999999;
	overflow: hidden;
}
#sidemenu ul li a {
	display: block;
	width: 195px;
	padding: 5px 10px;
	text-align: left;
	color: black;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	min-height: 60px;
	overflow: hidden;
}
#sidemenu ul li a img {
	margin: 0 15px 0 0;
	float: left;
}
#sidemenu ul li a span {
	display: block;
	margin: 13px 0 0 0;
	padding: 0;
}
#sidemenu ul li a:hover {
	background: #bbd6f0;
}

/* Index Start */
#index {
	width: 1010px;
	margin: 0 auto;
	overflow: hidden;
}
#index #mainpic {
	text-align: left;
	display: block;
	background: url(index_bg.png) no-repeat top left;
	margin-left: 8px;
	padding-left: 4px;
	width: 996px;
	height: 572px;
}
#index .buttons {
	text-align: left;
	margin-left: 8px;
	width: 1000px;
	overflow: hidden;
}
#index .buttons .entry {
	display: block;
	background: url(index_button.png) no-repeat top left;
	padding: 1px 0 0 2px;
	width: 331px;
	height: 132px;
	float: left;
}
/* Index End */

/* Start News */
#news{
	width: 645px;
	float: left;
}
#news .entry {
	margin: 0 0 20px 0;
}
#news .entry h2 {
	margin: 0 0 5px 0;
	padding: 4px 0;
	border-bottom: 5px solid black;
	position: relative;
	font-size: 18px;
	font-weight: normal;
}
#news .entry h2 .date {
	position: absolute;
	bottom: 5px;
	right: 0;
	font-family: Times New Roman, Times;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	color: #6e6e6e;
}
#news .entry .picture {
	padding: 0 0 10px 0;
	border-bottom: 1px solid black;
	margin: 0 0 10px 0;
}
#news .entry .text {
	padding:  0 0 12px 0;
	margin: 0 0 20px 0;
	border-bottom: 3px solid black;
	overflow: hidden;
}
/* End News */

/* Start Store Front */
#storefront {
	width: 715px;
	float: left;
	overflow: hidden;
}
#storefront #descr {
	font-style: italic;
	margin: 0 0 15px 0;
}
#storefront #options {
	width: 695px;
	padding: 10px;
	margin: 0 0 10px 0;
	background: black;
	color: white;
	font-weight: bold; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}
#storefront #options select {
	margin: 0 10px 0 0;
	font-size: 11px;
}
#storefront #options select option {
	font-size: 11px;
}
#storefront .entry {
	padding: 10px;
	width: 695px;
	margin: 0 0 10px 0;
	background: black;
	color: white;
	font-weight: bold;
	font-size: 13px;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#storefront .entry a:hover {
	color: #ed8522;
	text-decoration: underline;
}
#storefront .entry .name  {
	width: 705px;
	color: #ed8522;
	margin: 0 0 5px 0;
	font-style: italic;
	font-size: 22px;
	font-weight: normal;
	font-style: italics;
	position: relative;
}
#storefront .entry .name a,
#storefront .entry .name a:hover,
#storefront .entry .name a:visited,
#storefront .entry .name a:active {
	color: #ed8522;
}
#storefront .entry .name .price {
	position: absolute;
	top: 0;
	right: 15px;
}
#storefront .entry .picture {
	float: left;
	width: 155px;
	text-align: center;
}
#storefront .entry ul {
	list-style-type: none;
	float: right;
	width: 410px;
	margin: 0 120px 20px 10px;
	padding: 0;
}
#storefront .entry ul li {
	display: block;
	padding: 1px 0;
}
#storefront .entry ul li span {
	display: block;
	float: left;
	width: 50px;
}
#storefront .similar {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 10px;
	text-align: right;
}
#storefront .similar a,
#storefront .similar a:visited,
#storefront .similar a:active,
#storefront .similar a:hover {
	color: white;
}
#storefront .similar .email {
	font-size: 13px;
}
#storefront .similar .email .inq {
	display: block;
	padding: 0 0 0 30px;
	margin: 0 0 5px 0;
	background: url(mail.png) no-repeat 70px 0px;
	color: #0066FF;
}
#storefront .similar .email .inq a,
#storefront .similar .email .inq a:hover,
#storefront .similar .email .inq a:active,
#storefront .similar .email .inq a:visited {
	color: #0066FF;
}
#pagination {
	width: 705px;
	text-align: center;
	font-weight: bold;
	margin: 0 0 12px 0;
}
#pagination a,
#pagination a:hover,
#pagination a:active,
#pagination a:visited {
	color: black
}
#pagination span {
	font-size: 16px;
	margin: 0 10px;
}
#back a,
#back a:active,
#back a:visited {
	color: black;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
#back a:hover {
	text-decoration: underline;
}
/* End Store Front */

/* Start Snake Room */

#snakeroom {
	width: 730px;
	float: left;
	overflow: hidden;
}
#snakeroom #updated {
	font-weight: bold;
	color: red;
	margin: 0 0 10px 0;
}
#snakeroom #descr {
	font-style: italic;
	margin: 0 0 15px 0;
}
#snakeroom #incubator {
	font-weight: bold;
	margin: 0 0 10px 0;
}
#snakeroom .entry {
	width: 225px;
	height: 90px;
	margin: 5px;
	float: left;
}
#snakeroom .entry a {
	display: block;
	width: 225px;
	height: 90px;
	position: relative;
	padding: 0;
	background: url(sr_overlay.png);
}
#snakeroom .entry span {
	position: absolute;
	bottom: 3px;
	left: 3px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000000;
	filter: dropshadow(color=#000000, offx=2, offy=2);
}
#snakeroom #gallery {
	margin: 0 0 15px 0;
}
#snakeroom #gallery .entry {
	margin: 5px;
}
#snakeroom #related {
	clear: both;
}
#snakeroom #related h3 {
	padding: 25px 0 5px 0;
	margin: 0;
}
#snakeroom #related .entry {
	width: 225px;
	height: 90px;
	margin: 5px;
	float: left;
}
#snakeroom #related .entry a {
	display: block;
	width: 225px;
	height: 90px;
	position: relative;
	padding: 0;
	background: url(sr_overlay.png);
}
#snakeroom #related .entry span {
	position: absolute;
	bottom: 4px;
	left: 4px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000000;
	filter: dropshadow(color=#000000, offx=2, offy=2);
}
#snakelist { 
	background: #e0e0e0;
	width: 185px;
	padding: 8px 0;
	float: right;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}
#snakelist ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#snakelist ul .top {
	border-top: 1px solid #999999;
}
#snakelist ul li {
	display: block;
	border-bottom: 1px solid #999999;
	overflow: hidden;
}
#snakelist ul li a {
	display: block;
	width: 176px;
	padding: 3px 3px 3px 6px;
	text-align: left;
	color: black;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	overflow: hidden;
}
#snakelist ul li a:hover {
	background: #bbd6f0;
}
/* End Snake Room */

/* Start Incubator */
#incubator {
	width: 715px;
	float: left;
	overflow: hidden;
}
#incubator #descr {
	font-style: italic;
	margin: 0 0 15px 0;
}
#incubator #options {
	width: 695px;
	padding: 10px;
	margin: 0 0 10px 0;
	background: black;
	color: white;
	font-weight: bold; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}
#incubator #options select {
	margin: 0 10px 0 0;
	font-size: 11px;
}
#incubator #options select option {
	font-size: 11px;
}
#incubator .entry {
	padding: 10px;
	width: 695px;
	margin: 0 0 10px 0;
	background: black;
	color: white;
	font-size: 12px;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#incubator .entry .left {
	float: left;
	display: block; 
	width: 200px;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0 10px 0 0;
	list-style-type: none;
}
#incubator .entry .left li {
	display: block;
	margin: 0;
	padding: 2px 0;
}
#incubator .entry .left a:hover,
#incubator .entry .left a:active,
#incubator .entry .left a:visited {
	color: #ed8522;
}
#incubator .entry .left .inquire {
	padding: 0 0 0 30px;
	background: url(mail.png) no-repeat top left;
	color: #0066FF;
}
#incubator .entry .left .inquire a,
#incubator .entry .left .inquire a:hover,
#incubator .entry .left .inquire a:active,
#incubator .entry .left .inquire a:visited {
	color: #0066FF;
}
#incubator .entry .right .pictures {
	min-height: 85px;
	margin: 5px 0;
}
#incubator .entry .right a:hover,
#incubator .entry .right a:active,
#incubator .entry .right a:visited,
#incubator .entry .descr a:hover,
#incubator .entry .descr a:active,
#incubator .entry .descr a:visited {
	color: #ed8522;
}
#incubator .entry .descr {
	clear: both;
}
/* End Incubator */

/* Start About */
#about {
	width: 715px;
	float: left;
	overflow: hidden;
}
#about #pictures {
	width: 100%;
	text-align: center;
}
/* End About */

/* Start Friends */

#friends {
	width: 715px;
	float: left;
	overflow: hidden;
}
#friends #descr {
	margin: 0 0 15px 0;
}
#friends #left {
	width: 350px;
	float: left;
}
#friends #right {
	width: 350px;
	float: right;
}
#friends h2 {
	margin: 0 0 10px 0;
	padding: 0;
}
#friends .entry {
	margin: 0 0 10px 0;
}
/* End Friends */

/* Start Reviews */

#reviews {
	width: 715px;
	float: left;
	overflow: hidden;
}
#reviews .entry {
	margin: 0 0 10px 0;
}
#reviews .entry h2 {
	padding: 0 0 2px 0;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #9db5bf;
}
#reviews .entry h2 span {
	font-size: 14px;
}

/* End Reviews */

/* Start Misc */

#misc{
	width: 645px;
	float: left;
}
#misc #info h2 {
	margin: 0 0 5px 0;
	padding: 0;
	border-bottom: 1px solid #9db5bf;
}
#misc #info table {
	width: 645px;
	border: 0px;
	border-collapse: collapse;
	padding: 0;
	margin: 0 0 12px 0;
}
#misc #info table .tPic {
	width: 110px;
	vertical-align: top;
	text-align: center;
}

#misc{
	width: 645px;
	float: left;
}
#misc #intship h2 {
	margin: 0 0 5px 0;
	padding: 0;
	border-bottom: 1px solid #9db5bf;
}
#misc #intship table {
	width: 645px;
	border: 0px;
	border-collapse: collapse;
	padding: 0;
	margin: 0 0 12px 0;
}
#misc #intship table .tPic {
	width: 110px;
	vertical-align: top;
	text-align: center;
}

/* End Misc */

/* Start VYPER */

#vyperLogo {
	margin: 0 0 20px 0;
}
#vyperBox {
	float: left;
	padding: 0 10px 10px 0;
}
#vyperButtons {
	text-align: center;
}
#vyperTry {
	margin: 0 50px 0 0;
}

/* End VYPER */