/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
   TEMPLATE NAME: 	Techmania 1.0
	TEMPLATE CODE: 	S-0003
    VERSION:         1.1          	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top elements */
* { margin:0; padding: 0; }

body {
	background-color: #3A3A3A;
 	color: #555; 
 	font: 77%/1.5  Verdana, 'Trebuchet MS', arial, sans-serif;
 	margin: 15px 0;
}  

p {
	padding-bottom: 15px;
}
/* links */
a	{ 
	color: #7BA044;
	background: none;
	font-weight: none;
	text-decoration: none;
}
a:hover { 
	color: #7BA044;
	text-decoration: underline;
}

 
/* headers */
h1, h2, h3, h4, h5 {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-weight: bold;
	padding: 0;
	margin-top: 10px; 
        margin-bottom: 10px;
}

h1 {
	font-size: 1.5em;	
}
h2 {
	font-size: 1.1em;
	text-transform: uppercase;
	color: #333;
	letter-spacing: 1px;

}
h3 {
	font-size: 1.0em;
	text-transform: uppercase;
	color: #333;
	letter-spacing: 1px;
}
h4 {
	font-size: 0.9em;
	text-transform: uppercase;
	color: #333;
	letter-spacing: 1px;
}


ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
}

ul {
	list-style: none;
}


/* images */
img {
	border: 0px solid #CCC;
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #EAEAEA;  
  border-left: 5px solid #72A545;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 32px;  	
  	background: #FAFAFA url(file:///Macintosh%20HD/Users/emilycolbert/Desktop/HawkMS/images/quote.gif) no-repeat 5px 10px  !important; 
	background-position: 8px 10px;
	border: 1px solid #EAEAEA; 
	border-left: 5px solid #72A545;  
	font-weight: bold; 
}

/* form elements */
form {
	margin:10px 15px; padding: 0;
	border: 0px solid #EAEAEA; 
	
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:3px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:4px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #EAEAEA;
	padding: 2px 3px; 
	background: #CCC url(file:///Macintosh%20HD/Users/emilycolbert/Desktop/HawkMS/images/buttonbg.gif) repeat-x left bottom; 
	color: #333;/* color: #339900; */
}

/* search */
#sidebar #search {
	background: #f2f2f2;
	margin: 0 15px;
	padding: 5px 0;	
}
#sidebar #search img {
	vertical-align: bottom;
}
#sidebar #search .textbox {
	background: #FFF url(file:///Macintosh%20HD/Users/emilycolbert/Desktop/HawkMS/images/input.png) no-repeat top left; 
	border: 1px solid #EAEAEA;
	font-size: 11px;
	padding: 3px;	
	width: 200px;
}
#sidebar #search input.searchbutton { 
	margin: 0; 
	font: bold 100% Arial, Sans-serif;
	border: 1px solid #CCC; 
	background: #CCC url(file:///Macintosh%20HD/Users/emilycolbert/Desktop/HawkMS/images/buttonbg.gif) repeat-x left bottom; 
	padding: 1px; 
	height: 25px;
	color: #333;	
	width: 55px;
}

/*****************************
      LAYOUT 
******************************/

#wrap {
   margin: 0 auto ;
   padding:0;	
   text-align: left;
   background-color: #FFFFFF;
   width: 850px;  	
}

#content-wrap {
	clear:both;
   	margin:0; padding:0;
	width: 850px;		
        background-color:#FFFFFF;
}

/* header */

#header {
	position: relative;
	clear:left;
	width: 850px;
	height: 110px;
	margin: 0;
	padding: 0;
	background-image: url(../images/headerbg.jpg);
	background-color: #000;
	background-repeat: no-repeat;
	background-position: left bottom;
}

#header h1#logo-text {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bolder 3.5em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	/* change the values of top and right to adjust the position of the logo*/
	top: 34px;
	right: 37px;
}
#header h2#slogan {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 0.9em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	letter-spacing: 1px;
	color: #FFF;
	top: 85px;
	right:36px;
	width: 126px;
	left: 704px;
}

