/* CSS Document */
/* Main Page Segment Styles */
body {
background-color:#BAB178;
}
#master {
margin-right:auto;
margin-left:auto;
width:822px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */


<!--[if IE]>

  .clearfix {
    zoom: 1;     /* triggers hasLayout */
    display: block;     /* resets display for IE/Win */
    }  /* Only IE can see inside the conditional comment
    and read this CSS rule. Don't ever use a normal HTML
    comment inside the CC or it will close prematurely. */
<![endif]-->


#header {


}

#header {
text-align:center;
background:url(http://www.cartersturkeys.com/images/headercentre.jpg) repeat-x;
font-family:"Poor Richard";
font-size:36px;
color:#000000;
height:70px;
width:100%;
;
}
#topmenu {
width:100%;
margin-left:auto;
margin-right:auto;
}

#topmenu ul {
	margin: 0;
	padding: 0; 
	list-style-type: none; 
	list-style-image: none; 
	background:url(http://www.cartersturkeys.com/images/headercentre.jpg) repeat-x;
	height:32px;
	}
#topmenu li {
	display: inline; 
	padding-left:60px;
	padding-right:60px;

}
#topmenu a:hover {
	display: inline; 
	font-style:oblique;
	color:#FF0000;
}
#topmenu a {
	font-size:20px;
	font-style:oblique;
	color:#000000;
	text-decoration:none;
	}

#content {
	width:100%;
	position:relative;
	border-left:thin #000000 solid;
	border-right:thin #000000 solid;
	}	

#footer {
height:70px;
background:url(http://www.cartersturkeys.com/images/headercentre.jpg) repeat-x;
font-family:"Poor Richard";
position:relative;
bottom:0;
width:100%;
}

#footer p {
	position:relative;
	font-family:"Poor Richard";
	font-size:24px;
	bottom:0;
	padding-top:10px;
	width:100%;
	color:#000000;
	text-align:center;
}
/*Designs for index.html*/







#set1 {
	width:90%;
	padding-left:5%;
	padding-top:10px;
	}	
#set1 p {
	font-family:"Poor Richard";
	font-size:24px;
	max-width:350px;
	border:#FFFFFF;
	border-style:dashed;
	z-index:1;
	background-image:url(http://www.cartersturkeys.com/images/textbg2.gif);
	width:350px;
	padding-left:5px;
	padding-right:-5px;

	}	
	
#set1 img {
	width:250px;
	height:200px;
	top:0;
	right:0;
	position:absolute;
	float:right;
	padding-right:15px;
	padding-top:15px;
	}		

#set2 {
	width:90%;
	padding-top:15px;
}

#set2 img{
	width:350px;
	height:204px;
	top:0;
	left:0;
	float:left;
	padding-left:25px;
}

#set2 p {
	font-family:"Poor Richard";
	font-size:24px;
	max-width:300px;
	border:#FFFFFF;
	border-style:dashed;
	background-image:url(http://www.cartersturkeys.com/images/textbg2.gif);
	width:300px;
	position:relative;
	float:right;
	padding-top:5px;
	padding-left:10px;
	}	

#set3 {
	width:90%;
	padding-left:5%;
	padding-top:15px;
	
	}	
#set3 p {
	font-family:"Poor Richard";
	font-size:24px;
	max-width:350px;
	border:#FFFFFF;
	border-style:dashed;
	z-index:1;
	background-image:url(http://www.cartersturkeys.com/images/textbg2.gif);
	width:350px;
	padding-left:5px;
	}	
	
#set3 img {
	width:300px;
	height:180px;
	right:0;
	position:absolute;
	float:right;
	padding-right:10%;
	padding-top:10px;
	}
	
/*Designs for ordering.html*/
#orderform {
	background-image:url(http://www.cartersturkeys.com/images/orderform.gif);
	padding-left:50px;
}

#orderform p#contacttype {
	font-size:24px;
	text-align:center;
	padding-left:-50px;
	padding-right:100px;
	font-family:"Poor Richard";
	}
	
#orderform	fieldset#details label {
	display: block;
	width: 250px;
	float: left;
	margin-bottom: 10px;
	text-align:right;
	padding-right: 50px;
	color:#000000
	font-size:20px;
	font:bold;
	font-family:"Poor Richard";
}

fieldset#details br {
	clear: left;
}
fieldset#details {
	border:none;
	}
fieldset#dropdown {
	padding-left:50px;
	border:none;
	}
fieldset#dropdown br {
	clear:left;
}
fieldset#dropdown li{
	display: block;
	color:#000000;
	font-size:16px;
	font:bold;
	font-family:"Poor Richard";
	display: inline; 
	}
select.turkeyselect {
	margin-right:30px;
}
select.weightselect {
	margin-right:30px;
}
select.quantityselect {
	margin-right:30px;
}
span#approx {
	font-size:11px;
	}

li#type {
	margin-right:220px;
	}
li#weight {
	margin-right:10px;
	}
li#quantity {
	margin-right:25px;
	}

fieldset#dropdown ul {	
	margin: 0;
	padding: 0; 
	list-style-type: none; 
	list-style-image: none; 
	}
#contact {
	font-family:"Poor Richard";
	text-align:center;
	font-size:24px;
	}

