html {height:100%;}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background: #fff url(../images/bodybg.gif) top left repeat-x fixed;
}

img {border: none;}

a {outline:none;}

ul	{
	margin: 15px;
	padding: 0px;
}

#container {
	width:900px;
	margin: auto;
	text-align: left;
	background-color: #fff;
	border-left: 15px solid #fff;
	border-top: 15px solid #fff;
	border-right: 15px solid #fff;
	color: #47566B;
}

#head {
	width: 900px;
	min-height: 115px;
	height: 115px;
	background-color: #677C99;
	border-top: 5px solid #ACD373;
	margin: 0 0 15px;
}

#head .topnav {
	height: 20px;
	text-align: right;
	float: right;
	margin: 8px 8px auto auto;
	font-size: 10px;
	color: white;
}

#head .topnav a, a:visited, a:active {
	color: #fff;
	text-decoration: none;
}

#head .topnav a:hover {
	text-decoration: underline;
}

.search {
	text-align: right;
	float: right;
	clear: both;
	margin: 56px 8px 0 0;
}

.search p{
	margin: 0;
	padding: 0;
}

.searchbutton {
	margin: 0;
	padding: 0;
	width: 60px;
	height: 22px;
	color: #fff;
	background: transparent url(../images/search.jpg) top left repeat-x;
	vertical-align: bottom;
	border: 1px solid #fff;
}

.searchbutton:hover {
	background: transparent url(../images/search_hover.jpg) top left repeat-x;
	border: 1px solid #fff;
	outline:none;
}

.searchbutton:active {
	background: transparent url(../images/search_active.jpg) top left repeat-x;
	border: 1px solid #fff;
	outline:none;
}

.searchbox {
	margin: 0;
	padding: 0;
	height: 22px;
	/*border: 1px solid #ACD373;*/
	border: none;
	background: transparent url(../images/shadow.jpg) top left repeat-x;
}

.logo {
	margin: 0 0 0 10px;
	position: absolute;
	top: 65px;
}

#banner {
	width: 100%;
	min-height: 200px;
	height: 200px;
	background: #677C99 url(../images/clouds.jpg) top left no-repeat;
	margin: 0 0 15px;
}

#topbar {
	min-height: 70px;
	height: 70px;
	background: #677C99 url(../images/bluebar.jpg) top left repeat-x;
	margin: 0 0 15px;
}

#topbar p {
	width: 150px;
	min-height: 70px;
	height: 70px;
	padding: 8px;
	border-right: 5px solid #fff;
	background: transparent url(../images/greenbar.jpg) top left repeat-x;
	color: #485B75;
	font-size: 14px;
}

#prodhead p {
	color: #485B75;
}

.prodlogo {
	float: left;
	margin: 0 0 15px;
	padding: 0 15px 0 0;
}
.prodlogotext {
	font-size::18px;
	color: #0066FF;
}
.style1 {
	font-size: 14px;
	text-align: justify;
}

#products {
	width: 100%;
	min-height: 224px;
	height: 224px;
	background: #fff;
	margin: 0;
	padding: 0;
}

#products .left {
	height: 212px;
	width: 296px;
	float: left;
}

	#products .lefttop{
		width: 296px;
		height: 158px;
		background: #fff url(../images/cupidtop.jpg) top center no-repeat;
		margin: 0;
		padding: 0;
	}
	#products .leftmid{
		width: 296px;
		height: 32px;
		background: #fff url(../images/cupidmid.jpg) top center repeat-y;
		margin: 0;
		padding: 0;
	}
	
	#products .leftmid p{
		padding: 5px 50px 5px 10px;
		margin: 0;
		font-size: 10px;
	}
	
	#products .leftbot{
		width: 296px;
		height: 19px;
		background: #fff url(../images/cupidbot.jpg) bottom center no-repeat;
		margin: 0;
		padding: 0;
	}

#products .middle {
	margin-left: 6px;
	height: 212px;
	width: 296px;
	float: left;
}
	#products .middletop{
		width: 296px;
		height: 158px;
		background: #fff url(../images/emmtop.jpg) top center no-repeat;
		margin: 0;
		padding: 0;
	}
	#products .middlemid{
		width: 296px;
		height: 32px;
		background: #fff url(../images/emmmid.jpg) top center repeat-y;
		margin: 0;
		padding: 0;
	}
	#products .middlemid p{
		padding: 5px 50px 5px 10px;
		margin: 0;
		font-size: 10px;
	}
	#products .middlebot{
		width: 296px;
		height: 19px;
		background: #fff url(../images/emmbot.jpg) bottom center no-repeat;
		margin: 0;
		padding: 0;
	}

