/* ============================================================== */

/* ![COLOR CODE] */

/*

+ Color 1: #9c0047 (Wine Red)
+ Color 2: #363435 (Dark Grey)
+ Color 3: #bdd1d5 (Light Blue)
+ Color 4: #4b8aa8 (Powder Blue)
+ Color 5: #ececec (Light Grey)
+ Color 6: #5a0b35 (Dark Wine)

+ a (standard): #4b8aa8 (Powder Blue)
+ a (visited): #363435 (Dark Grey)
+ a (hover): #9c0047 (Wine Red)
*/

/* ============================================================== */
@import "reset.css";
@import "typography.css";
@import "contact_form.css";


html, body {
	margin: 0; padding: 0;
	}

body {
	background: #b40a5b url(../images/bk_main.gif) repeat-x;
	height: 100%;
	}

/* !1. WRAPPER	 */	
#wrapper {
	width: 830px;
	background: white ;
	margin: 0 auto;
	}


/* !2. HEADER	 */			
#header {
	width: 830px; height: 40px;
	position: relative;
	}


/* !NAV TOOLS */	
#nav_tools {
	position: relative;
	background: url(../images/nav_tools_off.gif) no-repeat;
	width: 221px; height: 39px;
	left: 500px; top: 0;
	}

#nav_tools li {
	float: left;
	}

#nav_tools li a {
	position: absolute;
	display: block;
	height: 39px;
	overflow: hidden;
	font-size: 1%;
	text-indent: -99999px;
	}

li#customers a {
	height: 39px; width: 123px;
	}
	
	li#customers a:hover {
		background: url(../images/nav_tools_cust_on.gif);
		}
		
li#cart a {
	height: 39px; width: 39px;
	left: 125px;
	}
	
	li#cart a:hover {
		background: url(../images/nav_tools_cart_on.gif);
		background-position: -125px;
		}
	
li#home a {
	height: 39px; width: 43px;
	left: 175px;
	}
	
	li#home a:hover {
		background: url(../images/nav_tools_home_on.gif);
		background-position: -175px;
		}

/* !3. MAIN CONTENT	 */			
#tier1 {
	width: 830px;
	background-position: bottom;
	position: relative;
	}
	
#tier1 #main_content {
	float:right;
	margin-top: 40px;
	width: 540px;
	position: relative;
	}

#tier1 #main_content p, h2, h5, li.links {
	padding: 12px 25px 0 20px;
	}
	
#tier1 #main_content blockquote,
#tier1 #main_content p.testimonial, li.links {
	border-bottom: solid 1px #ececec;
	padding-bottom: 15px;
	}
	
#tier1 #main_content li {
	padding-left: 20px;
	}
	
#polaroid_a {
	float: left;
	}
	
/* !TABS	 */

.tabs {
	margin: 0;
	padding-bottom: 15px;
	padding-top: 20px;
	width: 540px;
	}

	#post_it {
	float: left;
	}
	
.tabs p.only {
	min-height: 125px;
	}

.tabs img.left {
	float: left;
	border: solid 4px white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right: 10px;
	}
	
	.tabs img.right {
	float: right;
	}

ul.tab_nav {
	list-style: none;
	padding: 6px 14px;
	margin-bottom: -2px;
	}

ul.tab_nav li {
	display: inline;
	}

ul.tab_nav li a {
	padding: 6px 14px;
	background: url(../images/tab_nav_bkg.jpg) repeat-x #ccc;
	color: #000;
	text-decoration: none;
	}

ul.tab_nav li a.selected,
ul.tab_nav li a:hover {
	color: #fff;
	padding-top: 6px;
	background: url(../images/tab_nav_bkg_on.jpg) repeat-x #333;
	}

div.tabs > div {
	padding: 0; margin-top: 0;
	}

div.tabs > div h3 {
	margin-top: 0;
	padding-top: 15px; padding-left: 20px;
	}

#first,
#second,
#third {
	background: url(../images/tab_bkg.jpg) repeat-x;
	border-top: dotted 1px #cccccc;
	min-height: 160px;
	padding-left: 20px; padding-top: 20px;
	}
	
	ul.descriptions {
    display: block;
    margin-top: 10px; padding-left: 20px;
   	}		

/* !4. MAIN NAVIGATION	 */

.sidebar_top {
	position: absolute;
	top: 10px; left: 40px;
	text-indent: -99999px;
	background: url(../images/sidebar_top_r.jpg) no-repeat;
	width: 248px; height: 30px;
	overflow: hidden;
	}

#tier1 #sidebar {
	width: 248px; min-height: 100%;
	float: left;
	background: #363435;
	margin-left: 40px;
	list-style: none;
	position: absolute;
	}

