/********************************************
   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: #282423;
	color: #555;
	text-align: center;
	margin: 15px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}  

/* links */
a	{
	color: #000000;
	background: inherit;
	text-decoration: underline;
}
a:hover {
	color: #4D576F;
	background: inherit;
}
#main .pict {
	padding-bottom: 10px;
	padding-right: 10px;
}

 
/* headers */
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 14px;
}
h2 {
	font-size: 14px;
	text-transform: none;
	color: #339900;
}
h3 {
	font-size: 14px;
	text-transform: none;
	color: #333;
	letter-spacing: 1px;
}

h1, h2, h3, p { 
	padding: 0;
	margin: 10px 15px; 
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
	color: #72A545;	
}
ul span, ol span {
	color: #666666;
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

/*****************************
      LAYOUT 
******************************/
#wrap {
	margin: 0 auto;
	padding:0;
	text-align: left;
	background-color:#FFF;
	width: 930px;
}
#content-wrap {
	clear:both;
	margin:0;
	padding:0;
	width: 930px;
}

/* header */
#header {
	clear:right;
	width: 930px;
	height: 180px;
	background: #000 url(images/virtual-touch-payperview.jpg) no-repeat left bottom;
	margin-bottom: 4px;
	position: relative;
}
#header  h1 {
	color: #FFF;
	/* change the values of top and right to adjust the position of the logo*/
	top: 36px;
	right: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	float: left;
	margin-right: 25px;
	margin-top: 80px;
	margin-bottom: 0px;
	clear: left;
}
#header  h2 {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	clear: both;
	float: left;
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 25px;
}

/* menu tabs */
#header #header-tabs {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 25px;
	background: #000;
} 
#header-tabs ul {		
	margin:0;
   padding:2px 0px 0px 7px;
   list-style:none;
}
#header-tabs li {
	display:inline;
   margin:0;
   padding:0;
}
#header-tabs a {
	float:left;
	background: url(images/tableft.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
#header-tabs a span {
	float:left;
	display:block;
	background: url(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: left;
	width: 710px;
	margin: 0;
	padding: 0;
	background-color: inherit;
}
#main h1 {
	padding: 8px 0 3px 1px;
	text-transform: none;
	border-bottom: 2px solid #f2f2f2;
	color: #0F161E;
	font-size: 16px;
}	

/* sidebar */
#sidebar {
	float: right;
	width: 215px;
	margin: 0 0 10px 0;
	padding: 0;
	background-color: inherit;
}
#sidebar  h2 {
	padding: 8px 0px 3px 1px;
	background: url(square_arrow.gif) no-repeat 0% .7em;
	text-transform: none;
	color: #0F161E;
	font-size: 16px;
}

#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 15px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.sidemenu a {
	display: block;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
	padding: 2px 5px 2px 10px;
	border-left: 5px solid #39434D;
	min-height: 18px;
	background-color: #000000;
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	color: #FFFFFF;
	border-left:5px solid #000;
	background-color: #39434D;
}


/* footer */
#footer {
	clear: both;
	height: 30px;
	color: #CCC;
	background: #000;
	font-size: 92%;
	width: 930px;
	padding-top: 15px;
	text-align: center;
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF; 
}

/* 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; }