#products .right {
	margin-left: 6px;
	height: 212px;
	width: 296px;
	float: left;
}
	#products .righttop{
		width: 296px;
		height: 158px;
		background: #fff url(../images/assoctop.jpg) top center no-repeat;
		margin: 0;
		padding: 0;
	}
	#products .rightmid{
		width: 296px;
		height: 32px;
		background: #fff url(../images/assocmid.jpg) top center repeat-y;
		margin: 0;
		padding: 0;
	}
	#products .rightmid p{
		padding: 5px 50px 5px 10px;
		margin: 0;
		font-size: 10px;
	}
	#products .rightbot{
		width: 296px;
		height: 19px;
		background: #fff url(../images/assocbot.jpg) bottom center no-repeat;
		margin: 0;
		padding: 0;
	}
.arrow{
	float: right;
	margin-right: 7px;
	vertical-align: middle;
}
#content{
	background: #fff;
	margin: 0;
}
	.contentleft{
		float: left;
		width: 612px;
		margin: 0 0 15px 0;
	}

	.contentleft .top{
		background:transparent url(../images/top.gif) no-repeat scroll left top;
		float:left;
		margin:0;
		padding:0 0 0 10px;
		width:582px;
	}
	
	.contentleft .top span{
		background:transparent url(../images/top.gif) no-repeat scroll right top;
		color:#FFFFFF;
		float:left;
		font-weight:bold;
		margin:0;
		padding:5px 15px 5px 5px;
		width:582px;
		line-height: 16px;
		font-size: 12px;
		color: #485B75;	
	}
	.contentleft .bottom{
		height: 15px;
		max-height: 15px;
		background:transparent url(../images/bottom.gif) no-repeat scroll left bottom;
		float:left;
		margin:0;
		padding:0 0 0 10px;
		width:582px;
	}
	
	.contentleft .bottom span{
		height: 15px;
		max-height: 15px;
		background:#fff url(../images/bottom.gif) no-repeat scroll right bottom;
		float:left;
		margin:0;
		padding:0 20px 0 0;
		width:582px;	
	}
	
	.contentright{
		float: right;
		width: 270px;
		margin: 0 0 15px 0;
	}
	
	.contentright .top{
		background:transparent url(../images/top.gif) no-repeat scroll left top;
		float:left;
		margin:0;
		padding:0 0 0 10px;
		width: 240px;
	}
	
	.contentright .top span{
		background:transparent url(../images/top.gif) no-repeat scroll right top;
		color:#FFFFFF;
		float:left;
		font-weight:bold;
		margin:0;
		padding:5px 15px 5px 5px;
		width: 240px;
		line-height: 16px;
		font-size: 12px;
		color: #485B75;	
	}
	.contentright .bottom{
		height: 15px;
		max-height: 15px;
		background:transparent url(../images/bottom.gif) no-repeat scroll left bottom;
		float:left;
		margin:0;
		padding:0 0 0 10px;
		width: 240px;
	}
	
	.contentright .bottom span{
		height: 15px;
		max-height: 15px;
		background:#fff url(../images/bottom.gif) no-repeat scroll right bottom;
		float:left;
		margin:0;
		padding:0 20px 0 0;
		width: 240px;	
	}
	
	.contentright .menubottom{
		height: 15px;
		max-height: 15px;
		background:transparent url(../images/menubot.gif) no-repeat scroll left bottom;
		float:left;
		margin:0;
		padding:0 0 0 10px;
		width: 240px;
		clear:right;
	}
	
	.contentright .menubottom span{
		height: 15px;
		max-height: 15px;
		background:#fff url(../images/menubot.gif) no-repeat scroll right bottom;
		float:left;
		margin:0;
		padding:0 20px 0 0;
		width: 240px;	
	}
	
	.center{
		border-left: 1px solid #677C99;
		border-right: 1px solid #677C99;
		padding: 15px 20px 0;
	}
	.center p{
		line-height: 16px;
		padding: 10px 0 10px 0;
		margin: 0;
		font-size: 12px;	
	}
	
	.cls {
		color: #485B75;
		font-weight: bold;
	}
	
#footer {
	clear: both;
	height: 25px;
	border-top: 5px solid #677C99;
	margin: 0;
	background:#ACD373 url(../images/greenbar.png) top left repeat-x;
	padding-top:14px;
	text-align:center;
	font-size:11px;
}