p#pleasecomplete {
	font-size:12px;
	}
	
	
/*Designs for prices.html*/
#ovenready{
	width:100%;
	posiion:absolute;
}

#ovenready h1 {
	font-size:30px;
	margin-left:20px;
	font-family:"Poor Richard";
	color:#990000;
	text-decoration:underline;
	}
table#ovenreadytable {
	padding-top:10px;
	position:relative;
	top:0;
	margin-left:50px;
	
	}
table#ovenreadytable td {
	text-align:center;
	font-family:"Poor Richard";
	border:solid thin  #FFFFCC;
	}

#side1 p {
	position:relative;
	width:250px;
	margin-left:5%;
	font-family:"Poor Richard";
	font-size:20px;
	padding-left:10px;
	padding-top:30px;
	color:cyan;
	}
#side1 {
	width:300px;
	height:280px;
	position:absolute;
	right:10%;
	top:5%;
	background-image:url(http://www.cartersturkeys.com/images/white.jpg);
	}
#bronzeturkey {
	position:relative;
	margin-top:25px;
	}	
	
#bronzeturkey h1 {
	font-size:30px;
	margin-left:250px;
	font-family:"Poor Richard";
	color:#990000;
	text-decoration:underline;
	}
#side2 {
	width:300px;
	height:229px;
	background-image:url(http://www.cartersturkeys.com/images/bronza.jpg);
	position:relative;
	float:left;
	margin-top:50px;
	margin-left:50px;
	}
#side2 p {
	width:250px;
	margin-left:5%;
	font-family:"Poor Richard";
	font-size:20px;
	padding-left:10px;
	padding-top:30px;
	vertical-align:middle;
color: pink;
	}
table#bronzetable{
	padding-left:50px;
	margin-top:40px;
	
	}
table#bronzetable td {
	text-align:center;
	font-family:"Poor Richard";
	border:solid thin  #FFFFCC;
	}

#cockerel {
	position:relative;
	margin-top:25px;
	}

#cockerel h1 {
	font-size:30px;
	margin-left:20px;
	font-family:"Poor Richard";
	color:#990000;
	text-decoration:underline;
	}
#side3 p {
	position:relative;
	width:250px;
	margin-left:5%;
	font-family:"Poor Richard";
	font-size:20px;
	padding-left:20px;
	padding-top:30px;
	color:darkgreen;
	}
#side3 {
	width:300px;
	height:300px;
	position:relative;
	float:right;
	background-image:url(http://www.cartersturkeys.com/images/cockerel.jpg);
	margin-left:60px;
	margin-top:50px;
	}
table#cockereltable {
	float:left;
	margin-left:50px;
	margin-top:40px;
	
	}
table#cockereltable td {
	text-align:center;
	font-family:"Poor Richard";
	border:solid thin  #FFFFCC;
	}	
#crown {
	position:relative;
	margin-top:25px;
	}

#crown h1 {
	font-size:30px;
	margin-left:250px;
	font-family:"Poor Richard";
	color:#990000;
	text-decoration:underline;
	}
#side4 {
	width:350px;
	height:205px;
	background-image:url(http://www.cartersturkeys.com/images/pic3.jpg);
	position:relative;
	float:left;
	margin-top:50px;
	margin-left:50px;
	}
#side4 p {
	width:250px;
	margin-left:5%;
	font-family:"Poor Richard";
	font-size:20px;
	padding-left:10px;
	padding-top:30px;
	vertical-align:middle;
color:lightgreen
	}
table#crowntable{
	padding-left:50px;
	margin-top:20px;
	
	}
table#crowntable td {
	text-align:center;
	font-family:"Poor Richard";
	border:solid thin  #FFFFCC;
	}
tr.tablehead{
background-image:url(http://www.cartersturkeys.com/images/headercentre.jpg);
}
#disclaimer  p{
	font-family:"Poor Richard";
	font-size:16px;
	background-image:url(http://www.cartersturkeys.com/images/titlebg.gif);
	position:relative;
	margin-top:5px;
	border:solid thin #000000;
	text-align:center;
	}
#disclaimer  p:hover{
	border:solid thin #FF0000;
	color:#ffffff;
	}	
	
	<!--Designs for gallery.html-->
	
textarea#contactbox {
	width:600px;
	height:300px;
	overflow:scroll;
	margin-left:auto;
	margin-right:auto;
	}
textarea#contactbox {
	margin-left:150px;
	border:none;
	}
fieldset#text br {
	clear:left;
}
fieldset#text {
	border:none;
	}

label#contactbox {
	display: block;
	width: 600px;
	margin-bottom: 10px;
	text-align:center;
	color:#000000
	font-size:20px;
	font:bold;
	font-family:"Poor Richard";
}

/*Designs for Submission sheet*/
#submission h2 {
font-size:24px;
font-family:"poor richard";
text-align:center;
padding-top:50px;
vertical-align:middle;
}

a#return {
text-align:center;
text-decoration:none;
font-size:20px;
margin-left:auto;
margin-right:auto;
padding-left:350px;
}

#submission.thanks {
height:400px;
}

#submission {
background-image:url(http://www.cartersturkeys.com/images/orderform.gif);
}
