/* CSS for Template */
/* ================================================================ **
** style.css
** ---------------------------------------------------------------- **
** Created: 05-05-08 (dd-mm-yy)
** Author: onedollartemplates.com
** Template: Granite Glass
** ================================================================ */


/* ---------------------------------------------------------------- **
** Generic
** ---------------------------------------------------------------- */
html { font-size: 76%; }
body {
	background: #333 url(../img/bg.gif);
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0;
	}

/* headers */
/*h2, h3, h4, h5, h6 { 
	color: #099; 
	margin: 0; 
	font-weight: normal;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif; letter-spacing: -1px;
	}
h2 { font-size: 1.8em; margin: 25px 0 15px; padding-bottom: 15px; border-bottom: 1px solid #ccc; }
h3 { font-size: 1.6em; margin: 25px 0 15px; }
h4 { font-size: 1.4em; margin: 20px 0 10px; }
h5 { font-size: 1.2em; margin: 20px 0 5px; }	
h6 { font-size: 1em; margin: 20px 0 0; }
*/
/* text */
/*p { margin: 15px 0; }
acronym { cursor: help; }
pre, code, blockquote { 
	margin: 15px 0; 
	border: 1px dashed #ddd; 
	padding: 15px; 
	display: block; 
	background: #fff url(../img/grey_grad_.jpg) repeat-x 0 -130px; 
	color: #666; 
	}*/
blockquote { 
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif; border: 1px solid #ddd; 
	padding: 0 15px 0 15px;
	background-color: #eee;
	min-height: 60px; 
	}
* html blockquote { height: 60px; }	

