@charset "utf-8";

#maintext {

	float: right;

	font-size: xx-large;

	font-weight: bold;

	color: #FFFFFF;

	text-align: right;

	padding-top: 10px;

	padding-right: 10px;
	text-shadow: 2px 2px 8px #000;
}

#mainpics {
	clear: both;
	padding-top: 20px;
	height: 75px;
	width: 400px;
	position:aboslute;
	bottom:0;
	right:0;
	z-index:5000;
	position:absolute;
	min-height:80px;
}

.minipic {
	float: right;
	border: 2px solid #FFFFFF;
	margin-bottom: 20px;
	margin-right: 20px;
	height: 55px;
	width: 55px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

#slideshow1 {
	height: auto;
	background-image: url(maintextfade.png);
	background-repeat: repeat-y;
	background-position: right top;
	margin: 0px;
	padding: 0px;
	min-height:170px;
	
}

#slideshow2 {
	background-color: #000000;
	min-height:170px;
	width:100%;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	
}

#slideshow3 {
	background-color: #000000;
	min-height:170px;
	background-repeat: no-repeat;
	background-position: left top;
	border: 5px solid #000000;
	margin: 0px;
	padding: 0px;
	position:relative;
}
.featured {
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
}
.redpic {
	float: right;
	border: 2px solid #FF0000;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
}

#mainpics img:hover { border-color: #FF9900; }


.newstext {
	font-size: xx-small;
	color: #CCCCCC;
	text-align: left;
	padding: 5px;

}
.newsnum1 {
	color: #999999;
	font-size: x-small;
	height: 73px;
	overflow: hidden;
	background-color: #414F78;
	margin-right: 1px;
	margin-left: 1px;
	padding: 5px;
	margin-bottom: 10px;
}
.newsnum2 {
	color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: medium;
	height: 100px;
	background-color: #55679B;
	padding-right: 5px;
	padding-left: 5px;
}
.alink {
	font-size: x-small;
	color: #FF9900;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 30px;
	overflow: hidden;
	text-decoration: none;
}
.linklink {
	color: #CCCCCC;
	text-decoration: underline;
}
a.linklink:hover {
	text-decoration: none;
	color: #000000;
}
#featured {
	height: 100px;
	overflow: hidden;
}
#featured img {
	overflow: hidden;
	border: 2px solid #999999;
}
#checkout {
	font-size: large;
	font-weight: bold;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-left: 10px;
}
#checkout a {
	color: #FF9900;
	text-decoration: none;
	display: block;
	font-size: small;
}
.linkscroll {
	height: 200px;
	overflow: auto;
	margin-right: 15px;
	margin-left: 15px;
	background-color: #B4E46B;
}
#blueback {
	background-image: url(../images/blueback.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 415px;
}
div.minipic:hover {
	color: #000000;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
}

