@charset "UTF-8";


div.center {
	margin-top: 5%;
	margin-bottom:5%;
	margin-left: auto;
	margin-right: auto;
	width: 990px;
	background-color:#B6C4AB;
	background-image:url(../images/body-slice.jpg);
}

#top_bg {
	position: relative;
	top: 0px;
	left: 0px;
	width: 990px;
	height: 19px;
	background-image:url(../images/bg_top.gif);
	background-repeat:no-repeat
}


#header_bg {
	position: relative;
	top: 0px;
	left: 0px;
	width: 990px;
	height: 150px;
	background-color:#B6C4AB;
}

#body {
	position: relative;
	top: 8px;
	left: 0px;
	background-color:#B6C4AB;
	background-image:url(../images/body-slice.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	padding: 0px 30px 0px 30px;
}

#image-1 {
	background-color:#B6C4AB;
	float: right;
	padding: 0px 0px 20px 20px;
}

#image-2 {
	background-color:#B6C4AB;
	float: left;
	padding: 0px 20px 10px 0px;
}

#product-thumb-left {
	position: relative;
	background-color:#CDD8CD;
	padding: 10px 20px 10px 0px;
	float:left;
}

#partner-links {
	position: relative;
	background-color:#CDD8CD;
	padding: 10px 20px 10px 20px;
	width: 880px;
	border:dashed;
	border-color:#B8564B;
	border-width:thin;
}

#callout-box {
	position: relative;
	background-color:#FFFFE1;
	padding: 10px 20px 10px 20px;
	border:dashed;
	border-color:#B8564B;
	border-width:thin;
	width: 350px;
}

#callout-box-sh {
	position: relative;
	background-color:#FFFFE1;
	padding: 10px 20px 10px 20px;
	border:dashed;
	border-color:#B8564B;
	border-width:thin;
	width: 450px;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}


.credits-box {
	position: relative;
	background-color:#F2F1EA;
	padding: 10px 20px 10px 20px;
	border:dashed;
	border-color:#B8564B;
	border-width:thin;
	width: 350px;
}

#wyvern_video {
	background-color:#B6C4AB;
	float: left;
	padding: 0px 20px 0px 0px;
}

#right-tout {
	background-color:#B6C4AB;
	float: right;
	padding: 0px 20px 0px 20px;
}


#merch_tout {
	background-color:#B6C4AB;
	float: left;
	padding: 0px 0px 20px 0px;
}


#img_left {
	background-color:#B6C4AB;
	float: left;
	padding: 0px 10px 0px 0px;
}

#img_right{
	background-color:#B6C4AB;
	float: right;
	padding: 0px 0px 20px 20px;
}


#footer {
	position: relative;
	background-color:#B6C4AB;
	background-image:url(../images/body-slice.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	padding: 0px 30px 0px 30px;
	margin-top: 30px;
}

#footer_bg {
	position: relative;
	top: 0px;
	background-image:url(../images/bg-bottom.jpg);
	background-repeat:no-repeat;
	height: 20px;
}


/* gallery styles */

#container {
	background: #333333 url(images/bg_body.jpg) repeat-x left top;
	color:#FFFFFF;
	line-height: 18px;
	margin: 15px auto;
	width: 800px;
	padding: 5px 20px 20px 20px;
	border: 1px solid #000;
}


#title h1  {
	color: #76B41C;
	letter-spacing: 1px;
	padding: 5px;
	margin: 10px;
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
}

#description{
	background: #000000;
	border: 1px solid #333333;
	padding: 10px;
	margin: 5px;
	width: 90%;
	float: left;
	height: auto;
	font-weight: bold;
}

#content {
	text-align:left;
	padding: 0px; 
	margin: 0px;
	color: #FFFFFF;		
}

.date{
	font-weight: normal;
	color: #666666;

}

#content a {
	color: #fff;
	text-decoration: underline;
}

#content a:visited   {
	color: #999999;
	text-decoration: underline;
}

#content a:hover  {
	color: #000000;
	text-decoration: underline;
	background: #CCCCCC;
	border-bottom: 1px solid #000000;
	}


#content .category img {
	background: #fff;
	padding: 7px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #FFFFFF;
	float:right
}



#content .category {
	margin: 60px 0px 50px 0px;
	padding: 30px 0px 10px 0px;
	clear:both;
	height:auto;
}


.imageborderlarge {
	padding: 7px;
	margin: 5px 0px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}


.unvisible { 
	display: none;
 }


.thumbnail {
	float: left;
	margin: 2px;
	padding: 8px;
	text-align: center;
	color: #CCCCCC;
	width: 166px;
	height: 175px;
	}


.thumbnailhover{
	background:  none;	
	display:block;
	width: 166px;
	height: 175px;
}

a.thumbnailhover:hover{
	background:  url(images/bg_body.jpg) no-repeat left top;
	display:block;
	width: 166px;
	height: 175px;
	color: #003333;
	font-weight: bold;

	
}


.thumbnail img{
	background: #ffffff;
	padding: 4px;
	margin: auto;
	display:block;
}



.thumbnail a {
	color:#999999;
	text-decoration: none;
}

/* non IE  hover 
div.thumbnail:hover{
	background: #000;
	color: #76B41C;
	font-weight: bold;
}

*/


a img {
border:none;

}

#gallerycontainer{
	padding: 0px;
	text-align:center;
	height: 180px;
	background-color: #A8A8A8;

}

/* end gallery styles */

/*start moo tools styles */


#vertical_slide, #horizontal_slide {
	color: #666666;
	padding: 10px;
	border: 5px solid #F3F1F1;
	background-color: #CDD8CD;
}

#slider {
	color: #666666;
	padding: 10px;
	border: 5px solid #F3F1F1;
	padding-top: 10px;
	background-color: #CDD8CD;
}


/*end moo tools styles */



.style1 {
	font-size: 11px;
	line-height: 18px;
	
}

.style2 {color: #990000}

.style3 {font-size: 11px}

.style5 {
	color: #666666;
	font-size: 16px;
	font-weight: bold;
}

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