/* links */ 
span.back { color: #005546; text-decoration:none; cursor:pointer; }
span.back:hover { text-decoration: underline; cursor:pointer; }

/* images */
/*img { border: 10px solid #ddd; padding: 1px; background-color: #fff; }	
a img { }
a:hover img { border-color: #eee; }
img.right { margin: 0 0 20px 20px; }
img.left { margin: 0 20px 20px 0; }
*/
/* lists */
ul, ol, dl { margin: 15px 0 15px 20px; padding: 0; }
ul { list-style-type: disc; }
ul ul, ol ol { margin-top: 0; margin-bottom: 0; }
ol { margin-left: 25px; }
dl { margin-left: 0; }
dl dt { font-weight: bold; margin-top: 15px; }
dl dd { margin: 0; }
dl dt, li { color: #099; }
li span { color: #333; }

/* tables */
/*table { margin: 15px 0; border: 1px solid #ddd; border-collapse: collapse; }
table th, 
table td { padding: 10px 15px; text-align: left; }*/
table thead th { 
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	background-color: #099; 
	/*color: #fff;*/ 
	font-weight: normal; 
	font-size: 1.1em;
	/*border: 1px solid #099;*/
	}
/*table tbody th { background-color: #ddd; }
table tbody th, 
table tbody td { border-top: 1px solid #ddd; }*/

/* forms */
#form { background: url(../img/grey_grad_.jpg) repeat-x; border: 1px solid #ddd; padding: 0; margin: 25px 0; }
form fieldset { border: 0; padding: 10px 25px 15px; margin: 0; }
form fieldset legend { display: none; }
form p { height: 1%; }
form p:after {  display: block; clear: both; height: 0; visibility: hidden; }
form p label {  
	font-size: 1em; 
	color: #333; 
	float: left; 
	display: block; 
	width: 30%; 
	margin-right: 20px; 
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif; }
form p input,
form p select,
form p textarea { 
	font-size: 1em; 
	color: #333; 
	border: 1px solid #ddd; 
	padding: 8px; 
	background-color: #eee; 
	width: 55%; 
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	}
form p select { width: 57.5%; }
form ul.fieldlist { margin: -30px 0 10px 33%; padding: 0; list-style-type: none; }
form ul.fieldlist li { color: #333; padding: 0 30px 5px 0; white-space: nowrap; }
form input.btn,
a.btn { 
	width: auto; 
	overflow: visible;
	border: 0;
	background: #099 url(../img/image_.jpg) repeat-x 0 -30px; 
	padding: 8px 10px;
	cursor: pointer; 
	color: #fff;
	text-decoration: none;  
	font-weight: bold;
	}
a.btn:hover { background-color: #ccc; color: #333; }	
.submit{
	width: auto; 
	overflow: visible;
	border: 0;
	background: #099 url(../img/image_.jpg) repeat-x 0 -30px; 
	cursor: pointer; 
	color: #fff;
	text-decoration: none;  
	font-weight: bold;
}
/* horizontal rule */
/*hr { border: 0; height: 1px; background-color: #ddd; color: #ddd; margin: 30px 0 0; }
*/
/* classes */
.left { float: left; }
.right {float: right; }
.hide { display: none; }

/* list of links */
ul.links { list-style-type: none; margin-left: 0; text-align:left; }
ul.links li { margin: 5px 0; }

/* list of images */
ul.images { margin-left: -15px; margin-bottom: 0; padding: 15px 0 0; list-style-type: none; height: 1%; width: 104%; }
* html ul.images { width: 100%; }
ul.images:after {  clear: both; display: block; visibility: hidden; height: 0; }
ul.images li { float: left; margin: 0; padding: 0 0 15px 15px; }
ul.images li img { vertical-align: middle; }

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/
#container {
	margin: 0 auto;
	width: 900px;
	}

/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/
#header { 
background: url(../img/header_.png) no-repeat;
background-position:top;
height:100px; }

/* Logo */
#header h1 { 
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 3.5em;
	font-weight: normal;
	color: #099;
	margin: 0;
	padding-top: 40px;
	padding-bottom:10px;
	letter-spacing: -1px;
	
	}
#header h1 a { text-decoration: none; color: #099; }
#header h1 a:hover { text-decoration:none; }
#header h1 span { color: #fff; }
#header small{ 
	font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size:1.6em;
	font-weight: normal;
	color: #099;
	text-align:right;
    padding-left:3px;
}
/* if you would like to replace the logo with 
an image, comment out the above logo code and
uncomment the following */
/* 
#header h1 {
	background: url(../img/logo.gif) no-repeat;
	width: [your-logo-width-here]px;
	height: [your-logo-height-here]px;	
	margin: 0;
	float: left;
	}	
#header h1 a {
	display: block;
	height: 100%;
	text-indent: -9999px;
	outline: none;
	}
*/	

/*------------------------------------------------------------*
**  Body
**------------------------------------------------------------*/	
#body { padding: 20px; background: #222 url(../img/body_.png) repeat-x; }

/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/
ul#nav {
	margin: 0 0 20px;
	padding: 0;
	list-style-type: none;
	border-top: 0px solid #535457;
	border-bottom: 0px solid #050A10;
	height: 1%;
	}
ul#nav:after {	
	content: " ";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	}
ul#nav li {
	/* this width needs changing 
	depending on the amount of links. 
	Divide 100% by the amount of links 
	and set the value here. 
	e.g. 5 links: 100/5 = 20% */ 	
	width: 17%;
	float: left; 
	margin: 0; 
	font-size: 1.1em;
	background: #3C3C3C url(../img/nav_over_.png) no-repeat 50% 100%;
	}	
ul#nav li a {
	display: block; 
	background: #3C3C3C url(../img/nav_.png) repeat-x 50% 100%;
	padding: 11px 0 14px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #535457;
	border-left: 1px solid #050A10;
	position: relative;	
	} 	
ul#nav li.first a {	border-left-color: #535457; }
ul#nav li a:hover { background-color: transparent; background-image: none; }
ul#nav li.on a,
ul#nav li.on a:hover { background-image: url(../img/nav_on_.png); }

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {background-color: #fff; padding: 2px; text-align: left; min-height:195px; }
#content div {  padding: 20px 20px 15px;}
#content div:after { content: " "; display: block; clear: both; height: 0; visibility:visible; }
#content div div {  padding: 0; min-height: 0px; }
* html #content div div { min-height:195px; }

#content #sub { padding: 0 0 0 20px; }
#content #main { padding: 0 20px 0 0; }

#content #main { width: 466px; float: left;  } 
#content #sub { width: 164px; float: right; }

#home #content #sub { 
	padding: 0 20px 0 0; 
	width: 450px; 
	float: left; 
	
	}
