/* CSS Document */

body{
	background:#000000;
}

#wrapper{
	width:760px;
	margin:0 auto;
}

#content_wrapper{
	width:760px;
	background:url(images/main_bg.jpg) repeat-y top left;
}

#content{
	width:525px;
	font-family:Arial;
	float:left;
	padding:5px 10px 10px 10px;
	background:#FFFFFF;
}

/*##############Navigation Styles##################*/
#navigation{
	width:215px;
	background:url(images/header_bottom.jpg) no-repeat;
	float:left;
	padding-top:130px;
}

#side_menu{
	margin:0 auto;
	width:207px;
}

#side_menu ul{
	list-style:none;
	margin:0px;
	padding:0px;
}

#side_menu li{
	margin:0px;
	padding:0px;
}

#side_menu li a:link, #side_menu li a:visited{
	color:#FFFFFF;
	font-family:Arial;
	background:#7E8AA2;
	display:block;
	padding:5px 5px 5px 24px;
	text-decoration:none;
	border-bottom:1px solid #263248;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	border-left:1px solid #FF9800;
	border-right:1px solid #FF9800;
	line-height:1.3em;
}

#side_menu li a:hover{
	background:#FF9800 url(images/pawprint.gif) no-repeat 1px center;
}

.last{
	border-bottom:#FFFFFF;
	margin-bottom:10px;
}

#side_menu h1{
	color:#000000;
	margin:0px;
	padding:5px;
	background:#FF9800 url(images/menu_header2.jpg);
	text-align:left;
	font-family:Arial;
	font-size:1em;
	border-top: 1px solid #FF9800;
	border-right: 1px solid #FF9800;
	border-bottom: 1px solid #263248;
	border-left: 1px solid #FF9800;
}

/*#############Header Styels#################*/

#header{
	clear:both;
}

#header a:link, #header a:visited{
	display:block;
	height:105px;
}

#header a img{
	border:none;
}

/*#############Footer Styels################*/

#footer{
	clear:both;
	height:60px;
	padding:5px;
	background:url(images/footer.jpg) no-repeat;
	border-top:1px solid #000;
	text-align:center;
	color:#FFFFFF;
	font-family:Arial;
	font-size:12px;
}

#footer a:link, #footer a:visited{
	color:#FFFFFF;
}

#footer a:hover{
	text-decoration:none;
}


/*###############Magazine Box Styles##############*/

#magazine_area{
	margin:10px auto 0px auto;
	width:445px;
	padding:10px 10px 0px 10px;
}

#magazine_logos_container{
	border-bottom:3px solid #000;
	height:63px;
}

#magazine_info_box{
	width:212px;
	color:#000000;
	font-size:.8em;
	font-weight:bold;
	text-align:center;
	float:left;
	margin-top:2px;
}

#magazine_info_box_r{
	width:212px;
	color:#000000;
	font-size:.8em;
	font-weight:bold;
	text-align:center;
	float:right;
	margin-top:2px;
}

#magazine_info_box img, #magazine_info_box_r img{
	border:1px solid #FFF;
	margin:0px;
	padding:5px;
}

#magazine_info_box a:hover img, #magazine_info_box_r a:hover img{
	color:#FF9800;
	border:1px solid #000;
}

#magazine_area .clear{
	clear:both;
	border-bottom:3px solid #000;
}

#magazine_area hr{
	margin:0px;
	padding:0px;
}

.other_clear{
	border:none;
	clear:both;
}

#spacer{
	clear:both;
	height:20px;
}

#magazine_area h1{
	color:#FFFFFF;
	margin:0px 0px 8px 0px;
	text-align:center;
	font-family:Comic Sans MS;
	font-size:1.3em;
	background:none;
	padding:0px 0px 2px 0px;
	border-bottom:2px solid #FFF;
	height:27px;
}

.clear{
	clear:both;
}

/*################Message Board Area Styles##############*/
#message_board_area{
	background:#263248;
	width:480px;
	margin:0 auto;
	padding:3px 10px 0px 10px;
}

#message_board_area ul{
	margin:0px;
	color:#FFFFFF;
	list-style:inside;
	float:left;
}

