/*----------Basic Styling-------------*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color:#000000;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 10px;
	}
	
#wrapper_border{
	padding: 10px;
	background-color: #FFFFFF;
	width: 940px;
	margin: 0 auto;
}
	
#wrapper {
	position: relative;
	width: 940px;
	margin: 0 auto;
	text-align: left;
	background-color:#FFFFFF;
	padding: 0px;
	/*font-size: 11px;*/
	color: #585858;
	background-repeat: repeat-y;
	background-image: url(assets/sidebar_bg220.gif);
	}

#clear {
	clear: both;
	}
	
a   {
	font-weight: bold;
	color: #6699CC;
	text-decoration: underline;
}
a name {
	font-weight: normal;
	color: 585858;
	text-decoration: none;
}


h1 {
	font-size: 14px;
	margin-bottom: 5px;
	color: #000000;
}
.option {
	margin-bottom: 5px;
}

h3 {
	font-size: 12px;
}
h2 {
	font-size: 14px;
	margin-top: 15px;
}


h5 {
	/*font-size: 14px;*/
	padding-bottom: 10px;
	margin-bottom: 10px;
	background-image:url(assets/hr.gif);
	background-position: left bottom;
	background-repeat:no-repeat;
	width: 100%;
	/*color: #000000;*/
}

#header {
	position:relative;
	/*background: #000000 url(assets/catuplogo-black-block.gif) no-repeat 2% 50%;*/	
	height: 100px;
	background-color: #000000;
	}
#header img {
	left: 20px;
	position: relative;
	top: 19px;
	width: 260px;
}
#sidebar {
	width: 220px;
	float: right;
	text-align: center;
}
#sidebar  a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#sidebar  img {
	margin-bottom: 15px;
	margin-left: 15px;



}

#sidebar  iframe {
	margin-bottom: 15px;
	margin-left: 15px;

}

	
/*#rightheaderimage {
	position:absolute;
	top: 0;             
	right: 0;
	width: 200px;
	height: 100px;
	
	background: url(assets/1010.t.gif) no-repeat bottom left; 
	}*/

#header h1 {
	margin-left: -9000px;
}

/* -- main navigation styles -- */
#header ul{
	margin: 0;
	padding: 0;
	position:absolute;/*child elements(li and a), are floating, so ul will collapse without positioning attribute*/
	left: 31%;
	bottom: 40%;
	/*width:900px;*/
	list-style: none;
	/*background:url(assets/nav_bg.gif) repeat-x top left;*/
	}
.services_list {
	list-style: none;
	margin-left: 20px;
}
.answer {
	margin-bottom: 5px;
}


	
#header ul li{
	float: left;/*li is block level; this makes go horizontal*/
	}
	
#header ul a.first{
	background:none;
	}
	
#header ul a:hover{
	color:#cccccc;
	}
	
#header ul a{
	padding: 0 1.2em;
	line-height: 1.5em;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	float:left; /* links are normally inline so just the text will work as link, this makes them block so the whole block will work as link*/
	display:block;/*IE needs this to make them block level- see previous comment*/
	background:url(assets/nav_sep.gif) no-repeat top left;
	}
	
#nojavascript {
	background-image:url(assets/thater-726x269.jpg);
	width:720px;
	height:210px;
	text-align:center;
	color:#FF0000;
	position:absolute;
	left: 0px;
	bottom: 0px;
	
	}

#slideshow {
	position:relative;
	width: 100%;
	height: 224px;
	background-color:#CCCCCC;
	margin-bottom: 20px;
	}

#slideshow p {
	text-align: right;
}

#slide1	{
	position:absolute;
	left: 0px;
	bottom: 0px;
	/*z-index:2;*/
	}
	
#slide2 {
	position:absolute;
	left: 0px;
	bottom: 0px;
	/*z-index:1;*/
	}
	
#slideaccent{
	clear: both;
	background-color: #cccccc;
	text-align: right;
	width: 220px;
	float: right;
	background-image: url(assets/hanessilot2.gif);
	background-repeat: no-repeat;
	background-position: center 60%;
}
#slideaccent  ul {
	margin: 40px;
	text-align: center;
	list-style: none;
}
#slideaccent li {
	margin: 19px;
	color: #484849;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
}



#slideaccent2{
	clear: both;
	width: 100%;
	height: 14px;
	background-color: #cccccc;
	text-align: right;
	margin-top: 0px;
}

#main {
	font-size: 11px;
	line-height: 1.5em;
	margin-top: 0px;
	width: 720px;
	float: left;
	padding-top: 0px;
	color: #585858;
	}

.picleft {
	float: left;
	width: 300px;
	margin-right: 30px;
	border: 1px solid #000000;
}

#main .wide {
	width: 100%;
}


hr {
	margin-top: 10px;
	margin-bottom: 15px;

	}