/* menu tabs */
#header #header-tabs {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 25px;
	background: #000;
   font: bold 1.1em Verdana, Tahoma, 'Trebuchet MS',  Sans-serif;  
} 
#header-tabs ul {		
	margin:0;
        padding:2px 0px 0px 7px;
        list-style:none;
}
#header-tabs li {
	display:inline;
	margin:0;
	padding:0;
	font-size: 9pt;
}

#header-tabs a {
	float:left;
        background: url(file:///Macintosh%20HD/Users/emilycolbert/Desktop/HawkMS/images/tableft.gif) no-repeat left top;
        margin:0;
        padding:0 0 0 4px;
        text-decoration:none;
}

#header-tabs a.flag {
        float:left;
        background: none;
        margin:0;
        padding:0 0 0 7px;
        text-decoration:none;
}


#header-tabs a span {
	float:left;
        display:block;
        background: url(file:///Macintosh%20HD/Users/emilycolbert/Desktop/HawkMS/images/tabright.gif) no-repeat right top;
        padding:7px 15px 4px 8px;
        color: #CCC;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header-tabs a span {float:none;}
/* End IE5-Mac hack */
#header-tabs a:hover span {
	color:#FFF;
}
#header-tabs a:hover {
	background-position:0% -42px;
}
#header-tabs a:hover span { background-position: 100% -42px;}
#header-tabs #current a { background-position:0% -42px; }
#header-tabs #current a span { background-position:100% -42px; color: #FFF;}

/* main content */
#main {
	float: right;
	width: 615px;
	margin: 0; padding: 0;
	background-color: #fff;
}
#main h1 {
	padding: 8px 0px 8px 0px;
	letter-spacing: 2px;
	border-bottom: 1px solid #c2c2c2;	
	color: #7BA044;	 
}

#main h2 {
	padding: 8px 0px 0px 0px;
	border-bottom: 1px solid #c2c2c2;	
}	

#main h3 {
	padding: 8px 0px 0px 0px;
}	

/* sidebar */
#sidebar {
	float: left;
	width: 220px;
	margin: 0 0 10px 0; padding: 0;
	background-color: #fff;	
}
#sidebar h1 {
	/* padding: 8px 0px 3px 25px; */
	/* background: url(../images/square_arrow.gif) no-repeat 0% .7em;*/
	font-size: 12pt;
	text-transform: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #7BA044;	
    margin-left: 15px;
}

#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 15px;
	padding:0;		
}

#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
	font-size: 8.6pt;
}

#sidebar ul.sidemenu a {
	display: block;
	font-weight: bold;
	color: #333;
	text-decoration:none;	
	padding: 2px 5px 2px 10px;
	background: #f2f2f2;
	border-left: 5px solid #CCC;	
	min-height: 18px;	
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #7BA044;
	border-left:5px solid #7BA044;
}

#sidebar ul.sidemenu #scurrent a {
	display: block;
	font-weight: bold;
	text-decoration:none;	
	padding: 2px 5px 2px 10px;
	background: #f2f2f2;
	color: #7BA044;
	border-left:5px solid #7BA044;
	min-height: 18px;	
}


/* footer */
#footer { 
	clear: both;
	height: 40px;
	color: #CCC;
	background: #000;
	margin: 0;	
	font-size: 92%;			
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF; 
}
#footer #footer-left {
	width: 68%;
	float: left;
	text-align: left;
	margin: 0; padding: 10px;
}
#footer #footer-right {
	width: 25%;
	float: right;
	text-align: right;
	margin: 0; padding: 10px;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* additional classes */
