/* CSS Stylesheet */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "Trebuchet MS", verdana, arial, sans;
	font-size: 1em;
	color: #3d5301;
}
body.large { font-size: 1.2em; }
body.medium { font-size: 1em; }
body.small { font-size: 0.8em; }
a {
	color: #597313;	
	text-decoration: none;
}
a:hover, #content a:hover {
	text-decoration: underline;
	background-color: #FFFF66;
}
#content a {
	background-color: #FFFFCC;
}
.clearer {
	clear: both;
}
.hidden {
	display: none;
}
.draggable {}

#container {
	width: 100%;
}
#header {
	width: 100%;
	height: 120px;
	border-bottom: 2px solid black;
	background: #FFFFFF url(../images/dothead_left.png) right bottom no-repeat;
}
#header_image {
	float: left;
	margin-left: 20px;
}
#header_title {
	float: left;
	margin: 80px 0px 0px 20px;
	font: 2.2em sans;
}
#footer {
	font-size: 0.8em;
	text-align: center;
	padding: 25px 0px 0px 0px;
	width: 100%;
	clear: left;
}
#page_container {
	margin: 10px auto;
	width: 800px;
}
#content {
	float: left;
	width: 600px;
	text-align: justify;
}
#content h1, #right_panel .right_panel_module h1 {
	font-size: 1.3em;
	letter-spacing: 2px;
	color: #FFFFFE;
}
#content h1, #favourites h1, #send_favourites h1 {
	background: #3d5302 url(../images/h1_right_yellow.gif) bottom right no-repeat;
}
#right_panel .right_panel_module h1 {
	background: #3d5302 url(../images/h1_right_white.gif) bottom right no-repeat;
}
#content h1 span, #right_panel .right_panel_module h1 span {
	background: #3d5302 url(../images/h1_left.gif) top left no-repeat;
	padding-left: 5px;
}
#content p {
	font-size: 0.9em;
	padding: 2px 5px 2px 5px;
	margin: 5px 0px 5px 0px;
	color: black;
}
#content p.error {
	color: red;
}
#content p.info {
	color: green;
}
#content .dragger {
	background: #FFFF99 url(../images/icons/drag.gif) top right no-repeat;
	border-left: 1px solid #CCCC66;
	border-right: 1px solid #CCCC66;
	border-bottom: 1px solid #CCCC66;
	font-size: 0.8em;
	color: #666600;
	height: 15px;
	padding: 2px 18px 0px 0px ;
	text-align: right;
}
#content ul {
	list-style: none;
	padding: 2px 5px 2px 5px;
	font-size: 0.9em;
}
#content ul.inline li {
	display: inline;
}
#content ul li {
	display: block;
}
#content p.testimonial {
	color: #666600;
	background: white url(../images/quotes.gif) top left no-repeat;
	padding: 2px 15px 2px 22px;
	font-style: italic;
}
#right_panel {
	float: left;
	width: 190px;
	margin: 0px 0px 0px 10px;
}
#right_panel .right_panel_module {
	margin-bottom: 8px;
}
#right_panel .right_panel_module ul {
	list-style: none;
	padding: 5px;
}
#right_panel .right_panel_module ul li {
	font-size: 0.8em;
	letter-spacing: 1px;
	margin: 3px 0px 3px 0px;
}
#right_panel .right_panel_module input {
	border-width: 1px;
}

/* Start favourites panel */
#favourites ul, #send_favourites ul {
	background-color: #FFFFCC;
	border-left: 1px solid #CCCC66;
	border-right: 1px solid #CCCC66;
	border-bottom: 1px solid #CCCC66;
}
#send_favourites {
	margin-top: 8px;
}
#favourites.droppable ul {
	background-color: #99FF99;
}
#favourites li.spacer {
	height: 2px;
}
/* End favourites panel */

/* Contact form start */
#contact_form .textbox {
	background-color: #FFFFCC;
}
#contact_form .error {
	background-color: #FF9999;
}
#contact_form input, #contact_form textarea {
	border-width: 1px;
}
/* Contact form end */

/* Portfolio page start */
#portfolio li div {
	height: 120px;
	display: block;
}
#portfolio li br {
	clear: both;
}
#portfolio li div.image {
	float: right;
}
#portfolio li div.image img {
	border: none;
}
#portfolio li div.description {
	float: left;
}
#portfolio li div.description strong {
	display: block;
}
#portfolio li div.description p {
	width: 300px;
}
/* Portfolio page end */

/* Accessibility */
.font_large {
	font-size: 1.1em;
}
.font_medium {
	font-size: 1em;
}
.font_small {
	font-size: 0.8em;
}