/* Main CSS Styling for ASPCR.com - copyright 06/25/09 ASPCR */

/* !   HTML RESET */

html, body, h1, h2, h3, p, ul, li, form {
	border: 0;
	margin: 0;
	padding: 0;
	}

/* !   HTML STYLING */

#container {
	width: 800;
	margin: 0 auto;
	}

.bordered {border: 1px solid silver;}

/* !   BODY STYLING */

body {
	color: yellow;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background: #000033;
	}

body a {
	color: aqua;
	outline: none;
	text-decoration: none;
	}

body a:hover {
	color: lime;
	}

/* !   HEADER STYLING */

h1 { /*www.ASPCR.com*/
	display: block;
	width: 590px;
	height: 117px;
	margin: auto;
	background: url(../graphics/titles/wwwaspcrcom.jpg) no-repeat 0 0;
	text-indent: -9999px;
	}

h2 { /*full title*/
	display: block;
	width: 515px;
	height: 75px;
	margin: auto;
	background: url(../graphics/titles/explication.jpg) no-repeat 0 0;
	text-indent: -9999px;
	margin-top: 5px;
	}
	
h4 { /*barline*/
	display: block;
	width: 659px;
	height: 30px;
	clear: both;
	margin: auto;
	background: url(../graphics/titles/bar.jpg) no-repeat 0 0;
	text-indent: -9999px;
	margin-top: 8px;
	}

/* !   NAVIGATION STYLING */

	ul#navbar {display: block; margin: 1px auto; width: 520px; height: 40px; list-style: none;}
	
	ul#navbar li {text-indent: -9999px; float: left; width: 104px; height: 40px;}
	
	ul#navbar li a {display: block; height: 40px; text-decoration: none; color: yellow;}
	
	
/* !   NAVIGATION IMAGES & ROLLOVERS */


	#navigation a#main {background: url(../graphics/buttons/dbl_main.jpg) no-repeat 0 0;}
	#navigation a#main:hover {background-position: 0 -40px;}
	
	#navigation a#faq {background: url(../graphics/buttons/dbl_faq.jpg) no-repeat 0 0;}
	#navigation a#faq:hover {background-position: 0 -40px;}
	
	#navigation a#robots {background: url(../graphics/buttons/dbl_robots.jpg) no-repeat 0 0;}
	#navigation a#robots:hover {background-position: 0 -40px;}
	
	#navigation a#rights {background: url(../graphics/buttons/dbl_rights.jpg) no-repeat 0 0;}
	#navigation a#rights:hover {background-position: 0 -40px;}
	
	#navigation a#cruelty {background: url(../graphics/buttons/dbl_cruelty.jpg) no-repeat 0 0;}
	#navigation a#cruelty:hover {background-position: 0 -40px;}
	
	
	/* !   NAVIGATION PAGE HIGHLIGHTS */
	body#mainpage a#main {display: block; background: url(../graphics/buttons/dbl_main.jpg) no-repeat 0 -40px;}
	body#faqpage a#faq {display: block; background: url(../graphics/buttons/dbl_faq.jpg) no-repeat 0 -40px;}
	body#robotspage a#robots {display: block; background: url(../graphics/buttons/dbl_robots.jpg) no-repeat 0 -40px;}
	body#rightspage a#rights {display: block; background: url(../graphics/buttons/dbl_rights.jpg) no-repeat 0 -40px;}
	body#crueltypage a#cruelty {display: block; background: url(../graphics/buttons/dbl_cruelty.jpg) no-repeat 0 -40px;}

/* !   CONTENT STYLING */

#content {
	display: block;
	width: 575px;
	margin: 10px auto 0;
	position: relative;
	clear: both;
	}
	
#content p {
	margin-top: 15px;
	color: silver;
	text-indent: 15px;
	}

#content p.emphasis {
	margin-top: 15px;
	color: yellow;
	font-weight: bold;
	font-size: 13px;
	text-indent: 0px;
	}

