/*-----------------------------------------------------------------------------
CutleryRentals.co.uk Style Sheet

version:   1.0
author:    danny murphy
email:     danny@dynamicwebs.co.uk
website:   http://www.dynamicwebs.co.uk/
-----------------------------------------------------------------------------*/

/* =Typography
-----------------------------------------------------------------------------*/


/* This is where you set your desired font size. The line-heights 
   and vertical margins are automatically calculated from this. 
   The percentage is of 16px (0.75 * 16px = 12px). */
   
body { font-size: 80%; }


/* Default fonts and colors. 
   If you prefer serif fonts, remove the font-family 
   on the headings, and apply this one to the body:
   font: 1em Georgia, "lucida bright", "times new roman", serif; */
   
body { 
  color: #222; 
/*  font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif; */
  font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}
h1,h2,h3,h4,h5,h6 { 
  color: #111; 
/*  font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif; */
  font-family: "Lucida Grande", Verdana, Arial, sans-serif;
  
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 { font-size: 2em; line-height: 1; margin-top: 0.5em; margin-bottom: 0.5em; }
h2 { font-size: 1.5em; line-height: 1.25; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; line-height: 1.4em; }
p.last      { margin-bottom: 0; }
p img       { float: left; margin: 0.5em 0.5em 0.5em 0; padding: 0; }
p img.top   { margin-top: 0; } /* Use this if the image is at the top of the <p>. */
img         { margin: 0 0 1.5em; }
img.last    { margin: 0; }

ul, ol      { margin:0 1.5em 1.5em 1.5em; }
ul          { list-style-type: square; }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin-top: 1.5em; font-style: italic; }
del         { color:#666; }

a:focus, 
a:hover     { color: #000; }
a           { text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; background: #ffc; }
dfn         { font-weight: bold; }
pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.5; } 
tt          { display: block; margin: 1.5em 0; line-height: 1.5; }


/* Tables
-------------------------------------------------------------- */

table   { margin-bottom: 1.4em; }
th      { border-bottom: 2px solid #ccc; font-weight: bold; }
td      { border-bottom: 1px solid #ddd; }
th,td   { padding: 4px 10px 4px 0; }
tfoot   { font-style: italic; }
caption { background: #ffc; }

/* Use this if you use span-x classes on th/td. */
table .last { padding-right: 0; } 


/* Some default classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.quiet      { color: #666; }

.hide       { display: none; }
.highlight  { background:#ff0; }
.added      { color:#060; }
.removed    { color:#900; }

.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

.clear 		{ clear:both; }
.right 		{ float:right; }
.left 		{ float:left; }

.column4 	{ width: 24%; float:left;}
.column3 	{ width: 31%; float:left;}
.column2 	{ width: 47%; float:left;}


/* =Header
-----------------------------------------------------------------------------*/
#header {
	text-align: right;
}

#headercontainer {
	background-repeat: no-repeat;
	margin: auto;
	width: 930px;
}

/* =Nav
-----------------------------------------------------------------------------*/
#navcontainer {	
}
#navcontainer ul#mainnav {
	list-style-type: none;
	width: 930px;
	margin: 0;
	padding: 0;
}
#navcontainer #mainnav li.active {	
}
#navcontainer #mainnav li {
	float:left;
}
#navcontainer #mainnav a:focus, #navcontainer #mainnav a:hover     { 
}
#navcontainer #mainnav a  { 
	color: #fff; 
	text-decoration: none;  
	padding: 0 1.2em; 
	line-height: 2em; 
	display: block;
}



/* =Content
-----------------------------------------------------------------------------*/
#container {
	width: 930px;
	margin: auto;
	border-right: solid 1px #cfcfcf;
	border-left: solid 1px #cfcfcf;
	margin-bottom: 20px;
}


#container #contentcontainer {
	margin: auto;
	width: 930px;
}
#contentleft {
	float: left;
	width: 640px;
	background-color: #fff;
}
#contentleft #content {
	padding: 20px 20px 20px 30px;
}

