@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	background-color:#fff;
	background-image:url(http://www.stothardpetstore.co.uk/images/bg1.png);
	background-repeat:repeat-x;
	}
/* Text Styles */

.menutext { font-size:13px; font-weight:bold; color:#FFFFFF; font-family:Arial;}
.footertext {
	font-size:10px;
	font-weight:bold;
	color:#333333;
	font-family:Arial;
}
.h1 {
	font-size:18px;
	font-weight:bold;
	color:#333333;
	font-family:Arial;
}
.h1a {
	font-size:18px;
	font-weight:bold;
	color:#CC0000;
	font-family:Arial;
}
.content1 { font-size:11px; color:#333333; font-family:Arial;}


.fadein { position:relative; height:238px; width:673px;
 }
.fadein img { position:absolute; left:0; top:0; }

/* Header General Divs */

#contentbg {


width:960px;
height:auto;
margin:auto;
background-color:#FFFFFF;

}


/* Top Divs */

#topcontainer{


width:931px;
height:102px;
margin:auto;
padding-top:5px;


}

#logocontainer{
width:auto;
height:auto;

float:left;
}

#toprightcontainer{
width:auto;
height:auto;
padding-right:5px;
margin-top:-5px;
float:right;
}

/* Menu Divs */

#menucontainer{
width:931px;

margin:auto;


}

#menubgcontainer{
	width:932px;
	margin:auto;

}

#menubg{

width:932px;
height:32px;
margin:auto;
background-image:url(http://www.stothardpetstore.co.uk/images/menubg.png)
}

#iconcontainer{

width:932px;
height:auto;
margin:auto;
padding-top:5px;


}

/* General middle Divs */

#middlecontainer{

width:932px;
height:550px;
margin:auto;
}

#middlecontainerinfo{

width:932px;
height:620px;
margin:auto;
}
#middlecontainerabout{

width:932px;
height:1160px;
margin:auto;
}

#leftcontainer{

width:253px;
height:500px;
float:left;

}

.leftbutton {

width:253px;
hight:20px;
padding-top:4px;

}

#rightcontainer{

width:675px;
height:500px;
float:right;

}

#slide{

width:675px;
height:auto;
float:right;

overflow:hidden;

}

#slidecontainer{

width:675px;
height:auto;
float:right;
margin-top:4px;
overflow:hidden;


}

.middlebuttons{

width:675px;
height:auto;
float:right;
padding-top:7px;

}

#contentmiddlecontainer{

width:675px;
height:auto;
float:right;
overflow:hidden;


}

#contentmiddlecontainer2{

width:675px;
height:1100px;
float:right;
overflow:hidden;


}

/* footer Divs */

#footercontainer{

width:932px;
height:100px;
margin:auto;
background-position:top;
background-image:url(http://www.stothardpetstore.co.uk/images/spacer1.png);
background-repeat:repeat-x;
margin-top:10px;
}

#leftfootercontainer {
	width:600px;
	hight:20px;
	padding-top:12px;
	float:left;

}

#rightfootercontainer{
	width:auto;
	height:auto;
	float:right;
	padding-top:5px;

}

.pagetitle{
width:660px;
height:20px;
background-position:bottom;
background-image:url(http://www.stothardpetstore.co.uk/images/spacer1.png);
background-repeat:repeat-x;

}



/* link Divs */


a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}

a:hover {
	color: #999999;
}
a:active {
	color: #FFFFFF;
}


a.linkset2:link {
	color: #666666}
a.linkset2:visited {
	color: #666666
}
a.linkset2:hover {
	color: #666666
}
a.linkset2:active {
	color: #666666}



a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

