/* COMMON
------------------------------------*/

body,td,th,input,select,textarea {
	font-family: Tahoma,Arial;
	font-size: 14px;
}
body {
	margin: 0px;
	background-color:#FFF;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0 0 10px 0;
	padding:0;
}
h1{
	font-size:24px;
	font-weight:normal;
	font-family: Arial;
	color:#FFF;
}
h2{
	font-size:16px;
	font-family: Arial;
}
h3{
	font-size:16px;
	font-family: Arial;	
}
a:link, a:visited{
	font-weight: bold;
	color: #406599;
	text-decoration: none;
}
a:hover{
	color: #FFF;
}
table{
	margin-bottom:10px;
}
ul{
	padding: 0 0 0 10px;
	margin: 0 0 10px 10px;
}
ol{
	padding: 0 0 0 10px;
	margin: 0 0 10px 10px;
}
hr{
	border: 0px none #FFFFFF;
	border-top: 1px solid #000;
	padding:5px 0 10px 0;
	margin:0;
	height:1px;
}

/* LAYOUT
------------------------------------*/

#container{
	padding: 0px;
	width: 960px;
	margin: 0px auto;
}
#header{
	height:90px;
	position:relative;
}
#logo{
	position:absolute;
	left:40px;
	top:17px;
	z-index:10;
}
#menu {
	height:40px;
	background-color: #000000;
	background-image: url(../images/menu_background.jpg);
	background-repeat: no-repeat;
	padding:0 20px 0 0;
}
#menu ul{
	margin:0;
	padding:0;
	float:right
}
#menu ul li{
	float:left;
	list-style:none;
	position:relative;
}
#menu .selected span{
	float:left;
	display:block;
	width:8px;
	height:40px;
}
#menu .selected .tl{
	background-image: url(../images/menu_tab_l.gif);	
}
#menu .selected .tr{
	background-image: url(../images/menu_tab_r.gif);		
}
#menu ul li a{
	float:left;
	font-size:11px;
	color:#CCC;
	display:block;
	line-height:40px;
	height:40px;
	text-align:center;
	padding:0 10px;
	font-weight:normal;
}
#menu ul li a:hover{
	color:#FFF;
}
#menu .selected a{
	background-image: url(../images/menu_tab.gif);
	background-repeat: repeat-x;		
}
#menu .selected a{
	color:#FFFFFF;
	font-weight:bold;
}

#body{
	background-image: url(../images/body_background.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding:0 0 20px 40px;
}
#body_gradient{
	height:40px;
	background-image: url(../images/body_gradient.jpg);
	background-repeat: repeat-x;	
}
#body_main{
	margin:0 80px 0 0;
	float:left;
	width:580px
}
#body_sub{
	float:left;
	width:220px;
}
#body_footer{
	/*height:30px;*/
	background-image: url(../images/body_footer.gif);
	background-repeat: no-repeat;
	text-align:center;
	padding:40px 0 0 0;	
	font-size:9px;
}
#body_footer a:hover{
	color:#666666;
}
#submenu{
	float:left;
	width:160px;
	margin-right:20px;
}
#components{
	float:left;
	width:560px;
}
#footer{
	text-align:center;
	font-size:9px;
}

#cyberdesign{
	text-align:center;
	padding:20px;
}

/* GALLERY
------------------------------------*/

.gallery{
	margin:0 0 10px 0;
}
.gallery_hero{
	height:300px;
	overflow:hidden;
	margin:0 0 10px 0;
}
.gallery_image{
	float:left;
}
.gallery_image a{
	display:block;
	padding:5px;
	border:1px solid #FEBD40;
	float:left;
	margin:0 5px 5px 0;
}
.gallery_image a:hover{
	border:1px solid #000;
}

/* EXTAS
------------------------------------*/

.clear{clear:both;}
.off{display:none;}
.on{}
i{display:none;}