/*
	Nixon McInnes CMS 'Gordon' Style sheet
	Developed by Gaëtan Priour, June 2006
	Copyright Nixon McInnes (c) 2006
*/
body {
	color: #666;
	background-color: #DADADA;
	font: 90% "Trebuchet MS", arial, sans-serif;
}

a:link img, a:visited img {
	border: none;
}

#skipnav {
	position:absolute;
	left:-999em;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	background: #fff url(../../images/background/wrapper.gif) center repeat-y;
}

/*
	BANNER
*/
#banner {
	overflow: hidden;
	padding: 50px 40px 30px 40px;
	background: transparent url(../../images/background/header.gif) center top no-repeat;
}
#banner img {
	margin-top: -17px;
	margin-left: 13px;
}



/*
	NAVIGATION
*/
#navigation {
	overflow: hidden;
	clear: left;
	margin: 0 10px;
	padding: 5px 10px 0 40px;
	background: #f7f7f7 url(../../images/background/navigation.png) center bottom no-repeat;
	font-size: 0.9em;
}
#navigation ul, #navigation li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navigation li {
	float: left;
	margin-right: 5px;
	background: #8DDE00 url(../../images/background/tab.gif) top left no-repeat;
}
#navigation a:link, #navigation a:visited {
	float: left;
	padding: 5px 5px 5px 10px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#navigation li.selected a:link, #navigation li.selected a:visited, #navigation a:hover {
	color: #fff;
	background: #A793BA url(../../images/background/tab_selected.gif) top left no-repeat;
}
#navigation li span {
	display: block;
	float: left;
	width: 5px;
	height: 30px;
	background: #8DDE00 url(../../images/background/nav_corner.gif) top right no-repeat;
}
#navigation li.selected,  #navigation li:hover {
	background-color: #A793BA;
	background-image: none;
}
#navigation li.selected span, #navigation li:hover span {
	background: transparent url(../../images/background/nav_corner_selected.gif) top right no-repeat;
}

/*
	BRREADCRUMBS
*/
#breadcrumbs {
	float: left;
	width: 690px;
	margin: 0 20px 0;
	padding: 5px 20px 4px 50px;
	font-size: 0.8em;
	border-bottom: 1px solid #e6e6e6;
}
#breadcrumbs p {
	float: left;
}
#breadcrumbs ul {
	float: left;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
#breadcrumbs li {
	display: inline;
	margin-left: 15px;
	font-weight: bold;
}
#breadcrumbs a:link, #breadcrumbs a:visited {
	font-weight: bold;
}

/*
	SIDEBAR
*/
#sidebar {
	clear: left;
	float: left;
	width: 180px;
	margin: 40px 0 20px 20px;
	padding: 0;
	font-size: 0.9em;
	text-align: right;
	font-weight: bold;
}
#sidebar ul, #sidebar li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sidebar ul {
	margin: 0;
	border-top: 1px solid #E6E6E6;
}
#sidebar a:link, #sidebar a:visited {
	display: block;
	padding: 2px 10px 2px 10px;
	color: #A2A69B;
	text-decoration: none;
	border-bottom: 1px solid #E6E6E6;
}
#sidebar a:hover, #sidebar li.selected a:link, #sidebar li.selected a:visited {
	color: #fff;
	background-color: #C3B6D0;
}

/* sub nav - second level */
#sidebar ul ul, #sidebar ul ul a {
	border: none;
}
#sidebar ul li.selected ul a:link, #sidebar ul li.selected ul a:visited {
	color: #A793BA;
	background-color: #E7E2EC;
}
#sidebar ul li.selected ul a:hover {
	color: #756782;
}

/* sub nav - third level */
#sidebar ul li.selected ul li.selected a:link, #sidebar ul li.selected ul li.selected a:visited {
	background-color: #fff;
}

/*
	MAIN
*/
#main,
#mainwithoutsubmenus {
	float: left;
	padding-top: 20px;
	line-height: 1.3em;
}

#main {
	margin: 0 20px 0 40px;
	width: 500px;
}

