@charset "utf-8";

/* temp buy button color */
.red{
	color:#FF0000;
}
.inline {
	display:inline;
}
.center {
	text-align:center;
}
.nounderline {
	text-decoration:none; !important
}

/* jquery hide class */
.hide{
	display:none;
}

/* CSS Document */
* {	
	padding:0;
	margin:0;
}

html {	
	background-color:white;
	}

/**
 * DIV POSITION LAYOUT
 */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333333;
	font-weight:bold;
	text-align:center;
	
}

p.notBold {
	font-weight: normal;
}

	div#wrapper {
				margin: 0 auto;
				font-size: 1.2em;
				width:900px;
				height:600px;
				text-align:left;
						
				}

		div.banner {
					float: left;
					width:900px;
					height:150px;
					clear:both;
					}
					
		img#pride_banner{
			margin-top:-20px;
		}
		
		img#xmas{
			margin-left:80px;
		}
		
		div#nav{
				min-width:900px;
				width:900px;
				text-align:center;
				/* background-color:#FED200;	*/
				text-transform: uppercase;	
				padding-top:-20px;		
			}
				
			div#nav a{
				color:#fec803;
				padding-right:0.6em;								
				font-weight:700;
				font-size: 2em;	
				text-decoration:none; !important		
				*font-size: 1.9em; ! important /* targets IE6 and 7 */	
				*padding-right:1px; ! important /* targets IE6 and 7 */				
			}
			
			div#nav a:after {content:"."}

			
			div#nav a:hover{
				color:#333333;
				text-decoration:none;
			}
		
		/* cross side hide in javasript */
		div.hidden {
			display:none;
		}
		


		

	div.subscribe_form{
					float: right;
					width: 350px;
					background-color: transparent;
					margin-top: 20px;
					margin-right: -20px;
	}
	
/* this is for woof.php */
	div.grass_top{
		background: transparent url(http://www.youdoodoll.co.uk/images/pets/grass_top.png) no-repeat left bottom;
		width: 900px;
		min-height: 450px;
		margin-top: 10px;
	}	
		div.grass_top img.ball{
			float: left;
			margin-top: 20px;
		}
		
	div#shop{
		margin-top: -20px;
	}
	
	img.cat+dog{
		margin-top: 20px;
	}

/***********************BUY BUTTON CAT**********************/
			
				.catcontainer{
								margin-top: 10px;
								margin-left: 10px;
								text-align: center;
								float:left;
				}

				.buy_button_cat{
					background: transparent url(http://www.youdoodoll.co.uk/images/pets/new/buy-button-cat.png) no-repeat left top;
					cursor:pointer;
					height: 40px;
					width: 283px;
				}
				
				.buy_button_cat:hover{
					background-position: right top;
				}
				
/***********************BUY BUTTON DOG**********************/

				.dogcontainer{
					margin-top: 10px;
					margin-left: 600px;
					text-align: center;
					
				}
				
				.buy_button_dog{
					background: transparent url(http://www.youdoodoll.co.uk/images/pets/new/buy-button-dog.png) no-repeat left top;
					cursor:pointer;
					height: 40px;
					width: 283px;
				}
				
				.buy_button_dog:hover{
					background-position: right top;
				}
				
				.kitcontains{
					margin-left: 300px;
					margin-top: -80px;
				}
		
				.loveit{
					margin-top: -20px;
					margin-left: 110px;
				}
				p.paypal{
					color: white;
				}
				
	.paypal_form_cat, .paypal_form_dog{
		display:inline;
		margin-bottom: -4px;
		padding-left:2px;
	}
	

				
/* THE INSTRUCTIONS IMAGE */
img.inst {
	margin-top: 10px;
}

/* TEXT DIVS UNDER THE INSTRUCTIONS IMAGE */
div.inst{
	float:left;
	width: 280px;
	min-width:280px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 12px;
}

/* styles in base.php */
	div.dashed_line{
		background:transparent url(http://www.youdoodoll.co.uk/images/pets/dashed_line.png) no-repeat left center;
		width: 900px;
		text-align:center;
		clear: both;
	}
	
	
	div.grass_bottom{
		background: transparent url(http://www.youdoodoll.co.uk/images/pets/grass_bottom.png) no-repeat left bottom;
		min-height: 300px;
		width: 900px;
	}
		img.product_info{
			margin-left: 10px;
			display: inline;
		}

			
/* styles in footer.php */			
div.bottom {
			height: 30px;
			width: 900px;
			float:right;
			background-color:#000000;
}


/* styles on the STOCKIST page*/

div.stockists {
			width: 300px;
			float: left;
}

div.stockistsClear{
			width: 300px;
			float: left;
			clear: left;}

/* styles on the members page */
.register_image{
	vertical-align:text-top;
}

/**
 * TEXT STYLES
 *
 *
 *
 */
  
p.footer {	
			color: #FFFFFF;
			background-color:#000000;
			font-weight: bold;
			text-align:center;
			padding:7px;
	}

legend {	
			background-color: transparent;
			}

.smallbold {

			font-weight: bold;
			background-color: transparent;
			font-size: 10px;
}
.small {
			background-color: transparent;
			font-size: 10px;
}

/**
 * LINK STYLES 
 * 
 * 
 */
 
.footer a {
	color:#FFFFFF;
	background-color: transparent;
}
 
a {
 	color:#000000;
	text-decoration: underline;
	font-weight: bold;
 }
 
div.petheads a, div.fashion a{
 	text-decoration: none; 
}
  
 a:hover{
 	color:#fec803;
 	text-decoration: none;
 }
 
a[href ^="mailto:"] {
	background: transparent url(http://www.youdoodoll.co.uk/images/mailtoicon.gif) no-repeat left center;
	padding-left:17px;
	
}
 
img {
	border:0;
}

/***

HOLDING PAGE STYLES, CAN BE DELETED SOON!

****/

div.topleft {
			float: left;
			width: 225px;
			height: 200px;
			}
			
div.topmid {
			float: left;
			width: 225px;
			height: 200px;
			}

div.topright {
			float:left;
			width: 350px;
			height: 200px;
			}
			
				/**
		 * FORM
		 */
		 
		div.form {
				position: relative;
				float: right;
				width: 350px;
				background-color: transparent;
				margin-top: 20px;
				}
		
				fieldset {
				border: 0px;
				}
				
				legend {
				padding-top: 2px;
				padding-bottom: 2px;				
				}
				
				input#email{
				border: 2px solid;
				}
				
				input.buttons {
				font-size: 11px;
				}
				

div.lower1 {float: left;
			width: 225px;
			height: 200px;
			}

div.lower2 {float: left;
			width: 225px;
			height: 200px;
			}

div.lower3 {float: left;
			width: 225px;
			height: 200px;
			}

div.lower4 {
			background-image:url(http://www.youdoodoll.co.uk/images/pets/youdoopetshome_08.gif);
			float: right;
			width: 225px;
			height:200px;
}


			div.dogstrust {
						width: 144px;
						height: 95px;
						padding-top:130px;
						font-size: 10px;
						background-color: transparent;
			}
