/* 
	Lightbox v2 Project page styles	
	Author: Lokesh Dhakar http://www.lokeshdhakar.com
	Created: a long time ago (2006 I think)
	Table of Contents:
		layout
		typography
		
*/




/* layout
----------------------------------------------- */

*{
	margin: 0;
	padding:0;
	}

body{
	background: #161613;
	color: #eee;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: medium;
	}

#topborder{	
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 1.0em;
	background-color: #c0dB5A;
	}

#sidebar{ position:fixed; top: 38px; left:20px;	width: 230px; }
* html div#sidebar  { top: 38px; left:20px;	width: 230px; position:absolute; }

#content{ margin: 45px 10% 5em 290px; max-width: 600px; }


/* typography
----------------------------------------------- */

p {
	line-height: 1.4em;
	margin-bottom: 10px;
	font-size: 0.9em;
	font-style: normal;
	margin-left: 50px;
}
p.lead { font-size: 1.0em; }

ol, ul{ margin: 0.5em 0 1.2em 2em; }	
ol, ul, dl { line-height: 1.4em; }
ol li{ margin-bottom: 0.2em; }
li{ font-size: 0.9em; }
li strong {color: #999;}
dl{ margin: 0.5em 0 1.2em 0; }
dt{
	xfont-size: 0.9em;
	font-weight: bold; color: #999;
	padding-top: 0.4em;
	}
dd{	
	font-size: 0.9em;
	margin-bottom: 1.0em;
	padding-bottom: 0.9em;
	border-bottom: 1px dashed #3d3d33;
	}


a, .contact-link{
	color: #8ad459;
	text-decoration: none;
	cursor: hand;
	}

#content p a:hover,
#content dd a:hover { border-bottom: 1px dotted #8ad459; }
a img{ 	border: none;}

small{ font-size: 0.8em; }



pre{
	display: block;
	margin: 1em 0;
	padding: 0.5em;
	border-left: 6px solid #0d0d09;
	background-color: #000;
	overflow: auto;
	}

code{
	font-size: 11px;
	font-family: Verdana, Sans-Serif;
	color: #F0F0EC;
	padding: 0.3em 0.4em;
	}

pre code{
	padding: 0; margin: 0;
}

kbd{
	color: #555;
	background-color: #ddd;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: inherit;
	font-family: inherit;
	padding: 0 3px 2px 4px;
	}

fieldset{ border: none; }

/* sidebar
----------------------------------------------- */
#sidebar a{
	color: #fff;
	}


#sidebar h1 a{ font-weight: bold; }
#sidebar h1 a:hover{  }

#nav{ list-style: none; margin: 1.5em 0 1em 0;}
#nav li{ padding: 0; margin: 0; }
#nav a{
	display: block;
	height: 2.0em;
	padding: 0.3em 0.2em 0 0.8em;
	margin-bottom: 1px;
	color: #eee;
	background-color: #363633;
	}

#nav a:hover{
	color: #1a1a1a;
	background-color: #D0EB6A;
	}	


#sidebar .callout{ xbackground-color: #333;
	border: 1px solid #222; 
	padding: 0.25em .5em;   }
#sidebar .callout a{ color: #8ad459;}
#sidebar .callout ul{ margin-top: -.45em; margin-left: 1em; margin-bottom: .4em; }

/* content
----------------------------------------------- */
#content ul{ margin-left: 4px;}
#content ul li{
	list-style: none;
	padding: 0 0 0 12px;
	background: url(../images/bullet.gif) no-repeat 0 6px;
	}
#content ul ul{ margin-top: 0;}
	
.download{
	background-color: #333;
	border: 1px solid #444; 
	padding: 0.7em 1.5em; }
.download:hover{
	background-color: #555;
	border: 1px solid #777;
	}
#content ul.download li{
	padding: 0.3em 0;
	background-image:none;
	}
.download img{ padding-right: 0.3em; }
.download li strong{ font-family: "Trebuchet MS",Verdana,Sans-Serif; font-size: 2.25em; color: #fff;}
.download li em{ font-style: normal; color: #D0EB6A; }

/* misc
----------------------------------------------- */


.first{ border-top: none; padding-top: 0; }

.thumbnail{
	padding: 20px;
	float: left;
	margin: 20px;
	}	

.caption{ font-size: 0.9em; padding-top: 0.2em ;	}

html {
	height: 100%;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

body {
	height: 100%;
	background-color: #F7F7F5;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	background-image: none;
}

body, p, ol, ul, dl, li, td, th, div {
	font-size: 9pt;
	line-height: 18px;
	border-top-color: #F7f7f5;
	border-right-color: #F7f7f5;
	border-bottom-color: #F7f7f5;
	border-left-color: #F7f7f5;
	

}

.text_title { position : absolute; left : 246px; top : 57px; }
.text_subtitle { position : absolute; left : 248px; top : 127px; }
.text_details {font-family:Verdana, Arial, Helvetica, sans-serif;font-size:10px;color:#DAD5CD;}
.text_bg {font-family:Verdana, Arial, Helvetica, sans-serif;font-size:10px;color:#1A1A1A;}
.text_details_title { display : inline; color : #00D4E9; }
a.text_details_link, a.text_details_link:link, a.text_details_link:visited, a.text_details_link:active, a.text_details_link:hover { font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color : #1A4484; text-decoration : none; }
.text_text_name { position : absolute; left : 246px; top : 257px; }
input.text_input_name { position : absolute; left : 320px; top : 257px; width : 167px; height : 14px; padding-left : 3px; padding-top : 4px; border : none 0px; background-image : url('../media/user/shared/input_medium.jpg'); background-repeat : no-repeat; text-align : left; font-family:Verdana, Arial, Helvetica, sans-serif;  font-size:10px;  color : #636363; }
.text_text_email { position : absolute; left : 246px; top : 292px; }
input.text_input_email { position : absolute; left : 320px; top : 292px; width : 167px; height : 14px; padding-left : 3px; padding-top : 4px; border : none 0px; background-image : url('../media/user/shared/input_medium.jpg'); background-repeat : no-repeat; text-align : left; font-family:Verdana, Arial, Helvetica, sans-serif;  font-size:10px;  color : #636363; }
.text_text_inquiry { position : absolute; left : 246px; top : 347px; }
textarea.text_input_inquiry { position : absolute; left : 320px; top : 347px; border : 1px solid #ccc; padding : 2px; width : 255px; height : 100px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color : #636363; }
.text_send { position : absolute; left : 515px; top : 467px; }



p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1.3em;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}

a:link {
	color: #6CF;
}
a:visited {
	color: #6CF;
}
a:hover {
	color: #6CF;
}
a:active {
	color: #6CF;
}

h1, h2, h3, h4, h5 {
	background: none;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	border-bottom: 1px dotted #333;
	margin-bottom: 2px;
	padding-bottom: 2px;
}

h1 {
	font-size: 14px;
	padding: 20px 0px 4px 0px;
	border-bottom: 1px solid #888;
	margin-bottom: 4px;
}

h2 {
	font-size: 12px;
	