.block450 {
	float: left;
	width:450px;
	text-align: center;
	background: url(assets/bttn_bg_cntr450.gif) no-repeat top left;
	background-repeat: repeat-y;
	margin: 0px 10px 10px 0px;
	} 
	
.block450 p {
	margin-bottom: 5px;
	}
	
.scroller {
	height:500px;
	overflow:auto;
	}
	
.block450   h1 {
	background-image:url(assets/bttn_bg_top450.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 14px;
	margin-bottom: 5px;
	padding-top: 8px;
	color: #000000;
	}

a:link img { 
	border: 0px solid #cc0000; 
	} 

a:hover img { 
	border: 1px solid #6699cc; 
	} 

.block450 .blockendtext {
	background: url(assets/bttn_bg_btm450.gif) no-repeat bottom left;
	padding-bottom: 2em;
	margin: 0;
	}
.block450 a:link {

}

.block450      a:hover    {
	color: #000000;

}

	
/*------------"button" sidebar------------*/
.block250 {
	float: right;
	width: 250px;
	text-align: center;
	background: url(assets/sidebar_bg_center.gif) no-repeat top left;
	margin: 0px 10px 10px 0px;
	background-repeat: repeat-y;
	color: #585858;
	font-weight: normal;
	} 

.block250 h1 {
	background-image:url(assets/sidebar_bg_top.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 14px;
	margin-bottom: 5px;
	padding-top: 8px;
	color: #000000;
	}
	
.divright {
	float: right;
	margin-right: 70px;
}

.divcenter {
	float: left;
	margin-left: 60px;
}

.divleft {
	float: left;
	text-align: left;
	margin-left: 20px;
	margin-right: 2px;
}

.divleftflush {
	float: left;
	text-align: left;
	margin-left: 1px;
	margin-right: 15px;
}

.block250 h5 {
	width: 100%;
	margin-left: 0px;
	margin-bottom: 8px;
}

.blockendtext{
	padding-top: 0px;
	padding-right: 25px;
	padding-left: 25px;
	clear: both;
}

.block250 .blockendtext {
	background: url(assets/sidebar_bg_bottom.gif) no-repeat bottom left;
	padding-bottom: 2em;
	margin: 0;
	}
.block250 a {
	text-decoration: none;
}

.block250 a:link {
	text-decoration: none;
}    /* unvisited link */
.block250 a:visited {
	text-decoration: none;
} /* visited link */
.block250 a:hover {
	text-decoration: none;
}   /* mouse over link */
.block250 a:active {
	text-decoration: none;
}  

 #footer {
	position:relative;
	height:50px;
	color: #fff;
	font: .8em Georgia, "Times New Roman", Times, serif;
	clear:both;
	background-color: #000000;
	margin-top: 20px;
	}
#footer img {
	height: 35px;
	margin-top: 6px;
	margin-left: 20px;
}

#footer ul{
	margin: 0;
	padding: 0;
	position:absolute;/*child elements(li and a), are floating, so ul will collapse without positioning attribute*/
	left: 20%;
	bottom: 30%;
	/*width:900px;*/
	list-style: none;
	/*background:url(assets/nav_bg.gif) repeat-x top left;*/
	}
	
#footer ul li{
	float: left;/*li is block level; this makes go horizontal*/
	}
	
#footer ul a.first{
	background:none;
	}
	
#footer ul a:hover{
	color:#cccccc;
	}
	
#footer ul a{
	padding: 0 1.2em;
	line-height: 1.5em;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	float:left; /* links are normally inline so just the text will work as link, this makes them block so the whole block will work as link*/
	display: block; /*IE needs this to make them block level- see previous comment*/
	background:url(assets/nav_sep.gif) no-repeat top left;
	}

.name {
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

.testimonialquote {
	font-style: italic;
	font-weight: bold;
	color: #000000;
	margin: 5px;
	padding: 0px;
}

.testimonial {
	margin: 20px;
	float: left;
}

.testimonial ul {
	font-weight: bold;
	color: #000000;
	margin-left: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
}
ul.list_by_pic {
	margin-left: 350px;
}

.boldblackitalic {
	font-style: italic;
	font-weight: bold;
	color: #000000;
}

.readmoreless {
	font-style: italic;
	float: right;
	margin-right: 150px;
}

#price_guide {
	border-collapse:collapse;
	width: 70%;
	margin-bottom: 5px;
	margin-top: 5px;
}
#price_guide  td   {
	font-size:1em;
	border:1px solid #cccccc;
	padding:3px 7px 2px 7px;
	color: #000000;
}

#price_guide th {
	background-color:#000000;
	color: #CCCCCC;
	padding-left: 7px;
}

#price_guide tr.alt td 
{
color:#000000;
background-color:#EAF2D3;
}