#footer p{
	text-align: center;
	margin: 0;
	padding: 13px 0 0;
	font-size: 12px;	
	line-height: 36px;	
	color: #fff;
}
#footer a, a:visited, a:active {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.bullet {
	width: 8px;
	min-height: 8px;
	height: 8px;
	padding: 0 10px 0 20px;
	background: transparent url(../images/square.jpg) center no-repeat;
}

#copywrite {
	min-height: 45px;
	height: 45px;
	margin: 0;
	background: transparent url(../images/shadow.jpg) top left repeat-x;
}
#copywrite p{
	text-align: center;
	margin: 0;
	padding: 10px 0 0;
	font-size: 12px;	
	color: #485B75;
}
#copywrite a, a:visited, a:active {
	color: #485B75;
	text-decoration: underline;
}
#copywrite a:hover {
	color: #ACD373;
	text-decoration: underline;
}

/********  SIDE MENU  ********/
	.menudiv {
		border-left: 1px solid #677C99;
		border-right: 1px solid #677C99;
		background-color: #677C99;
	}
	.menudiv ul{
		font-size: 12px;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.menudiv li{
		padding: 0;
	  	border-bottom: 1px solid #77889F;
	  	clear: left;
	}

	.menudiv li a{
		display:block;
		color: #fff;
		text-decoration: none;
		padding: 6px 0 6px 38px;
		background:  url(../images/square.jpg) no-repeat 15px 0.9em;
	}
	.menudiv li a:hover{
		color: #485B75;
		background-color: #A5B6CF;
		background: #A5B6CF url(../images/bluesquare.jpg) no-repeat 15px 0.9em;
	}
	/*
	background: #DAD0DE url(../images/design/hoverarrow_purple.gif) no-repeat scroll 8px 0.9em !important
	*/
	.menubottom{
		height: 15px;
		background: transparent url(../images/bl-menu.jpg) bottom left no-repeat;
		padding: 0 0 0 15px;
	}
	.menubottomlines{
		width: 100%;
		height: 15px;
		background: transparent url(../images/br-menu.jpg) bottom right no-repeat;
		margin: 0 15px 0 0;
	}
	.menubottomlines p{
		padding: 0;
		margin: 0 15px 0 0;
		background: transparent url(../images/bm-menu.jpg) top left repeat-x;	
	}
#navlist
{
padding: 0 1px 1px;
margin-left: 0;
font: bold 12px Verdana, sans-serif;
}

#navlist li
{
list-style: none;
margin: 0;
border-top: 1px solid gray;
display: inline;
}

#navlist li a
{
padding: 0.25em 0.5em 0.25em 0.75em;
border-left: 1em solid #AAB;
background: #CCD;
text-decoration: none;
}

#navlist li a:link { color: #448; }
#navlist li a:visited { color: #667; }

#navlist li a:hover
{
border-color: #FE3;
color: #FFF;
background: #332;
}

a.stico_default {
	background-color: transparent !important;
	background-color: transparent;
	color: #FFFFFF !important;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	text-decoration: none;
	font-size:12px;
	background-position: 4px center !important;
	background-position: 4px center;
	padding: 2px 5px 2px 23px !important;
	padding: 2px 5px 2px 23px;
}
.stbutton {

}

/*  ------------  TWITTER FEED  ------------  */
.twitterbot {
	margin: 0;
	clear: both;
	height: 200px;
	overflow: hidden;
	border-left:1px solid #677C99;
	border-right:1px solid #677C99;
}

.twitterbot a {
	color: #677C99;
	text-decoration: underline;
	}
	
.twitterbot a:hover {
	color: #99CC00;
	}	

.tweettop {
	background:  #fff url('../images/tweettop.jpg') 50% 50% no-repeat;
	height: 75px;
	width: 270px;
	margin: 0;
	padding: 0;
}

.tweettop p {
	text-align: right;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding:50px 10px 0 0;
}

.tweettop p a{
	color: #fff;
	text-decoration: none;
}

.tweettop p a:hover{
	border-bottom: 1px solid #fff;
}

.tweetText {
	padding: 10px 5px 0;
}
.tweetDate {
	text-align: right;
	clear: both;
	padding: 2px 5px;
	margin: 0 0 10px;
	font-size: 10px;
	border-bottom: 1px solid #DDDDDD;
}

/*  ------------  END TWITTER FEED  ------------  */