#/*
Design by BlackBackStudio
http://www.blackbackstudio.com
*/

/* ---------Main Elements--------- */

body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font-family: "Trebuchet MS", Verdana, Arial, Geneva, sans-serif;
	font-size: 10pt;
	color: #000000;
}

/*============== Begin NavTabs ===============*/
#menu {
	position: relative;
	bottom: 0px;
	border-bottom: 1px solid #000000;
}

#menu {
	width: 875px;
	height: 30px;
	font-size: 100%;
	line-height: normal;
	margin: 0 auto;
	padding-left: 30px;
	padding-bottom: 8px;
}

#menu img {
	border: 0px;
	height: 0px;
	width: 0px;
	position: absolute;
	bottom: 2px;
	right: 0px;
}

body#home #menu img.home,
body#services #menu img.services,
body#quote #menu img.quote,
body#about #menu img.about,
body#bio #menu img.about,
body#findme #menu img.findme,
body#furry #menu img.furry,
body#contact #menu img.contact,
body#gallery #menu img.gallery {
	border: 0px;
	height: 16px;
	width: 16px;
	position: absolute;
	bottom: 2px;
	left: 0px;
}

#menu a img {
	border: 0px;
	height: 0px;
	width: 0px;
	position: absolute;
	bottom: 2px;
	right: 0px;
}

#menu a:hover img {
	border: 0px;
	height: 16px;
	width: 16px;
	position: absolute;
	bottom: 2px;
	right: 0px;
}


#menu ul {
	float:right;
	margin:0;
	padding: 13px 20px 0 0;
	list-style:none;
}
#menu li {
	display:inline;
	margin:0;
	padding:0;
}
#menu a {
	float:left;
	background:url("images/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
#menu a span {
	float:left;
	display:block;
	background:url("images/tabright.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	color:#FFFFFF;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}
/* End IE5-Mac hack */

#menu a:hover span {
	color:#FFFFFF;
}
#menu a:hover {
	background-position:0% -42px;
}
#menu a:hover span {
	background-position:100% -42px;
}

body#home a.home,
body#services a.services,
body#quote a.quote {
	background-position:0% -42px;
}

body#home a span.home,
body#services a span.services,
body#quote a span.quote {
	background-position:100% -42px;
}

/*============== End NavTabs ==================*/

#content {
	background: url("images/cornerbg_blue.png") no-repeat bottom right;
	float: left;
	margin: 0 auto;
	width: 950px;
	height: 100%;
	padding: 10px 0px 140px 0px;
}

#content-wrap {
	width: 900px;
	margin: 0 auto;
}

#header {
	top: 0;
	left: 0;
	width: 100%;
}

#colmain {
	float: left;
	height: 100%;
	width: 550px;
}

#colside {
	float: left;
	height: 100%;
	width: 175px;
	padding: 0px 15px;
}

#colside2 {
	float: left;
	height: 100%;
	width: 125px;
	padding: 0px 15px;
}

#footer {
	float: right;
	width: 100%;
}

/* ---------Styles--------- */

body {
	background: #CCCCCC url("images/gradientbg.png") repeat-x ;	
}

#header, #footer {
	color: #555;
	background: fixed;
	text-align: left;
}

#footer {
	background: #BBB;
}

#footer ul {
	margin:0;
	padding: 13px 0 0 0;
	list-style:none;
}
#footer li {
	display:inline;
	margin:0;
	padding:0;
}

#footer ul li:after {
	content: " | ";
	}

#footer ul li.last:after {
	content: " ";
	}

#colmain ul, #colmain ol {
	padding-left: 3em
}

#colmain ul.links {
	text-align:center;
	font-size: 110%;
	margin:0;
	padding: 13px 0 0 0;
	list-style:none;
}
#colmain ul.links li {
	display:inline;
	margin:0;
	padding:0;
}

#colmain ul.links li:after {
	content: " | ";
	}

#colmain ul.links li.last:after {
	content: " ";
	}

body#about a.aboutnav,
body#bio a.bionav,
body#findme a.findmenav,
body#furry a.furrynav,
body#contact a.contactnav,
body#orderinfo a.orderinfonav,
body#order a.ordernav,
body#status a.statusnav,
body#payment a.paynav,
body#terms a.termsnav {
	font-weight:bold;
	text-decoration: underline;
}

#colmain a.aboutnav:visited,
#colmain a.bionav:visited,
#colmain a.findmenav:visited,
#colmain a.furrynav:visited,
#colmain a.contactnav:visited {
	color: #339999;
}

#colmain a.aboutnav:hover,
#colmain a.bionav:hover,
#colmain a.findmenav:hover,
#colmain a.furrynav:hover,
#colmain a.contactnav:hover {
	color: #33CCCC;
}

#post-it {
	float:left;
	background:url("images/post-it_yellow.png") no-repeat top center;
	margin-bottom: 2px;
	width: 110px;
}

#closed {
	font-family: "Comic Sans MS", cursive;
	line-height: 40px;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 10px;
	color: #FF0000;
}

#open {
	font-family: "Comic Sans MS", cursive;
	line-height: 40px;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 10px;
	color: #33CC00;
}

table {
	background: #CCC;
	border:1px solid;
	border-color: #999 #FFF #FFF #999;
	width:100%;
	padding:5px;
	font-size: .9em;
}

table th {
	text-align: left;
	padding: 3px;
}

table tr.odd td {
	border: 1px dashed #999;
	padding: 3px;
}

table td {
	border: 0px;
	padding: 3px;
}

table img.sample {
	border: 0px;
	width: 150px;
	float: right;
	margin: 0px 3px;
}

h1 {
	padding-left: 15px;
	letter-spacing: .15em;
}

h2 {
	padding: 0px 10px;
	letter-spacing: .15em;
	border-bottom: 1px dotted #999;
}

h3 {
	border-bottom: 1px dotted #999;
}

h4, h5, h6 {
	letter-spacing: .2em;
	margin: 0px;
}

p, ol, dl {
	padding: 0px 10px;
}

small {
	font-size: .8em;
	color: #777;
}

ul {
	padding: 0px 10px;
	list-style: none;
}

li {
	padding-bottom: 3px;
}

#colmain.main p {
	text-indent: 0;
	font-size: 1.07em;
	letter-spacing: .12em;
	line-height: 20px;
	padding: 0px 20px;
	color: #000;
}

#colmain.terms p {
	text-indent: 0;
}

a:link {
	text-decoration: none;
	color: #339999;
}

a:visited {
	text-decoration: none;
	color: #993399;
}

a:hover, a:focus {
	text-decoration: none;
	color: #33CCCC;
}

blockquote {
	font-style : italic;
	color : #555;
	border: 1px solid;
	border-color: #999 #FFF #FFF #999;
	padding: 10px;
}


form {
	padding: 0px 10px;
}

#colside li {
	font-size: 100%;
	list-style-type: disc inside;
	list-style-image: url(images/arrow.gif);
	padding-bottom: 5px;
	padding-top: 5px;
}

#colside2 li {
	font-size: 90%;
	list-style-type: none;
	padding-bottom: 4px;
	padding-top: 4px;
}

#header {
	font-size: 100%;
}

#footer {
	font-size: 80%;
}

