/* -----------------------------------------------------------------

LeBoussac VERSION 2.0
	
	CONTENTS ----------
	
	1.BODY
	2.DEFAULT STYLING
	3.LAYOUT
	4.PAGE ELEMENT STYLING
	5.IE6 PNG HANDLING
	
    -------------------

	COLOURS ----------

	#ADCF53 Green
	#F27439 Orange
	#00AFDF Blue
	#CD512F Red
	#FDC54E Light Orange

	-------------------

----------------------------------------------------------------- */

/* 1.BODY
---------------------------------------------------------------------- */


body {
	margin: 0;
	padding: 0;
	font: small Helvetica, Arial, sans-serif;
	background-color: #ADCF53;
	background-image:url(images/flowers.png);
	background-repeat: no-repeat;

}


/* 2.DEFAULT STYLING
---------------------------------------------------------------------- */

h1 {
		font-family: Georgia, serif;
		font-weight: normal;
		font-size: 24pt;
}

h2 {
		font-size: 12pt;
}

h3 {
		font-size: 11pt;
}

a:link, a:visited {
	color: black;

}

a:hover { 
color: black;
text-decoration: none;
}

/* 3.LAYOUT
---------------------------------------------------------------------- */

#wrapper {
	width: 100%;
	
}

#main {
	width: 900px;
	
}

#homecontent {
	margin: 310px 150px 50px 250px;
	color: black;
	
	line-height: 1.66666666em;
	margin-bottom: 1.6666666em;
}

#content {
	margin: 50px 150px 50px 250px;
	color: black;
	line-height: 1.66666666em;
	margin-bottom: 1.6666666em;
}

#sidebar {
	position: absolute;
	top: 200px;
	left: 0;
	width: 200px;
	color: black;
	margin: 0;
	padding: 0;
	Z-INDEX:1;
}


#sidebar ul{
	list-style-type:none;
	margin: 0;
	margin-top: 10px;
	padding: 0;
}

#sidebar li{
	padding: 10px;
}

#sidebar li a:link, #sidebar li a:visited {
color:black;
	font-weight:bold;
	text-decoration: none;
}

#sidebar li a:hover {
	text-decoration: underline;
}

#footer {
	height: 328px;
	background-image:url(images/flowersFooter.png);
	background-repeat: no-repeat;
	width: 100%;
}

#homePhotos{
	position: absolute;
	left: 245px;
	top: 50px;
	height: 381px;
	width: 600px;
	background-image:url(images/homePhotos.png);
	background-repeat: no-repeat;
		Z-INDEX:0;
}

#logo{
	position: absolute;
	top: 50px;
	right: 0;
	width: 200px;
	color: black;
	margin: 0;
	padding: 0;
	Z-INDEX:1;
}

/* 4.PAGE ELEMENT STYLING
---------------------------------------------------------------------- */

.section {
	margin: 20px 0 50px 0;
}

.comment {
	width: 338px;
	height: 187px;
	background-image:url(images/bubbles/Blue.png);
	background-repeat: no-repeat;		
	margin-bottom: 10px;
}
.commentText {
	padding: 30px 0 0 70px;
	color: white;
	width: 250px;
	line-height: 1.2em;
		margin-bottom: 1em;
		
}

.commentRightDisabled {
	width: 500px;
	height: 276px;
	background-image:url(images/bubbles/YellowRight.png);
	background-repeat: no-repeat;		
	margin-bottom: 10px;
}
.commentRightTextDisabled {
	padding: 30px 0 0 80px;
	color: white;
	width: 300px;
	line-height: 1.2em;
		margin-bottom: 1em;

}
.commentRight {
	width: 314px;
	height: 168px;
	background-image:url(images/bubbles/BlueRight.png);
	background-repeat: no-repeat;		
	margin-bottom: 10px;
}
.commentRightText {
	padding: 30px 0 0 70px;
	color: white;
	width: 200px;
	line-height: 1.2em;
		margin-bottom: 1em;
}

.commentSignature{
	padding-top:10px;
	font-weight:bold;
}

.video {
	margin-bottom: 10px;
}

table.images {
	
	width: 100%;

}

table.images td {
	vertical-align:top;
	padding:  5px;

}

table.prices {
	width:100%;
	border: 1px solid black;
	border-collapse: collapse;

}

 table.prices caption {
	margin: 0;
	padding: 0;
	line-height: 2em;
	text-align: center;
	font-weight: bold;
}

table.prices tr,th{
	border: 1px solid black;
}

table.prices th {
	padding:5px;
}

table.prices td{
	border: 1px solid black;
	width: 50px;
	text-align: center;
}

/*5.IE6 PNG HANDLING
---------------------------------------------------------------------- */

body, a, img, div{
	behavior: url(iepngfix.htc)
}