/* 

Template: 	Blue Bayou.
Author: 	Cissi Tsang.
Author URI:	http://arach.net.au/~electrawoman
Created: 	13th March, 2005.

This template is free for distribution and modification, but please
retain this portion of the stylesheet.*/

/* Basic typography. */

body { 
	background: #000000;
	text-align: center;
	width: 780px; margin: auto; padding: 0;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	}

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

a:hover {color: #C7CFB4;}

/* Accessibility options. Firstly, the search box. */

.pivot-search label { visibility:hidden; display:none; }
.pivot-search legend { visibility:hidden; display:none; }
.pivot-search fieldset { border:0; padding:0; margin:0; }

.pivot-search-result label { visibility:hidden; display:none; }
.pivot-search-result legend { visibility:hidden; display:none; }
.pivot-search-result fieldset { border:0; padding:0; margin:0; }

/* Speaking of the search box, here are some styles to make it
look nice. */

.searchbox { 
	padding: 2px; margin-right: 10px; width: 8em; 
	background-color: #fff; border: 1px solid #000;
	font-size: 10pt; color: #000; 
	}
	
.searchbutton { 
	padding: 1px;
	border: 1px solid #000;
	font-size: 10pt; color: #000;
	}
	
/* Additional accessibility codes. "hr" hides the borders can be seen in the "text-only" version, 
while the "skiplink" option allows people quick access to certain parts of the page. 
"Off" hides elements from view in the default stylesheet. */

hr {visibility:hidden; display:none;}
	
.skiplink {visibility: hidden; display:none;}	

.off {visibility: hidden; display: none;}

/* Optional - styles for the images code. */

.pivot-image {padding: 5px; border: 1px solid #ccc;}

/* Page starts here. The #container ensures that the content remains within the 
specified perimeters. */

#container {width: 780px; margin: 20px 0 0 0; padding: 0; text-align: left;}

/* The header and the top navigation. */

#header {width: 780px; text-align: left; margin-top: 2px; float: left;}

.nav {
	width: 180px; margin: 0 10px 0 0;
	float: left;  border-right: 1px dotted #fff;
	}
	
.nav ul {
	margin: 0; padding: 0 10px 0 10px ; 
	list-style-type: none;
	}
	
.nav ul li {
	padding: 5px 0 5px 0; display: block; border-bottom: 1px dotted #fff; 
	font-size: 9pt; color: #fff; line-height: 1.6em; 
	}

.prodnav {
	margin: 0 10px 0px 10px;
	float: left;  border-right: none;
	}
	
.prodnav ul {
	margin: 0; padding: 0 10px 0 10px ; 
	list-style-type: none;
	}
	
.prodnav ul li {
	padding: 5px 0 5px 0; display: block; border-right: none; 
	font-size: 9pt; color: #fff; line-height: 1.6em; 
	}
	
	/* The li:hover effect only works with Firefox and similar browsers, but looks nice, nevertheless. 
	IE users will simply not see any changes. */

/* .nav ul li:hover {
	background-color: #626a73;
	} */

 .title {color:black;
	float: left; margin: 0px 10px 0 0;
	width: 300px; height: 180px; border-right: 1px dotted #fff;
	}

 .prodtitle {color:black;
	float: left; margin: 0px 10px 0px 0; 
	width: 300px; border-right: 1px dotted #fff;
	}
	
.prodtitle h1 {padding-left:20px;}

/*.star {	float: left; background: url(logo.gif) left no-repeat; height: 90px; width: 100px;} */

h1 {
	float: left; 
	padding: 20px 0 0 0;
	color: #fff; font-weight: normal; font-size: 13pt; text-transform: uppercase; 
	}

/* This is the image. */

#middle {
	float: left; width: 780px; height:220px;
	background: url(/kaos/images/star.gif) top left no-repeat; border:  none;
	text-align: left; margin-top: 0px;
	}

/* Column content. "#left" controls the general area, while ".block" controls each individual entry. */

#left {
	float: left; width: 300px; margin-top: 10px; 
	text-align: left;  border-right: 1px solid #fff;
	}

		/* Below is an example of how you can incorporate images into text. */

h3.left {
	background: url(/kaos/images/bullet.jpg) left no-repeat; height: 25px; padding: 7px 0 0 35px;
	font-size: 11pt; color: #fff; font-weight: bold; text-transform: uppercase;
	}

.block {
	width: 300px; padding-bottom: 20px;
	}

.block ul {
	margin: 0; padding: 0 20px 0 20px; 
	list-style-type: none;
	}
	
.block ul li {
	padding: 10px 0 10px 0; display: block; border-bottom: 1px dotted #fff; 
	font-size: 9pt; color: #fff; line-height: 1.6em; 
	}
	
/* .block ul li:hover { background-color: #626a73;}  */

/* The right content, where the main content is held. "#right" controls the general area, ".content" controls
each individual entry, "entryfooter" controls the bottom of each entry.*/

#right {
	float: right; width: 450px; 
	text-align: justify; 
	}

h2 {
	font-size: 13pt; color: #fff; font-weight: normal;
	}
	
h2.main {
	font-size: 16pt; color: #fff; font-weight: normal; line-height: 1.6em; 
	border-bottom: 1px solid #fff;
	}
	
h3 {
	font-size: 8pt; color: #fff; font-weight: normal; 
	text-transform: uppercase;
	}

.content {
	width: 450px; padding-bottom: 20px;
	font-size: 9pt; line-height: 1.4em; color: #fff; 
	}
	
.entryfooter {
	width: 450px; padding-bottom: 10px;
	text-align: right;
	}

/* End of the stylesheet. I hope you enjoyed it. */