#home #content #main { 
	padding: 0 0 0 20px; 
	float: right; 
	width: 290px; 
	background-image: none; 
	}
	
/*#content #sub h2 { font-size: 1.6em; padding-bottom: 10px; margin-bottom: 10px; }	*/


/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	padding-left: 20px;
	padding-top:10px; 
	background-color: #222; 
	height: 1%; 
	font-size: 0.9em;
	color: #ccc;
	margin-top: -20px;
	}	
#footer a {
	color: #ccc;
	text-decoration:none;
}
#footer a:hover{
	color: #ccc;
	text-decoration:underline;
}

#footer:after {
	content: " ";
	clear: both;
	visibility: hidden;
	display: block;
	height: 0;
	}
	

/* End of CSS Document for template */

/* --------------------------------------------------------------------------------------*/

/* CSS for slideshoe */



#slideshow {list-style:none;}
#slideshow span {display:none}
#wrapper {width:477px; margin:0px ; margin-left:10px; display:none}
#wrapper * {margin:0; padding:0}
#fullsize {position:relative; width:477px; height:356px; padding:2px; padding-top:0px; border:1px solid #ccc; background:#000}
#information {position:absolute; bottom:0px; width:477px; height:0; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.6; filter:alpha(opacity=60)}
#information h3 {padding:4px 8px 3px; font-size:13px Verdana,Arial}
#information p {padding:0 8px 8px; font:11px Verdana,Arial}
#image {width:477px}
#image img {position:absolute; z-index:25; width:auto}
.imgnav {position:absolute; width:10%; height:30px; cursor:pointer; z-index:150}
#imgstop {top:0; left:48%;background:url(../images/pause.gif) left no-repeat;}
#imgprev {left:0; top:150px; background:url(../images/left.gif) left no-repeat; }
#imgnext {right:0;top:150px; background:url(../images/right.gif) right center no-repeat}
#imglink {position:absolute; height:306px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
.linkhover {background:url(../images/loadinfo.gif) center center no-repeat}
#thumbnails {margin-top:10px; width:497px}

#slideleft {float:left; width:20px; height:95px; background:url(../images/scroll-left.gif) center center no-repeat; background-color:#222}
#slideleft:hover {background-color:#333}
#slideright {float:right; width:20px; height:95px; background:#222 url(../images/scroll-right.gif) center center no-repeat}
#slideright:hover {background-color:#333}
#slidearea {float:left; position:relative; width:447px; margin-left:5px; height:100px; overflow:hidden}
#slider {position:relative; left:0; height:90px;}
#slider img {cursor:pointer; border:1px solid #666; padding:2px}

#resultimage {top:0;z-index:200; opacity:.7; filter:alpha(opacity=70)}


/* End of CSS Document for slideshow */

/* ---------------------------------------------------------------------------------*/

/* CSS for Facebox */


#facebox .b {
  background:url(../images/b.png);
}

#facebox .tl {
  background:url(../images/tl.png);
}

#facebox .tr {
  background:url(../images/tr.png);
}

#facebox .bl {
  background:url(../images/bl.png);
}

#facebox .br {
  background:url(../images/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

/* End of CSS for Facebox */

/* ----------------------------------------------------------------------------------------- */

/* CSS for general purposes */



/* End of CSS for General Purposes */

.copied{
width:100px;
height:20px;
position:absolute;
background:#FFFF00;
display:none;
}
a.noline:link,a.noline:visted,a.noline:active,a.noline:hover{
text-decoration:none;
}
a.suggestion{
color:#B5B5B5;
text-decoration:none;
}
a.suggestion:hover{
text-decoration:underline;
}


/* ----------------------------------------------------------------------------------------- */
