@charset "utf-8";
/* CSS Document */
html, body {
	height: 100%;
	margin:0;
	padding:0;
	background-color:#B7B7B7;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#slideshow {
	float:right;
	width: 300px;
	height: 360px;
    margin:  10px;
}

#myslides {
	width: 300px;
	height: 310px;
    margin:  0px;
}

#myslides img {
    padding: 0px;
    height: 300px;
	height: 300px;
	top:0;
	right:0;
    margin:auto;
}

h1{
color:#003399;
}

input{
	width:500px;
}

textarea{
	width:500px;
}
#wrapper{
	height:auto !important;
	height:100%;
}

.logo{
	width:316px;
	margin-top:10px;
	margin-left:350px;
}

#headerbkg {
	background:url(images/header-background.png) repeat-x;
	width: 100%;
	height:165px;
}

#headercontent{
	width:1000px;
	margin:auto;
	position:relative;
}

#header-contact{
	width:200px;
	text-align:right;
	color:#ffcc00;
	position:absolute;
	right:0;
	top:60px;
	font-size:20px;
}

#menubkg{
	background:url(images/menu-background.png) no-repeat;
	width:1010px;
	height:49px;
	margin:auto;
	margin-top:10px;
}

#menubkg .menu-item{
	float:left;
	padding-right:10px;
	padding-left:10px;
	height:28px;
	_height:35px;
	padding-top:20px;
}

#header {
	background-image: url(images/background-top.png);
	width: 1000px;
	height:175px;
	padding-top:14px;
	padding-left:15px;
	padding-right:15px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
}

#menu {
	background-color: #F00000;
	height: 35px;
	width: 1001px;
	text-align:center;
}

#item{
	margin:auto;
	width:820px;
}

.menu-item{
	float:left;
	padding-right:10px;
	padding-left:10px;
	height:28px;
	_height:35px;
	padding-top:5px;
	border: 0px ridge #BF0000;
}

.menu-item a{
	text-decoration:none;
	font-weight:bold;
	color:#ffcc00;
}

#middle {
	background-image: url(images/background-middle.png);
	background-repeat: repeat-y;
	width: 930px;
	margin-left:auto;
	margin-right:auto;
	padding: 20px 50px;
}

#footer {
	background: url(images/background-bottom.png) no-repeat;
	height: 32px;
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	text-align:right;
	font-size:10px;
	padding-top:30px;
	padding-right:30px;
}

#container {
	min-height: 100%;
	height:100%;
	width:400px;
	background-color:#CCCCCC;
}

.clear{
	clear:both;
}

.left{
	float:left;
}
.leftsmall{
	float:left;
	width:40%;
}
.leftbig{
	float:left;
	width:60%;
}
.right{
	float:right;
}	
.rightsmall{
	float:right;
	width:40%;
}
.rightbig{
	float:right;
	width:60%;
}
.densvendfeatures{
	list-style:url(images/bullet_tick.gif);
}

#features{
	width:350px;
	margin:auto;
	text-align:left;
}

a img {
	border:none;
}

#scrollingText {
    border: 0px solid #CCCCCC;
    height: 50px;
    position: relative;
    width: 100%;
}

#scrollingText div.scrollableArea *{
		display: block;
		float: left;
		margin: 0;
		padding:20px;
		font-family: Times, 'Times New Roman', Georgia, Serif; 
		font-size:18px; 
		font-weight: bold;
		font-style:italic; 
		background-color: #fff; 
		color: #BF0000; 
		white-space: nowrap;
}

.highlight{font-size:larger; text-align:center; font-weight:bold;}

.icon-container{position:relative; width:60%;}
.icon-container .icons:nth-child(odd){width:45%; display:inline-block; float:left; margin-right:5%; text-align:center; font-weight:bold;}
.icon-container .icons:nth-child(even){width:45%; display:inline-block; float:left; margin-left:5%; text-align:center; font-weight:bold;}
