
.media { /* www.kitchenqueen.co.uk 	*/
/* Media:  Screen        		*/
/* Autor: Juliano Araujo (digitalgo@hotmail.com | contactme@julianoaraujo.net)		*/
/* Created:  12/09/2008 		*/
/* Revision:  12/09/2008 		*/

/* ------------------------------------------------------------------- */
/* -------------------------- Media Screen --------------------------- */
/* ------------------------------------------------------------------- */

}

html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, p, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
		font-family: inherit;
		font-weight: normal;
		font-style: normal;
		outline: 0;
		padding: 0;
		margin: 0;
		border: 0;
}

body {
		font: 13px/1.231 Verdana, Arial, Helvetica, sans-serif;
		background: #ffffff;
		line-height: 1.2;
		margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
		padding: 0;
		text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
		color: #000000;
		background-color: #FFFFFF;
}

a {
		text-decoration: none;
		color: #D13351;
}

a:hover { text-decoration: underline; }

h1, h2, h3 { color: #D13351; }

h1 { font-size: 167%; }

h2 { font-size: 150%; }

h3 { font-size: 135%; }

strong { font-weight: bold; }
em { font-style: italic;}

.icoHome, .icoNext, .icoPrevious {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
}

.icoHome {
		background: transparent url(images/ico_home.gif) no-repeat 0% 50%;
		padding: 8px 0 8px 25px;
		color: #D13351;
}

.icoNext {
		background: transparent url(images/ico_next.gif) no-repeat 100% 50%;
		padding: 8px 30px 8px 0;
		color: #696969;
}

.icoPrevious {
		background: transparent url(images/ico_previous.gif) no-repeat 0% 50%;
		padding: 8px 0 8px 30px;
		color: #696969;
}

.textFloat {
		float: left;
		padding: 0 10px 5px 0;
}

.twoColFixLtHdr #container {
		width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
		margin: 15px auto; /* the auto margins (in conjunction with a width) center the page */
		text-align: left; /* this overrides the text-align: center on the body element. */
		background: #FFFFFF url(images/bcg_body.gif) repeat-y center;
}

.twoColFixLtHdr #header {
		padding: 30px 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
		background: transparent url(images/bcg_top.gif) no-repeat 50% 0%;
		text-align: center;
}

.twoColFixLtHdr #header ul {
		padding: 0;
		margin: 0;
}

.twoColFixLtHdr #header ul li {
		display: inline;
		font-family:  Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #D13351;
		background: url(images/bullet.jpg) no-repeat 0% 50%;
		padding-left: 20px;
		padding-right: 10px;
}

.twoColFixLtHdr #header a, .twoColFixLtHdr #header a:visited, .twoColFixLtHdr #header a:active { color: #696969; }

.twoColFixLtHdr #header a:hover, .twoColFixLtHdr #header a.selected { color: #D13351; }

.twoColFixLtHdr #header h1 {
		margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
		padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixLtHdr #mainContentHome {
		float: left;
		width:550px;
		height: 430px;
		padding: 50px 10px 0 30px;
		background: url(images/leftimage_home.jpg) no-repeat 40px 10px;
}

.twoColFixLtHdr #homeList {
		position: relative;
		top: 180px;
		left: 190px;
		width: 420px;
}

.twoColFixLtHdr #homeList li {
		list-style:none;
		background: url(images/bullet.jpg) no-repeat 0 0%;
		color: #333333;
		padding: 0 0 10px 20px;
		font: 131% Verdana, Arial, Helvetica, sans-serif;
		font-size: 100%;
		font-weight: bold;
}


.twoColFixLtHdr #mainContentHome h1 {
		font-size: 131%;
		color: #666666;
}

.twoColFixLtHdr #sideContentHome {
		margin: 0 0 0 640px;
		padding: 20px 25px 0 0;
}

.twoColFixLtHdr #sideContentHome ul li {
		list-style: none;
		padding: 5px 0;
}

.twoColFixLtHdr #sidebar1 {
		float: left; /* since this element is floated, a width must be given */
		width: 215px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
		padding: 10px 10px 0 30px;
}

.twoColFixLtHdr #mainContent {
		margin: 0 0 0 255px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
		padding: 20px 25px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
		width:640px;
}

.twoColFixLtHdr #mainContent p {
		color: #666666;
		font-size: 93%;
		line-height: 1.3;
		margin: 15px 0;
}

.twoColFixLtHdr #mainContent ul { margin: 20px 0 20px 0; }

.twoColFixLtHdr #mainContent ul li {
		list-style:none;
		background: url(images/bullet.jpg) no-repeat 0 0%;
		color: #D13351;
		padding-left: 20px;
}

.twoColFixLtHdr #mainContent ul li p {
		line-height: normal;
		margin: 5px 0;
}

.twoColFixLtHdr #footer {
		padding: 15px 10px 60px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
		background: transparent url(images/bcg_bottom.gif) no-repeat 50% 100%;
}

.twoColFixLtHdr #footer p {
		margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
		padding: 10px 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */ float: right; }

.fltlft { /* this class can be used to float an element left in your page */ float: left; }

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
		clear:both;
		height:0;
		font-size: 1px;
		line-height: 0px;
}

.gLinks { /* class for the galery links */
		display: block;
		background-color: #D13351;
		color: #FFFFFF;
		padding: 5px;
		width: 182px;
}

.galleryTitle {
		color:#D13351;
		font-size: 100%;
		font-weight:bold;
		padding: 5px;

}

.SubTitle { display: block; 		background-color: #ccc;}

.galleryPicBorder {
		border:1px solid #D13351;
		margin: 5px;
}

/* class for the accordion on Prices page */
#accordion { padding: 10px 0; }

#accordion table td { border: 1px solid #666666; }

#accordion h3 { margin-top: 10px; }

#accordion .ui-accordion-header a {
		display: block;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 77%;
		font-weight: normal;
		text-decoration: none;
		border:1px solid #D9D9D9;
		color:#000000;
		padding: 5px;
		background: #D9D9D9 url(images/accordion_more.gif) no-repeat 100% 50%;
		padding-right: 30px;
}

#accordion .ui-state-hover a, #accordion .ui-state-active a {
		background: #666666 url(images/accordion_open.gif) no-repeat 100% 50%;
		padding-right: 30px;
		border:1px solid #666666;
		color:#FFFFFF;
}

#accordion div {
		border: 1px solid #666666;
		padding: 10px;
}


.picGallery {}
.picGallery ul { margin: 0px; padding: 0px;}
.picGallery ul li { background-image: none !important; list-style: none; margin: 0px; padding:0xp; float: left; width: 100px; height: 120px; background-color: #093;}