/**
 * @name		default.css
 * @version		1.0
 * @author		Mike Dingjan <mike@.net>
 * @copyright	2010 - CC2NET.COM
 */

/* ------------------------------------------------------------------------ */
/* 										  R E S E T 			 																		*/
/* 												remember to define focus styles! 									*/
/* 												remember to highlight inserts somehow! 						*/
/* 												tables still need 'cellspacing="0"' in the markup	*/
/* ------------------------------------------------------------------------ */
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: Verdana;
	font-size: 12px;
}

body { line-height: 1; }
ul, ol { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

:focus { outline: 0; } 
ins { text-decoration: none; } 
del { text-decoration: line-through; }
table { 
	border-collapse: collapse; 
	border-spacing: 0; 
}

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}
.clearfix { display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


/* ------------------------------------------------------------------------ */
/* 																 H E A D E R 			 												*/
/* ------------------------------------------------------------------------ */
#header {
	background: #c4c4c4;
	padding: 35px 0;
}

#header div.clearfix {
	width: 940px;
	margin: 0 auto;
}

#header .logo {
	float: left;
	text-indent: -9999em;
	height: 50px;
	width: 160px;
	background: transparent url('/res/v2/gfx/logo.gif') no-repeat left top;
	margin: 0 0 10px 0;
}

#flash {
	float: left;
	width: 940px;
	height: 420px;
	z-index: -1;
}

#header .flashshadow {
	float: left;
	padding-top:-200px;
	width: 1024px;
	height: 158px;
	overflow:hidden;
	z-index: -10;
	background: transparent url('/res/v2/gfx/flash_shadow2.png') no-repeat left top;
}
/* ------------------------------------------------------------------------ */
/* 							 							 M A I N M E N U 			 												*/
/* ------------------------------------------------------------------------ */
#header .mainmenu { 
	float: right;
	margin: 10px 0 0 0;
}

#header .mainmenu li { 
	float: left; 
	border-left: 1px solid #333;
	padding: 5px 10px;	
	font-family: Verdana, Tahoma, Arial;
	margin: 0 0 0 10px;
}

#header .mainmenu li a {
	display: block;
	font-size: 16px;
	text-decoration: none;
	color: #333;
}

#header .mainmenu li a span {
	display: block;
	font-size: 9px;
	text-decoration: none;
}

/* ------------------------------------------------------------------------ */
/* 																S U B M E N U 					 									*/
/* ------------------------------------------------------------------------ */
.drop ul {
  position: absolute;
  margin: 5px 0 0 -21px;
  height: auto;
  display: none;
}
			
.drop ul li {
  float: none !important;
  background: #fff;
  display: block;
  border-top: 1px solid #6c6c6c;
  border-right: 0 !important;
  border-left: 0 !important;
  padding: 10px !important;
  font-size: 9px !important;
  min-width: 100px;
}
			
.drop ul li:last-child { border-bottom: 1px solid #6c6c6c; }
			
.drop ul li a {
  color: #878787;
  font-size: 9px !important;
}
			
.drop ul li a:hover { color: #1ca0e4 !important; }

/* ------------------------------------------------------------------------ */
/* 													M A I N  C O N T E N T 			 										*/
/* ------------------------------------------------------------------------ */
#main { background: #fff url('/res/v2/gfx/bgmain.png') repeat-x left top; }

#maincontent {
	width: 940px;
	margin: 0 auto;
	min-height: 160px;
}


#maincontent .newsticker { 
	height: 42px; 
	overflow: hidden; 
}

#maincontent .newsticker li {
	height: 42px;
	line-height: 42px;
	display: none; 
	text-align: center; 
}

#maincontent .columns { margin: 20px 0 0 0; }

#maincontent .columns .col { 
	float: left; 
	width: 280px; 
	margin: 0 0 20px 50px; 
}

#maincontent .columns .col:first-child { margin: 0; }

#maincontent .columns .col a { margin-top: 20px !important; display: block; }

hr.fading {
	display: block;
	height: 1px;
	width: 940px;
	background: transparent url('/res/v2/gfx/hruler.png') no-repeat left top;
}

/* ------------------------------------------------------------------------ */
/* 																M A R K U P 			 												*/
/* ------------------------------------------------------------------------ */
h1 { font-size: 20px; margin: 10px 0; color: #2d2d2d; }
h2 { font-size: 18px; margin: 5px 0; color: #2d2d2d; }
h3 { font-size: 16px; margin: 5px 0; color: #2d2d2d; }
p { text-align: justify; margin: 5px 0; color: #959595; }

a { text-decoration: none; color: #1ca0e4; }
a:hover { text-decoration: underline; }

/* ------------------------------------------------------------------------ */
/* 																F O O T E R 			 												*/
/* ------------------------------------------------------------------------ */
#push {
	height: 150px;
	margin: 50px 0 0 0;
}

#footer {
	height: 150px;
	margin: -150px 0 0 0;
	background: #c1c1c1;
}

#footercontent {
	width: 940px;
	margin: 0 auto;
}

.legal { color: #2d2d2d; float: left; font-weight: bold; width: 100px; padding: 25px 0 0 0; margin: 10px 60px 0 0; }

.legal span { display: block; margin: 0 0 10px 0; font-size: 10px; }

.legal span.copy {
	color: #fff;
	font-size: 9px;
	font-weight: normal;
}

.products {	margin: 0 60px 0 0; }

.products, .pages {
	float: left;
	width: 200px;
	margin-top: 10px;
}
.products h1, .pages h1 {
	color: #fff;
}

.products ul, .pages ul { margin-top: 20px; }

.products ul li, .pages ul li {
	border-top: 1px solid #fff;
	padding: 5px;
}

.products ul li a, .pages ul li a { color: #fff; }

.mail { 
	background: transparent url('/res/v2/gfx/emailform.png') no-repeat left top; 
	float: right; 
	width: 208px; 
	height: 71px; 
	margin: 40px 0 0 0;
}

.mail a {
	display: block;
	width: 208px;
	height: 71px;
	text-indent: -9999em;
}