#contentleft p {
	clear:left;
}
#contentleft ul {
	margin-left: 0;
}
#contentleft li {
	margin-left: 0em;
	margin-bottom: 0.5em;
	margin-right: 1.5em;
	margin-top: 0;
	padding-left: 1.7em;
	list-style-type: none; 
	float: left;
	width: 23%;
}
#contentleft ul.fullwidth li {
	width: 100%;
	float:none;
}
#contentleft ul#servicelinks {
	margin-left: 0;
}
#servicelinks li {
}
#contentleft legend 		{ margin: 0.5em 0em 0.5em -0.5em; font-weight: bold; color: #000000; font-size: 115%; }
#contentleft fieldset 		{ padding: 1em 1em 0.5em; }
#contentleft .submit 		{ width: auto; }
#contentleft label 		{ display: block; width: 230px; float: left; }
#contentleft input 		{ width: 230px; }
#contentleft textarea 		{ height: 150px; width: 100%; }
#contentleft .padding 		{ padding: 1em; }
#contentleft span.required 	{ color: #AB0000; }
#contentleft fieldset p { margin: 0; padding:0;}

#contentleft #content table {  }
#contentleft #content table.label { width:auto; }

#calltoaction {
	text-align: center;
	margin: 0 0 20px 0;
}

#contentright {
	width: 260px;
	float: right;
	margin: 1em 0 0;
}

#contentright p {
	padding: 0 10px;
	font-size: 80%;
}
#contentright ul {
	list-style: none;
	margin:0;
}
#contentright li {
	padding: 1.6em;
	line-height: 1.3em;
	margin:0;
}
#contactinforamtion p {
	font-size: 110%;
}

span.occasion {
	font-weight: bold;
	color: #333333;
	line-height: 1.3em;
}
span.names {
	font-weight: bold;
}

/* =Footer
-----------------------------------------------------------------------------*/
#footercontainer {
	text-align: center;
	padding-bottom: 1em;  
	font-size: 90%;
	clear: both;
	background-position: bottom;
	background-repeat: repeat-x;
	background-image: url(images/footer_gradient.gif);
	border-bottom: #CCCCCC solid 1px;
	border-top: #CCCCCC solid 1px;
}

#footer {
	margin: 0 auto 3px;
	width: 930px;
}
ul#footernav {
	list-style-type: none;
	width: 930px;
	margin: 0;
	padding: 0;
}
#footernav li { 
	float:left; 
}
#footer #footernav li.active {
}
#footernav a:focus, #footernav a:hover {  
}
#footernav a { color: #fff; 
	text-decoration: none;  
	padding: 0 1.6em; 
	line-height: 2em; 
	display: block;
}

ul#footerlist 								{ list-style-type: none; margin: 0 10px 10px; padding: 0; }
#footerlist li 								{ display: inline; padding: 0 5px; }
#footerlist a:focus, #footerlist a:hover   	{ }
#footerlist a 							   	{ color: #7f7f7f; text-decoration: none; padding: 1px; }

#footerlist span { color:#fff; }









.img-shadow {
  float:right;
  background: url(images/shadowAlpha.png) no-repeat bottom right  !important;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #cccccc;
  margin: -6px 6px 6px -6px;
  padding: 8px;
  }




.p-shadow {
  width: 90%;
  float:left;
  background: url(images/shadowAlpha.png) no-repeat bottom right  !important;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.p-shadow div {
  background: none !important;
  background: url(images/shadow2.gif) no-repeat left top;
  padding: 0 !important;
  padding: 0 6px 6px 0;
  }

.p-shadow p {
  color: #777;
  background-color: #fff;
  font: italic 1em georgia, serif;
  border: 1px solid #a9a9a9;
  padding: 4px;
  margin: -6px 6px 6px -6px !important;
  margin: 0;
  }