@charset "utf-8";
/* CSS Document */

body{
	margin:0 auto;
	padding:0px;
	background:#fff url(img/bgpattern.jpg) 0 0 repeat;
	color:#000;
	font-family:Helvetica, Arial, sans-serif;
}

p{
	text-indent:15px;
}

.topgrad{
	background:url(img/topbggrad.png) scroll top repeat-x;
	width:auto;
	height:auto;
	margin:0 auto;
}

.botgrad{
	background:url(img/botbggrad.png) scroll bottom repeat-x;
	width:auto;
	height:auto;
	margin:0 auto;
}

.leftgrad{
	background:url(img/leftbggrad.png) scroll left repeat-y;
	width:auto;
	height:auto;
	margin:0 auto;
}

.rightgrad{
	background:url(img/rightbggrad.png) scroll right repeat-y;
	width:auto;
	height:auto;
	margin:0 auto;
}

.allwrapper{
	position:relative;
	margin:0 auto;
	width:949px;
	height:auto;
	padding:0px;
	
}

.contentwrappertop{
	background:url(img/images/design-layoutV2_05.png) 0 0 no-repeat;
	width:949px;
	height:2px;
	margin:0 auto;
	clear:both;	
}


.contentwrappertop2{
	background:url(img/images/design-layoutV2_07.png) 0 0 no-repeat;
	width:949px;
	height:15px;
	margin:0 auto;
	clear:both;	
}


.contentwrappermid{
	background:url(img/images/design-layoutV2_18.png) 0 0 repeat-y;
	width:949px;
	height:auto;
	margin:0 auto;
	clear:both;
}


.content{
	float:left;
	margin:0 auto;
	margin-left:15px;	
	height:auto;
	width:610px;
	margin-right:70px;
}


.contentwrapperbot{
	background: url(img/images/design-layoutV2_20.png) 0 0 no-repeat;
	width:949px;
	height:85px;
	margin:0 auto;
	clear:both;	
}

.banner{
	background:url(img/images/design-layoutV2_02.png) 0 0 no-repeat;
	width:827px;
	height:182px;
	margin:0 auto;
	position:relative;
	z-index:2;
}

.starburst{
	width:100px; 
	height:100px;
	margin:0 auto;
	background:url(/img/images/starburst-small.png) 0 0  no-repeat;
	display:block;
	position:absolute;
	top:165px;
	right:-65px;
}



#page{
	position:relative;
	z-index:1;	
}


#sidemenu{
	float:left;
	width:191px;
	height:auto;
	margin:0 auto;
	margin-left:60px;
}

#sidemenu ul {
	margin:0 auto;
	height:auto;
	float:left;
	width:191px;
	padding:0px;
	display:block;
	position:relative;
}
#sidemenu ul li {
	width:191px;
	height:26px;
	position:relative;
	float:left;
	line-height:26px;
	display:block;
	list-style:none;
	list-style-image:none;
	list-style-type:none;
	text-align:left;
	font-size:12px;
	clear:left;
}
#sidemenu ul li a {
	width:190px;
	height:26px;
	color:#333;
	margin:0 auto;
	display:block;
	text-decoration:none;
	background: url(img/images/design-layoutV2_13.jpg) 0 0 no-repeat;
	padding-left:10px;
}
#sidemenu ul li a.current {
	background: url(img/images/design-layoutV2_10.jpg) 0 0 no-repeat;
	font-weight:bold;
	cursor: default;
}
#sidemenu ul li a:hover {
	background: url(img/images/design-layoutV2_10.jpg) 0 0 no-repeat;
}
#sidemenu ul li a:focus, #sidemenu ul li a:active {
	background: url(img/images/design-layoutV2_10.jpg) 0 1px no-repeat;
	padding-top:1px;
	height:25px;
	
}

.testimonialsidemenu{
	text-align:center; font-size:12px; margin-top:15px; padding:10px; font-style:italic;
}

.footer{
	
	font-size:11px;
	text-align:center;
	color:#CCC;
	padding-bottom:50px;
}

.footer a{
	text-decoration:none;
	color:#FFF;
}

.txtimg{
	padding:5px;
	margin:3px;
	background-color:#eee;
	border:1px solid #666;
	}
	
a img.txtimg:hover{
	background-color:#999;
	border:1px solid #333;
}

.txtimgright{
	float:right;
	padding:5px;
	margin:3px;
	background-color:#eee;
	border:1px solid #666;
	}
	
a img.txtimgright:hover{
	background-color:#999;
	border:1px solid #333;
}

.txtimgleft{
	float:left;
	padding:5px;
	margin:3px;
	background-color:#eee;
	border:1px solid #666;
	}
	
a img.txtimgleft:hover{
	background-color:#999;
	border:1px solid #333;
}

.clr{
	clear:both;
}


.crap-browser-warning {
	background-color:#ed1e24;
	text-align:center;
	color:#fff;
	padding:4px 0;
	position:relative;
	top:0px;
	width:100%;
	z-index:100;
}

.crap-browser-warning span{
	width:1025px;
	height:auto;
	display:block;
	margin:0 auto;
}

.crap-browser-warning a, .crap-browser-warning a:hover {
	font-weight:bold;
	color:#fff;
	text-decoration:underline;
}
