/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

label {
	color: white;
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
	font-family: Arial;
	font-weight: bold;
	color: white;
}

h1 span{
	color: #FF0AA2;
}

h2 {
	font-size: 25px;
	font-family: Arial;
	font-weight: bold;
	color: white;
}

h2 span{
	color: #FF0AA2;
}

h3 {
	font-size: 13px;
	color: white;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 15px;
}


.spacer {
	height: 20px;
}

.doublespacer {
	height: 40px;
}


/* Navigation
----------------------------------------------------------------------------------------------------*/

#navigation {
	background-color: #464646;
	height: 50px;
}


#navigation ul li {
	color: #fff;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	
	padding-top: 15px;
	margin-left: 0px;
	margin-right: 20px;
	
	
	list-style: none;
	display: block;
	float: left;
}

#navigation ul li span a {
	border-bottom: solid #FF0AA2 3px;
}


#navigation ul li a {
	text-decoration: none;
	color: #fff;
}

#navigation ul li a:hover {
	border-bottom: solid #FF0AA2 3px;
}



/* Content
----------------------------------------------------------------------------------------------------*/

#content {
	background-color: black;
}

#content p {
	color: #7F7E7B;
	font-size: 13px;
	line-height: 18px;
}

#content h1 {
	color: black;
	background: url(../images/cheshire-hog-roasts-logo.gif) no-repeat;
	height: 150px;

}


#content h1 span {
	display: none;
}


.optionspricesbtn a {
	width: 220px;
	height: 184px;
	background: url(../images/option_prices-btn.jpg) no-repeat top left;
	background-position: 0px 0px;
	display: block;
}

.optionspricesbtn a:hover {
	background-position: 0px -184px;
}

.optionspricesbtn a span {
	display: none;
}

.gallerybtn a {
	width: 220px;
	height: 184px;
	background: url(../images/gallery-btn.jpg) no-repeat top left;
	background-position: 0px 0px;
	display: block;
}

.gallerybtn a:hover {
	background-position: 0px -184px;
}

.gallerybtn a span {
	display: none;
}



.options {
	border: dashed 2px #FF0AA2;
	margin-bottom: 20px;
}

.options p span {
	color: white;
	font-weight: bold;
	margin-left: 10px;
}

.options p {
	margin-bottom: 0px;
}

.options ul li {
	padding-left: 10px;
	background-image: url(../images/mag-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	margin-left: 10px;
	color: #7F7E7B;
	list-style: none;
	margin-bottom: 3px;
}


.options ul li span {
	color: white;
	font-weight: bold;
}


.optionstext {
	padding: 0px 10px 0px 10px;
	margin-bottom: 5px;
}


.gallery a:hover img {
	filter:			progid:DXImageTransform.Microsoft.alpha(opacity=80);
	-moz-opacity: 	0.8;
	opacity:		0.8;
}


.inputbox {
	width: 330px;
	/* height: 30px; */
	font-family: Arial;
	font-size: 13px;
	color: white;
	background: url(../images/input-bkg.gif);
	border: solid white 1px;
	padding: 5px;
	
	
	margin-top: 5px;
	
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}


.enquirybox {
	width: 330px;
	height: 200px;
	
	font-family: Arial;
	font-size: 13px;
	color: white;
	background: url(../images/enquiry-bkg.gif) repeat-x;
	border: solid white 1px;
	padding-left: 5px;
	padding-top: 5px;
	
	margin-top: 5px;
	margin-bottom: 10px;
	
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;

}


.details ul li {
	color: white;
	font-family: Arial;
	font-size: 15px;
	list-style: none;
	margin: 0px;
	line-height: 28px;
	
	margin-top: 10px;
	margin-bottom: 10px;
}

.details ul li span {
	color: #FF0AA2;
}

.details ul li a {
	text-decoration: none;
	color: #FF0AA2;
}


.scrollbox {
	height: 200px;
	overflow: auto;
	width: auto;
}

.scrollbox ul li {
	color: #7F7E7B;
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 80%;
}

/* Footer
----------------------------------------------------------------------------------------------------*/

#footer {
	background-color: #464646;
	height: 50px;
}


#footer p {
	color: white;
	font-size: 11px;
	
	padding-top: 15px;
}


#footer ul li {
	color: #fff;
	font-size: 11px;
	font-family: Arial;
	font-weight: normal;
	text-transform: uppercase;
	
	padding-top: 15px;
	margin-left: 0px;
	margin-right: 20px;
	
	
	list-style: none;
	display: block;
	float: left;
}

#footer ul li span a {
	border-bottom: solid #FF0AA2 3px;
}


#footer ul li a {
	text-decoration: none;
	color: #fff;
}

#footer ul li a:hover {
	border-bottom: solid #FF0AA2 3px;
}
