/*
Name: Cannadines Kitchens & Bathrooms
Version: 1
Author: interactivered 
Author URL: http://www.interactivered.com/
*/

* {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, ul, ol, li, blockquote, fieldset, address,table{ margin:5px 0; }	

fieldset { padding:10px 0; }


body{
	font-size:10px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	background:url(../images/background.gif) repeat-x;
}

h1{
	font-size:2.5em;
}

h2{
	font-size:2em;
}

h3{
	font-size:1.5em;
}

h4{
	font-size:1.3em;
}

p{
	font-size:1.2em;
	line-height:1.4em;
}

img{
	outline:none;
	border:0;
}

#wrapper{
	width:750px;
	padding:10px;
	margin:15px auto;
	background-color:#fff;
}

#header_strap{
	background:url(../images/header_image.jpg) no-repeat;
	height:66px;
	text-indent:-9999px;
	margin:0;
}

#kitchen_box, #bathroom_box {
	width:335px;
	padding:5px;
	border:1px solid #999;
	margin:20px 10px;
	background-color:#fff;
	float:left;
}

#bathroom_box{
	float:right;
}

#kitchens_content, #bathroom_content{
	margin:5px 0 0 0;
	padding:15px 25px 0px 25px;
	height:170px;
}

#kitchens_content{
	color:#663300;
	background:url(../images/kitchens_bg.jpg) repeat-x;
}

#bathroom_content{
	background:url(../images/bathrooms_bg.jpg) repeat-x;
	color:#fff;
}

#bathroom_content h1{
	background:url(../images/bathrooms_heading.gif) no-repeat;
	text-indent:-9999px;
	margin:0;
}

#kitchens_content h1{
	background:url(../images/kitchen_heading.gif) no-repeat;
	text-indent:-9999px;
	margin:0;
}	

#kitchens_content a{
	background:url(../images/kitchens_arrow.gif) no-repeat 100% 75%;
	color:#663300;
}

#bathroom_content a{
	background:url(../images/bathrooms_arrow.gif) no-repeat 100% 75%;
	color:#fff;
}

.entry_point_link a:link, .entry_point_link a:visited{
	text-decoration:none;
	text-align:right;
	display:block;
	padding:5px 15px 0 0;
}

.entry_point_link a:hover{
	text-decoration:underline;
}

.clear{
	clear:both;
}	