#mainwithoutsubmenus {
	margin: 20px 20px 0 40px;
	width: 760px;
}

/*
	GENERIC STYLING
*/
h1, h2, h3, h4, h5 {
	color: #A793BA;
	line-height: 1em;
}
h1, h2 {
	font-weight: normal;
}
a:link, a:visited {
	color: #8DDE00;
	font-weight: bold;
}
a:visited {
}
ul {
	list-style-type: none;
}

/*
	CONTENT
*/
#content {
	float: left;
	margin: 0 40px 20px 0;
}
#content ul {
	margin-left: 20px;
	padding-left: 0;
}
#content li {
	margin: 15px 0;
	padding-left: 20px;
	background: transparent url(../../images/list.gif) 0 6px no-repeat;
}
#content img {
	padding: 2px;
/*	border: 1px solid #C3B6D0;*/
}
img.alignright {
	float: right;
	margin: 0 0 20px 20px;
}
img.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

/*
	FOOTER
*/
#footer {
	clear: both;
	margin: 0;
	padding: 15px 40px 27px;
	padding: 15px 40px 65px;
	font-size: 0.8em;
	color: #A7A7A7;
	background: transparent url(../../images/background/footer.gif) center bottom no-repeat;
}
#footer p {
	float: left;
}
#footer a:link, #footer a:visited {
	color: #A7A7A7;
}
#footer p.webdesignby {
	float: right;
}

/*
	FORM
*/
dt {
	float: left;
	width: 10em;
	margin: 5px 0;
}
input, textarea {
	margin: 5px 0;
	background-color: #F3FEE0;
	border: 1px solid #DAF1B1;
}
#contactus input, textarea {
	width: 200px;
}
button {
	width: 100px;
	margin: 5px 0;
	padding: 0;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: none;
	font-weight: bold;
	color: #fff;
	background: transparent url(../../images/buttons/submit.gif) top left no-repeat;
}
.invalid {
	background-color: #F8F8A8;
	border: 1px solid #C3B6D0;
}

/*********************************************************
Form with RATINGS PANEL 
*********************************************************/

#feedbackform input, textarea {
	width: 250px;
}

#feedbackform input.nobg,
#feedbackform input.nobginvalid,
#feedbackform input.nobg2 {
	width: auto;
	background-color: Transparent;
	vertical-align: middle;
	border: 0;
}

#feedbackform input.nobginvalid 
{
	background-color: #F8F8A8;
	border: 1px solid #C3B6D0;
}

#feedbackform input.nobg2 
{
    margin-left: 35px;
}

.ratingpanel
{
	margin-left: 39px;
	width: 256px;
}

.ratingpanel th {
	text-align:center;
	font-size:0.8em !important;
	background:#8DDE00;
	color:#FFF;
	padding:2px 1%;
}

.ratingpanel #poor {
	text-align:left;	
}

.ratingpanel #excellent {
	text-align:right;
}

.ratingpanel td {
	width:20%;
	border:1px solid #FFF;
	border-bottom:none;
	padding:3px 0;
	text-align:center;
	background:url(../images/bg_ratingform.gif) bottom left repeat-x;
}

.ratingpanel td label 
{
    float: left;
	padding-left: 10px;
}

.ratingpanel input {
	width:auto;
	border:none;
	padding:0;
	margin:0 0 0 0px;
}

.ratingpanel label {
	width:auto;
	padding:0 0 0 0px;
	margin:0;
	font-size:0.8em !important;
	font-weight:bold;
	text-align:right;
}



/*
Reviews
*/

.review {
	border-top:1px solid #9999CC;
	padding:10px 10px 0;
}

.review h2 {
	color:#339;
	margin:0 0 10px;
}

.review .comments,
.review .comments h2,
.review .comments h3 {
    color:#A793BA;
	font-weight:bold;
}

.review .comments h2 {
	font-size:1.1em;
}

.review .comments h3 {
	font-size:1.3em;
}

.review .comments {
}

.review h3 {
	font-size:0.9em;
	color:#777;
	margin:0 0 10px;
	font-weight:normal;
}

.review img {
	vertical-align:top;
}