.clear {	clear:both;	} 
.hide  { display: none; }
.gray  { color: #CCC; }

.comments { 
	color: #333; 
	background: #FFF;
	text-align: right; 
	border-top: 1px dashed #EFF0F1;
	border-bottom: 1px dashed #EFF0F1; 
	padding: 5px 0;
	margin-top: 20px;
}

/* ================================== */
/* Pandora FMS 1.2 old styles re-used */
/* ================================== */

a.lang_es {
	background: url(file:///Macintosh%20HD/Users/emilycolbert/Desktop/HawkMS/images/es.png) no-repeat 0px 2px;
	padding-left: 20px;
}
a.lang_en {
	background: url(file:///Macintosh%20HD/Users/emilycolbert/Desktop/HawkMS/images/en.png) no-repeat 0px 2px;
	padding-left: 20px;
}
a.lang_de {
	background: url(file:///Macintosh%20HD/Users/emilycolbert/Desktop/HawkMS/images/de.png) no-repeat 0px 2px;
	padding-left: 20px;
}

div.lang {
	float: left;
	position: relative;
	top: 3px;
	left: 15px;
	right: 0px;
	width: 95px;
	text-align: left;
	color: #fff;
}

#main li.pdf, li.html, li.down, li.doc, li.faq, li.ok, li.url {
	line-height: 25px;
	margin: 0px 0px 0px -20px;
	padding: 0px 0px 0px 20px;
}
#main li.pdf {
	background: url(file:///Macintosh%20HD/Users/emilycolbert/Desktop/HawkMS/images/pdf.gif) no-repeat 0px 3px;
}
#main li.html {
	background: url(file:///Macintosh%20HD/Users/emilycolbert/Desktop/HawkMS/images/html.gif) no-repeat 0px 2px;
}
#main li.doc {
	background: url(file:///Macintosh%20HD/Users/emilycolbert/Desktop/HawkMS/images/doc.gif) no-repeat 0px 2px;
}
#main li.ok {
	background: url(file:///Macintosh%20HD/Users/emilycolbert/Desktop/HawkMS/images/url.gif) no-repeat 0px 7px;
	line-height: 18px;	
}
#main li.down {
	background: url(file:///Macintosh%20HD/Users/emilycolbert/Desktop/HawkMS/images/download.gif) no-repeat 0px 3px;
	padding-left: 24px;
}
#main li.faq {
	background: url(file:///Macintosh%20HD/Users/emilycolbert/Desktop/HawkMS/images/help.gif) no-repeat 1px 7px;
	padding-left: 18px;
}
#main li.url {
	background: url(file:///Macintosh%20HD/Users/emilycolbert/Desktop/HawkMS/images/url.gif) no-repeat 1px 6px;
	line-height: 20px;	
}
#main li.news {
	/* background: url(../images/news.png) no-repeat -2px 2px; */
	line-height: 20px;
	margin: 0px 0px 10px 10px;
	padding: 0px 0px 0px 00px;
}
table.doc {
	width:90%;
	border-collapse: collapse;
	margin: 0px 0px 10px 30px;
}
td, th {
	border: 1px solid #d4ddc6;
	padding: 5px;
	font-size: 10px;
}
th {
	font-size: 10px;
	background: #eaeaea;
	text-align: left;
}
td.noborder {
	border: 0px;
} 

.center {
	text-align: center;
}

/* Nice form */
.form1 {
	margin: 0 15px;
	padding: 5px 0;	
}
.form1 img {
	vertical-align: bottom;
}
.form1 .textbox {
	background: #FFF url(file:///Macintosh%20HD/Users/emilycolbert/Desktop/HawkMS/images/input.png) no-repeat top left; 
	border: 1px solid #EAEAEA;
	font-size: 11px;
	padding: 3px;	
	width: 110px;
}
.form1 input.searchbutton { 
	margin: 0; 
	font: bold 100% Arial, Sans-serif;
	border: 1px solid #CCC; 
	background: #CCC url(file:///Macintosh%20HD/Users/emilycolbert/Desktop/HawkMS/images/buttonbg.gif) repeat-x left bottom; 
	padding: 1px; 
	height: 25px;
	color: #333;	
	width: 55px;
}

