/********************************************
   AUTHOR:  			Bill Callister
   WEBSITE:   			http://www.kakadesigns.co.uk/        	
 *******************************************/ 
 
/********************************************
   HTML ELEMENTS
********************************************/ 
	
/* LAYOUT */	
html, body{
	margin:0;
	padding:0;
	background-color: #000000;
	font: normal 0.9em 'Trebuchet MS', Arial, Sans-serif;
	color: #FFF;
	text-align:justify;
	/*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FF999999', EndColorStr='#00000000');*/
	/*font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;*/
	background-attachment:	fixed;
	background-image: url(BG3.jpg);
}
 
#pagewidth{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-color:transparent;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#90000000', EndColorStr='#50000000');
	/*background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(bg.jpg);*/	
	/*border-left: 5px ridge #FF0000;
	border-right: 5px ridge #FF0000;*/
	
} 

#header{
	position:relative;
	background-color:#000000;
	height: auto;
	border-bottom: 5px ridge #FF0000;
	padding-top: 1px;
	/*width:100%;*/	
	/*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#00000000', EndColorStr='#80000000');*/

} 

#maincol{
	/*background-color: #000000;*/
	float: left;
	float: right;
	display:inline;
	position: relative;
	width: 100%;
	/*border-bottom: 5px solid #999;*/
	/*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#90000000', EndColorStr='#80000000');*/
 }

#sidebar1{
	float:	left;
	width: 150px;
	height: auto;
}

#sidebar2{
	float:	right;
	width:	150px;
	height: auto;
}
 
#footer{
	height:auto;
	background-color:#000000;
	clear:both;
	border-top:	5px ridge #FF0000;
	/*background-image: url(planet-bottom.jpg);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#80000000', EndColorStr='#90000000');*/
} 
 
 
/* BANNER */
#header h1#logo {
	left: 0px;
	padding: 0px 0 0px 0;
	font: bolder 50px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: 0px;
	width: auto;
	height: 296px;
	float: none;
	display: block;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-image: url(planet-top.jpg);
	/*background-image: url(designslogo6.jpg);
	background-repeat: no-repeat;*/
}

/* MENU TABS */
#header ul {
	padding: 0px;
	font: bold 11pt 'Trebuchet MS', Tahoma, verdana, sans-serif;
	height: 30px;
	position: relative;
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	width: 490px;
	right: 60px; /* right = 50px with prices tab or 95px without prices tab*/
}
#header li {
	display:inline;
	margin:0;
	padding:0;
}
#header a {
	float: right;
	margin:0;
	padding:3px 10px 2px 10px;
	text-decoration:none;
	color: #CCCCCC;
}
#header a:hover {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	color: #FFFFFF;
}
#header #current a {
	color: #FFFFFF;
	border-top: 5px solid #FFF;
}
/* end menu tabs */


/* LINKS */
a {
	color: #666666;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #999999;
	background-color: inherit;
	text-decoration: underline;
}


/* headers */
h1, h2, h3 {
	font: normal 1.3em 'Trebuchet MS', Arial, Sans-serif;
	color: #FFF;
	text-align: center;
}
h1 { font-size: 1.6em; text-transform:uppercase; font-weight: bold; } 
h2 { font-size: 1.4em; text-transform:uppercase; font-weight: bold;}
h3 { font-size: 1.3em; font-weight: bold; }

p, h1, h2, h3 {
	margin: 0;
	padding: 10px 15px;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #FFF;
}

/* IMAGES */
/*img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}*/
img {
	border: 3px solid #555;
	
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
	margin: 5px 15px 5px 0px;
}
a img {  
  border: 3px solid #555;
}
a:hover img {  
  border: 3px solid #CCC !important; /* IE fix*/
  border: 3px solid #555;
}

/* IMAGE GALLERY */
.thumbnail2{
	position: relative;
	z-index: 50;
	margin: 0 0 0 15px;
}

.thumbnail2:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail2 span{ /*CSS for enlarged image*/
	position: fixed;
	background-color: #000;
	padding: 10px;
	/*left: -1000px;*/
	border: 1px solid gray;
	visibility: hidden;
	color: white;
	text-decoration: none;
}

.thumbnail2 span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail2:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	/*top: 0;*/
	right:	50px; /*position where enlarged image should offset horizontally */
	/*left:	500px;*/
	bottom: 30px;
	
}

/* alignment classes */
.float-left  {
	float: left;
}
.float-right {	
	float: right; 
}
.align-left  {
	text-align: left;
}
.align-right {
	text-align:	right;
}
.align-centre {
	text-align:	center;
}

/*div.center {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}*/

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 	content: "."; 
 	display: block; 
	height: 0; 
 	clear: both; 
 	visibility: hidden;
 }
 
.clearfix{	
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix{
	height: 1%;
}

.clearfix{
	display: block;
}
/* End hide from IE-mac */  