#message_board_area .left{
	margin:5px 30px 0px 0px;
	color:#FFFFFF;
	padding:0px 0px 0px 15px;
}

#message_board_area  .right{
	margin:5px 0px 0px 0px;
	color:#FFFFFF;
}

#message_board_area li a:link, #message_board_area li a:visited{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
#message_board_area li a:hover{
	color:#FF9800;
	text-decoration:none;
}

#message_board_area li a span{
	visibility:hidden;
	width:150px;
	position:absolute;
}

#message_board_area li a:hover span{
	visibility:visible;
	position:relative;
	left:100px;
}	

#mb_spacer{
	background:#263248;
	height:10px;
	width:500px;
	margin:0 auto;
	clear:both;
}

/*################Image Styles##################*/
.img_right{
	float:right;
}

.img_left{
	float:left;
}

.img_center{
	display:block;
	margin:0 auto;
}

.img_center img{
	border:none;
}

/*###############Main Store Image##############*/
#store_image{
	margin:5px auto 0px auto;
	display:block;
}

#store_image img{
	border:none;
}

/*###############Content Styles################*/
#content h1{
	background:url(images/paw_frame.jpg) top left no-repeat;
	text-align:center;
	padding-top:55px;
	height:100px;
	padding-left:15px;
	font-family:Comic Sans MS;
	font-size:28px;
	color:#263248;
	margin:0px;
}

#content h2{
	text-align:center;
	margin:0px;
	color:#000000;
	font-family:Arial;
	font-size:14px;
}

#content h3{
	margin:0px;
	font-size:14px;
	padding-left:10px;
	border-left:15px solid #FF9800;
}

#content h4{
	font-size:22px;
	color:#263248;
	text-align:center;
}

#content p{
	font-size:.9em;
}

#content td{
	font-size:12px;
}

#content a:link, #content a:visited{
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}

#content a:hover{
	text-decoration:underline;
}

.required{
	color:#FF0000;
}

.request_media_kit{
	background:url(images/button1_top.jpg) no-repeat top center;
	margin:10px auto 0px auto;
	padding:20px 5px 0px 5px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:16px;
	width:225px;
	text-align:center;
}

.request_media_kit #spacer{
	background:url(images/button1_bottom.jpg) no-repeat bottom left;
	height:23px;
	width:225px;
}

.request_media_kit a:link, .request_media_kit a:visited{
	color:#FFFFFF;
	background:#263248;
	display:block;
}

.request_media_kit a:hover{
	color:#FF9800;
	text-decoration:none;
}

/*#################Booth App Styles###############*/
#content #booth_app ul{
	list-style:none;
	text-align:center;
	margin:10px 0px 0px 0px;
	padding-top:5px;
	border-top:3px #263248 ridge;
}

#content #booth_app li{
	font-size:18px;
	font-weight:bold;
}

/*#################Staff Styles###################*/
#staff_c h2, #staff_s h2{
	text-align:center;
	font-size:18px;
	border-left:none;
	border-bottom:2px solid #FF9800;
	padding-bottom:3px;
	width:150px;
	margin:0 auto;
}

#staff_c{
	float:left;
	width:260px;
	text-align:center;
}

#staff_s{
	float:right;
	width:260px;
	text-align:center;
	border-left:1px solid #CCCCCC;
}

/*###################Industry Calendar Styles###############*/
#calendar_events{
	background:#EEEEEE;
	border:1px solid #000000;
	padding:15px 5px 15px 5px;
	width:420px;
	text-align:center;
	margin:0 auto;
}

#calendar_events h5{
	font-size:16px;
	text-transform:capitalize;
	margin:0px;
}

#calendar_events p{
	margin-top:0px;
}

/*##################Groomers Club Styles###################*/

#participating_companies{
	width:210px;
	padding:5px;
	text-align:center;
	background:#EEEEEE;
	float:right;
	font-size:.8em;
	margin-left:5px;
	margin-top:10px;
}

#participating_companies h5{
	font-size:14px;
	margin:0px;
}

#left_club{
	width:300px;
	float:left;
}

.statcounter{
	text-align:center;
	font-size:.8em;
}

.statcounter a img{
	border:none;
}
