@charset "utf-8";
/* CSS Document for AllGodsCreatures.com Base */

/* Reset */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {margin: 0; padding: 0}
html {overflow: auto; height: 100%;}

body {
	background: #dce1e5 url(/pictures/img/bkg-picPage.png) 0 0 repeat-x;
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-size: 62.5%;
}
a {text-decoration: none}
	a:hover {outline: none; text-decoration: underline}
	a:active {outline: none; text-decoration: none}
ul {list-style: none}
img {border: none; display: block; -ms-interpolation-mode: bicubic;}
object {outline: none; margin-bottom: 0}
embed {outline: none; margin-bottom: -5px}
h1, h2, h3 {font-size: 1.4em; font-weight: normal; margin-bottom: 5px}
p {font-size: 1.1em; line-height: 1.5em}
input, select, textarea {font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 1.2em; outline: none; padding: 1px 2px;}

/* Basic Style */
.ablk {font-family: Arial Black, "Arial Black", "Gadget", sans-serif; }
.clear {clear: both}

/* COLORs */
.white {color:#fff !important}
.blueDark {color:#1b1464 !important}
.blueLight {color: #8ba1c2 !important}
.yellow {color:#fdcd0d !important}
.red1 {color: #da242a !important}
.purple {color: #8a82f1!important}
.purpleD {color: #575ba8!important}

/* DIVs */
#wrap {
		background-color: #050040;
		border-bottom: 15px solid #fecd07;
		height: 535px;
		margin-top: 48px;
		overflow: hidden;
}

#content {
	margin: 0 auto;
	width: 700px;
}

#menu {
	float: left;
	padding-top: 72px;
	width: 192px;
	height: 400px;
}
	#menu ul{font-size: 18px; font-weight: bold; margin: 25px 0;}
		#menu ul li{padding: 5px 20px;}
		#menu ul li a{color: #99adcb; }
		#menu ul li a:hover, #menu ul li a.sel{color: #fff; text-decoration: none;}
	#menu button {background: url(/pictures/img/btnbkg-red.jpg) 0 3px no-repeat; border: none; height: 35px; width: 160px; margin-bottom: 50px;}
	#menu .prev {float: left;}

.carousel {padding-top: 80px;}
	.mid img {margin-bottom: 25px;}
	.carousel ul {}
	.carousel li img {border: 1px solid #050040; cursor: pointer; margin-right: 18px; height: 50px; width: 80px }
	.carousel li:hover img, .carousel li:active img  {border: 1px solid #fff;}
	
	.jCarouselLite { visibility: hidden}
