/* CSS Document */

	* {
		margin: 0px;
		padding: 0px;
	}
	
	body {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		
		background-image:url(../images/base/body_bg.jpg);
		background-position:center top;
		background-repeat:repeat-y; 
		margin-bottom:20px;
	}
		
	#wrapper{
		width:1024px;
		margin:0 auto;
		padding-bottom:20px;
	}
		
	#header {
	
		background-image:url(../images/headers/default.jpg);
		height:159px;
		width:1024px;
		background-repeat:no-repeat;
		position:relative;
		z-index:30;
	}	
		
		
	#content{
	float:left;
	background-image:url(../images/base/middle_repeat.jpg);
	background-repeat:repeat-y;
	position:relative;
	z-index:10;
	}	
	
	#inner{
	background-image:url(../images/base/middle_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	min-height:425px;
	width:1024px;
	}
	
	*html #inner{
	height:425px;
	}
	
	#footer{
	background-image:url(../images/base/footer.jpg);
	background-repeat:no-repeat;
	width:1024px;
	height:89px;
	float:left;
	}
	
	.clearme{
	line-height:1px;
	margin:0;
	padding:0;
	font-size:1px;
	clear:both;
	}
	
	
	#left {
	float:left;
	width:250px;
	margin-left:100px;
	}
	
	*html #left{
	margin-left:48px;
	}
	
	#main {
	float:left;
	width:500px;
	margin-left:30px;
	}
	
	
	#bottom_nav {
		margin-top:0;
		margin-bottom:20px;
		position:relative;
		top:-15px;
	}
	
	#bottom_nav li {
		color:#0068b3;
	}
	
	#bottom_nav li a{
		border-left:solid 1px #0068b3;
		color:#0068b3;
	}


	a {color:#0068b3;}

	#content p,#content h1,#content h2,#content h3,#content h4,#content ul,#content ol,#content table,#content blockquote{
	margin-bottom:10px;
	}
	
	#content ul, #content ol{
	margin-left:40px;
	}

	h1 { 
	font-weight:normal;
	font-size:24px;
	color:#0068b3;
	}
	
	#left blockquote {
		color:black;
		font-size:14px;
		line-height:120%;
		padding-left:30px;
		padding-right:10px;
		background-image:url(../images/base/four_colors.png);
		background-repeat:no-repeat;
		background-position:0 2px;
	}	
		
	*html #left blockquote {
		background-image:url(../images/base/four_colors.gif);
	}		
		
	#left .caption{
		color:#000;
		padding-left:30px;
		padding-right:10px;

	}
	
	#main blockquote {
		color:#ff7900;
		font-size:14px;
		line-height:120%;
		background-image:url(../images/base/four_colors.png);
		background-repeat:no-repeat;
		background-position:0 2px;
		
		padding:10px 30px 0 30px;
		
	}			
	
	#main .caption{

	font-style:italic;
	padding:0px 30px;
	

	}
	
.imgleft{
	float:left;
	margin-right:10px;
}

.imgright{
	float:right;
	margin-left:10px;
}

#accordianlists .menu{
	display:none;
}

#accordianlists h2 a{
	text-decoration:none;
	background-image:url(../images/base/icon_plus.gif);
	background-repeat:no-repeat;
	background-position: center right;
	padding-right:20px;
}

#accordianlists ul ul{
	display:none;
}

#accordianlists ul, #accordianlists ol, #accordianlists p, #accordianlists div ; #accordianlists h2, #accordianlists h2 a{ clear:left; }

#popup {

width:309px;
background-image:url(../images/base/pop-up_middle.png);
background-repeat:repeat-y;
color:#666;
position:absolute;
top:150px;
left:60px;
display:none;

}

#popup h2 {
color:#666;
font-size:12px;
text-transform:uppercase;
margin-bottom:0;
font-weight:bold;

}

#popuptopcap {
	height:8px;
	background-image:url(../images/base/pop_up_top.png);
	background-repeat:no-repeat;
	position:relative;
	top:-8px;
}

#popupbottomcap{
	height:11px;
	background-image:url(../images/base/pop-up_bottom.png);
	background-repeat:no-repeat;
	position:relative;
	bottom:-11px;
}

*html #popup {
background-image:url(../images/base/pop-up_middle.gif);
}

*html #popuptopcap {
	background-image:url(../images/base/pop_up_top.gif);
}

*html #popupbottomcap{
	background-image:url(../images/base/pop-up_bottom.gif);
}

#social_media {
	margin-bottom:10px;
	text-align:right;
}

#popup h2, #popup #popupdesc, #popup #popupcaption { padding: 0 10px; }

#popup #popupimage, #popup #popupcaption, #popup #popupclose { text-align:center;}

.messageform label{ 
	display:block;
	clear:both;
	padding-top:10px;
}

.messageform input, .messageform textarea{ 
	display:block;
	clear:both;
	float:left;
	width:300px;
}

.messageform textarea{ height:150px;}


.messageform #submit, #left .messageform #submit{
	width:75px;
	clear:both;
	float:none;
	position:relative;
	top:10px;
}	 

.messageform .checkbox{
	width:350px;
	clear:both;
	display:block;
	clear:both;
	padding-top:10px;
}
.messageform .checkbox input{
	float:none;
	width:auto;
	display:inline;

}

#left .messageform input, #left .messageform textarea, #left .messageform  {

	width:200px;

}

	h3 { margin-top:20px; font-weight:bold;}
	 .callout{ border-left: solid #F47920 3px;padding-left:5px; color:#666; font-weight:bold; }
	 .introText{ color:#666; text-transform:uppercase;}
	
	.important {
	border: solid #F47920 2px;
	padding:5px;
	color:black;
	background-color:#FFFDF4;
	font-weight:bold;
}

#products li {
position:relative;
}

#products li .popout { 
display:none; 
position:absolute;
width:267px;
background-image:url(/images/popup.gif);
background-repeat:no-repeat;
background-position: top left;
left:-280px;
top:10px;
padding:20px 0px 0px 0px;
}

#products li .popout span {

	display:block;
	background-image:url(/images/popup.gif);
	background-repeat:no-repeat;
	background-position: bottom left;
	padding: 0 10px 10px 10px;
	position:relative;
	top:10px;

}

iframe {

	height:600px;
	width: 550px

}
 #parrot {
 
 	position:relative;
 	left:-16px;
 
 }

a img {

border:none;

}