/* !   MAIN PAGE CONTENT */

#mainpage #content #robotwithcat {
	display: block;
	width: 168px;
	height: 180px;
	float: left;
	background: url(../graphics/bots/robotwithcat.jpg) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom: 15px;
	}

#mainpage #content p#introtext {
	display: block;
	width: 382px;
	height: 73px;
	float: left;
	background: url(../graphics/titles/introp.jpg) no-repeat 0 5px;
	text-indent: -9999px;
	margin-left: 5px;
	margin-top: 30px;
	}
	
p#since1999 { /*since 1999*/
	display: block;
	float: left;
	width: 365px;
	height: 55px;
	margin: auto;
	background: url(../graphics/titles/upholdingrights.jpg) no-repeat 10px 10px;
	text-indent: -9999px;
/* 	clear: both; */
	margin-bottom: 10px;
	}
	
/* !   FAQ PAGE CONTENT */

#faqpage #content #faq_title {
	display: block;
	width: 369px;
	height: 40px;
	margin: auto;
	background: url(../graphics/titles/titlefaq.jpg) no-repeat 0 0;
	text-indent: -9999px;
	}

#faqpage #content #barberbot {
	display: block;
	width: 167px;
	height: 173px;
	float: left;
	background: url(../graphics/bots/barberbot.jpg) no-repeat 0 0;
	text-indent: -9999px;
	padding-right: 7px;
	}
	
#faqpage #content p.question {
	margin-top: 15px;
	color: yellow;
	font-size: 13px;
	text-indent: 0;
	}

#faqpage #content p.answer {
	margin-top: 15px;
	color: silver;
	text-indent: 15px;
	}
	
/* !   ROBOTS PAGE STYLING */

#robotspage #content #robots_title {
	display: block;
	width: 232px;
	height: 39px;
	margin: auto;
	background: url(../graphics/titles/titlerobot.jpg) no-repeat 0 0;
	text-indent: -9999px;
	}

#robotspage #content #clunkybot {
	display: block;
	width: 168px;
	height: 172px;
	float: left;
	background: url(../graphics/bots/clunkybot.jpg) no-repeat 0 0;
	text-indent: -9999px;
	padding-right 7px;
	}

#robotspage #content p.citation {
	margin-top: 20px;
	color: yellow;
	font-size: 13px;
	}

#robotspage #content p.reference {
	margin-top: 10px;
	color: gray;
	font-style: italic;
	font-size: 10px;
	text-align: center;	
	}


/* !   RIGHTS PAGE STYLING */

#rightspage #content #rights_title {
	display: block;
	width: 427px;
	height: 39px;
	margin: auto;
	background: url(../graphics/titles/titlerights.jpg) no-repeat 0 0;
	text-indent: -9999px;
	}

#rightspage #content #giftbots {
	display: block;
	width: 166px;
	height: 172px;
	float: left;
	background: url(../graphics/bots/giftbots.jpg) no-repeat 0 0;
	text-indent: -9999px;
	padding-right: 7px;
	}

/* !   CRUELTY PAGE STYLING */
	
#crueltypage #content #cruelty_title {
	display: block;
	width: 462px;
	height: 38px;
	margin: auto;
	background: url(../graphics/titles/titlecruelty.jpg) no-repeat 0 0;
	text-indent: -9999px;
	}

#crueltypage #content #lubedbot {
	display: block;
	width: 169px;
	height: 176px;
	float: left;
	background: url(../graphics/bots/lubedbot.jpg) no-repeat 0 0;
	text-indent: -9999px;
	padding-right: 7px;
	}


/* !   FOOTER STYLING */

#footer {
	clear: both;
	}

#footer #credits {
	display: block;
	width: 600px;
	height: 100px;
	margin: auto;
	text-align: center;
	font-size: 11px;
	line-height: 1.75em;
	}







