@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
/**
 * Tags
 *
 */
body {
	background: #2b2b2b url(../img/background.jpg) no-repeat;
	color: #fff;
	text-align: center;
	font: medium "Trebuchet MS", Arial, sans-serif;
}
a, a:visited {
	color: white;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: underline;
}
p, h2, h3, pre, code, dl, ul { margin-bottom: 10px; }
h3 { border-bottom: 1px solid #fff; }
dt { font-weight: bold; }
dd { margin-left: 15px; }
ul li ul { margin-left: 15px; }
pre,code {
	background-color: black;
	padding: 10px;
	font: 12px "Courier New", Courier, monospace;
	width: 460px;
	overflow-y: hidden;
	overflow-x: auto;
}
p.download { text-indent: -99px; }
p.download a {
	display: block;
	background: url(../img/ico-download.png) no-repeat;
	width: 135px;
	height: 140px;
	position: absolute;
	top: 260px;
	left: 20px;
}
/* Layout structure */
#container {
	margin: 0 auto;
	padding: 20px 0;
	text-align: left;
	width: 750px;
	position: relative;
	overflow: hidden;
}
/* branding = top box / frame */
#branding h1 { background: url(../img/logo.png) no-repeat center center; 	zoom: 1;}
#branding h1 a {
	cursor: default;
	display: block;
	height: 208px;
	text-indent: 0px;
	width: 750px;
}
#branding span { display: none; }
#content { margin-left: 0px; margin-bottom: 0; margin-right: 0; margin-top: 0px; }
#footer {
	border-top: 1px solid #fff;
	padding: 10px 0;
	font-size: .8em;
}
/* Gallery and alignment DONT TOUCH!!!!! */

#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 20px;
}
#gallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
	color: #fff;
}
#gallery ul a:hover { color: #fff; }
/*gallery2*/
#gallery2 ul { list-style: none; }
#gallery2 ul li { display: inline; }
#gallery2 ul img {
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 20px;
}
#gallery2 ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
	color: #fff;
}
#gallery2 ul a:hover { color: #fff; }


/* Style for tabs */
ul.idTabs { width: 100%; }
ul.idTabs li { 
	list-style: none; 
	float: left; 
}
ul.idTabs a {
  display: block;
  padding: 6px 10px;
  text-decoration: none!important;
  font: 10px Verdana;
  color: #FFF;
  background: #333;
  border-bottom: 1px solid #454545;
}
ul.idTabs a:hover {
  color:#FFF;
  background:#222;
}
ul.idTabs a.selected {
  color: #fff;
  font-weight: bold;
  background-color: black;
  cursor:default;
}
div.tab {
	background-color: #444;
	clear: both;
	padding: 20px;
	*margin-top: -10px;
}
#mourao {
	font-size: 9px;
	line-height: 1px;
	color: #666;
}
#mourao a { color: #666; }
/*__________________________________________________________________  tables  */
/*table {
  width: 100%;
  margin: 0 0 18px 0;
}
table th {
  text-align: left;
  font-style: italic;
  font-weight: bold;
  font-family: Georgia, serif;
  border-bottom: 1px dotted #333;
}
table td, table th {
  padding: 5px 15px 5px 0px;
  vertical-align: top;
}
table td.option {
  font-weight: bold;
  color: #ff3b9a;
  padding-left: 0;
  width: 120px;
}
table#features-table tr td {
  vertical-align: middle;
  padding: 5px 5px 5px 10px;
}
table#features-table tr td.strong {
  font-family: Georgia, serif;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  width: 96px;
  color: #ff3b9a;
}
table.thumbs {
  margin-left: auto;
  margin-right: auto;
  width: 450px;
}
table.thumbs td {
  padding: 0;
  text-align: center;
  width: 150px;
}
table#download-table tr td {
  vertical-align: middle;
}
table#download-table tr td.button-container {
  width: 150px;
  text-align: center;
}
I didnt use the tables, but it is an option insted of using the ul option.  
Next time around I think i would have used this insted*/