#sidebar #branding li.logo {
	background: url(../images/Biddy_Cat_logo_R.jpg);
	height: 138px;
	text-indent: -999999px;
	}
	
#sidebar #branding li.biddy_title {
	background: url(../images/Biddy_Cat_title.gif);
	height: 52px;
	}

#main_nav li {
	background: url(../images/main_nav_bkg_off.gif) repeat-x;
	width: 248px;
	}

#main_nav a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 0 30px;
	border-bottom: 1px solid black;
	}

body#home ul#main_nav li a.home,
body#about ul#main_nav li a.about,
body#testimonial ul#main_nav li a.testimonial,
body#cart ul#main_nav li a.cart,
body#features ul#main_nav li a.features,
body#faqs ul#main_nav li a.faqs {
	background: url(../images/main_nav_bkg_on.gif) repeat-x;
	}
	
body#home #main_nav li a:hover,
body#about #main_nav li a:hover,
body#testimonial #main_nav li a:hover,
body#cart #main_nav li a:hover,
body#features #main_nav li a:hover,
body#faqs #main_nav li a:hover {
	background: url(../images/main_nav_bkg_on.gif);
	background-repeat: repeat-x;
	}

div #quotes,
div #quotes2 {
	float: left;
	width: 175px;
	margin: 10% 27% 0% 23%;
	}

div #quotes2 {
	margin-bottom: 10%;
	}
	
	div #quotes_cart {
			margin: 20px 0 20px 0;
			float: left;
			padding-left: 40px;
			width: 175px;
			}

#quotes li {
	list-style: none;
	}	

img.home_kitty {
	position: absolute;
	left: -65px; top: 375px;
	}		
	
.bottom_border {
	border-bottom: solid 1px gray;
	}
	
/* !5. SUB CONTENT	 */			
#tier2 {
	width: 830px; min-height: 100px;
	background: url(../images/tier2_bkg.gif) repeat-x;
	padding-bottom: 25px;
	clear: both;
	overflow: hidden;
	}

#sub_col_a {
	border-right: solid 1px #4b8aa8;
	margin-left: 40px;
	}

#sub_col_b_alt {
	margin: 20px;
	}

#sub_col_a, #sub_col_b_alt, #sub_col_b {
	width: 220px;
	float: left;
	}
	
	#sub_col_a_alt {
	width: 480px;
	float: left;
	border-right: solid 1px #4b8aa8;
	padding-left: 40px;
	}
	
	#sub_col_a_alt img.right, #main_content img.right {
	float: right;
	}
	
	#post_it {
	z-index: 10000;
	}
	
	#sub_col_b_alt ul li{
	list-style: disc;
	list-style-position: inside;
	}

#sub_col_c {
	width: 340px;
	float: right;
	border-left: solid 1px #4b8aa8;					
	}
	 
	 #sub_col_c_alt {
		padding-left: 15px;
		width: 320px;
		float: right;
		border-left: solid 1px #4b8aa8;					
		}

#sub_col_a p, #sub_col_b p, #sub_col_c p,
#sub_col_a h3, #sub_col_b h3, #sub_col_c h3 {
	padding: 10px 5px 0 20px;
	}

#sub_col_b_alt h4, #sub_col_a_alt h3,
#sub_col_c_alt h5 {
	padding: 10px 5px 10px 0;
	}
	
#sub_col_a img, #sub_col_b img,
#sub_col_b_alt img, #sub_col_a_alt img {
	border: solid 4px white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
	
	#sub_col_a img.noborder {
	border: none;
	margin: 0;
	}
	
	#sub_col_a img, #sub_col_b img,
	#sub_col_b_alt img, #sub_col_c img {
	margin-left: 20px;
	}
	
	#sub_col_b_alt img.credit_cards {
	margin-left: 0; padding-top: 10px;
	border: none;
	
	}
		
#sub_col_c img {
	padding-bottom: 10px;
	}
	
#sub_col_c p.orderNow,
#sub_col_a_alt p.orderNow {
	background: #bdd1d5;
	margin: 1em 0; padding: 1em 2em; 
	}
	
#sub_col_b_alt p.contact{
	padding: 10px;
	border-bottom: solid 1px #bdd1d5;
	}
	
#sub_col_c_alt p.contact{
	padding-bottom: 10px;
	border-bottom: solid 1px #bdd1d5;
	}
							
/* !6. Footer	 */

.clear {
	clear: both;
	}
					
#footer {
	clear: both;
	width: 830px; height: 50px;
	text-align: center;
	position: relative;
	padding-top: 10px;
	}

#footer ul#nav_siteinfo li {
	display: inline;
	border-right: solid 1px #363435;
	padding: 0 5px;
	}