/**
 * Style sheet main
 */
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
body,
html,
p,
blockquote,
fieldset,
input
{
	margin:0;
	padding:0;
}

a img,
:link img,
:visited img
{
}

img { border:0; }

.hidden {
	display:none;
}
.clear {
	clear:both;
}

th
{
	text-align:left;
}

a
{
	text-decoration:none;
	color:#05e;
}

a:hover
{
	text-decoration:underline;
}

html
{
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;;
	font-size:10px;
}

ul
{
	padding:0;
	list-style: none;
}

body {
	background-color: #fff;
  background: #eee url('../images/bgline.gif') repeat-x;
}

p.infotext {
    font-size:0.8em;
}

#blacktest {
	height:35px;
	width:100%;
	background-color:#000;
	color: #fff;
	font-weight:normal;
	/*	display:none;*/
}
#blacktest div.search {
	text-align:right;
	float:right;
	width:45%;
	padding:8px 10px;
	color: #888;
}
#blacktest div.textinfo {
	float:left;
	width:80%;
	padding:12px 10px;
	font-size:10px;
	font-weight:normal;
	color: #999;
}

#footer {
  margin:auto;
  border-top:1px solid #ddd;
  margin-top:30px;
	height:25px;
	width:980px;
  padding-top:10px;
	color: #555;
	font-weight:normal;
	text-align:left;
}

#maincontainer
{
	width:982px;
	margin:auto;
	position:relative;
	padding-bottom: 6px;
}

#headbar
{
	height:92px;
  border-bottom:1px solid #ddd;
  margin-bottom:50px;
  
}

#headbar #logoarea
{
	width: 30%;
	float:left;
	padding:0px 2px;
}
#headbar #logoarea #logos {
	padding-top: 40px;
}
#headbar #logoarea #logos .i7logo {

}


#navigation {
	width:60%;
	float:right;
	font-size:12px;
	margin-top:70px;
	font-weight: normal;
	color: #999;
	font-weight:bold;
}
#navigation ul {
	float:right;
}
#navigation a {
	color: #666;
	
}
#navigation ul li {
	float: left;
	margin-right: 20px;
	height:23px;
}
#navigation ul li.last {
	margin-right: 0px;
}

#navigation ul li.trail {
	background:url('/images/mainnav_arrow-trans.png');
  background:url('/images/subnav_arrow-trans.png');
	background-repeat: no-repeat;
	background-position: bottom center;
}

#titlebar {
	border-bottom: 1px solid #ddd;
	margin-bottom:10px;
}

#titlebar h1 {
	float:left;
  margin-bottom:10px;
}

/* SUBNAV */
#subnavigation {
	float:right;
	font-size:13px;
	margin-top:40px;
	font-weight:normal;
	color: #999;
}
#subnavigation ul {
	float:right;
}
#subnavigation a {
	color: #666;
	
}
#subnavigation ul li {
	float: left;
	margin-right: 20px;
	height:23px;
}
#subnavigation ul li.last {
	margin-right: 0px;
}

#subnavigation ul li.trail {
	background:url('/images/subnav_arrow-trans.png');
	background-repeat: no-repeat;
	background-position: bottom center;
}
/* ......... END SUBNAV */




.roundedmiddle {
	/*background-color:#f00;*/
	background: url('/images/main_round_middle-trans.png');
	padding-left:0px;
	padding-right:0px
	/*background: url("/images/bg_lines.gif");*/
}

.roundedtop {
	background: url('/images/main_round_top-trans.png');
	height:5px;
}
.roundedbottom {
	background: url('/images/main_round_bottom-trans.png');
	height:5px;
}


.roundedmiddle.small {
	background: url('/images/small_round_middle-trans.png');

}

.roundedtop.small {
	background: url('/images/small_round_top-trans.png');
}
.roundedbottom.small {
	background: url('/images/small_round_bottom-trans.png');
}

.roundedmiddle.trans {
	background: url('/images/main_round_middle-trans.png');
}

.roundedtop.trans {
	background: url('/images/main_round_top-trans.png');
}
.roundedbottom.trans {
	background: url('/images/main_round_bottom-trans.png');
}


h1.maintitle {
	padding-left:10px;
	padding-top:15px;
	margin-bottom:8px;

	color: #666;
	font-size:3.4em;
}

h1.maintitle.nopadding {
	padding-left:0px;
	padding-top:0px;

	

	color: #666;
	font-size:3.4em;
}




.column1,.column2,.column3 {
	width:33.3%;
	float:left;
}
.column3 {
	float:right;
}

.column1,.column2 {

}

.column div.content {

	padding:30px 40px;
	color: #444;
  	font-size:12px;
	line-height: 1.5em;
  
}
.column div.content.last {
	border-bottom:0;
}
.column1 div.content {

}
.column2 div.content {
margin-left:-20px;

}
.column3 div.content {
	margin-left:-30px;
}

.column div.content h2 {
	font-weight:normal;
	color: #000;
	margin-bottom:15px;
	font-size:1.6em;
}
.column div.content div.image {
	margin-bottom:5px;
}
.column div.content div.title {
	font-weight:bold;
}
.column div.content span.date {
	padding-right:10px;
}
.column div.content div.description {

}

.fullcolumn {
    	padding:30px 40px;
	color: #444;
  	font-size:12px;
	line-height: 1.5em;
}

.imgtitle {
	display:none;
}

/* google search */
#google-input {
	border: 1px #bbb solid;
	padding: 4px 5px 2px;
	font-size: 11px;
	width: 250px;
}




/* double column */
div.doublecolumn.left {
  float:left;
  width:185px;
  
  margin-right:20px;
}

div.doublecolumn.right {
  float:left;
  width:777px;
  
}



/* menu */
div.menu {
  width:185px;
}

div.menu div.menupoint {

}

div.menu div.menupoint div.title {
  padding:2px 10px;
  padding-top:7px;
  height:20px;
  cursor:pointer;
  font-size:1.2em;
}
div.menu div.menupoint div.title:hover {
  text-decoration:underline;
}
div.menu div.menupoint.top div.title {
  background:url('../images/menu_top-trans.png');
}
div.menu div.menupoint.middle div.title {
  background:url('../images/menu_middle-trans.png');
}
div.menu div.menupoint.bottom div.title {
  background:url('../images/menu_bottom-trans.png');
}


div.menu div.menupoint div.points {
  padding:2px 10px;
  padding-left:5px;
  padding-top:4px;
  border-left:1px solid #ddd;
  border-right:1px solid #ddd;
  height:28px;
  cursor:pointer;
  background-color:#fff;
  border-bottom:1px solid #ddd;
  background:#fff url('../images/disc_arrow.gif') no-repeat 173px 11px;;
  clear:both;
}
div.menu div.menupoint div.points:hover {
  background:#fff url('../images/disc_arrow_.gif') no-repeat 173px 11px;;
}

div.menu div.menupoint div.points div {
  float:left;
}
div.menu div.menupoint div.points div.text {
  margin-top:12px;
  margin-left:5px;
}

div.menu div.menupoint div.points div.text.twoline {
  margin-top:1px;
  margin-left:5px;
}



div.menu div.menupoint div.points:hover div.text {
  color: #66f;
}

.hidden {
  display:none;
}

/* END MENU */

/* LISTS */
dt {
  float:left;
}

dd {
  margin-left:90px;
}


/* STARTPAGE */
div.startpageroundleft {

    float:left;
    width:553px !important;
    margin:0px !important;
    
}

div.startpageroundright {
    float:left;
    width:202px !important;
    margin:0px !important;
    padding-top:21px;
}


div.startpageroundleftwebsite {

    float:left;
    width:452px !important;
    margin:0px !important;

}

div.startpageroundrightwebsite {
    float:left;
    width:322px !important;
    margin:0px !important;
    padding-top:3px;
}



div.startpageroundleft div.iphoneicon {
   width:70px !important;
   margin:0px !important;
   float:left;
   
}

div.startpageroundleftwebsite  div.headline {
    width:400px !important;
    margin:0px !important;
    padding-top:8px;
   float:left;

}

div.startpageroundleft div.headline {
    width:400px !important;
    margin:0px !important;
    padding-top:8px;
   float:left;
   
}

div.startpageroundleft div.headlineblock {

    width:520px !important;
    height:100px !important;
    margin:0px !important;
    
}


div.startpageroundleftwebsite div.headlineblock {

    width:400px !important;
    height:100px !important;
    margin:0px !important;
    
}

div.infoblock.big {
    font-size:1.4em;
}

div.infoblock ul {
    margin-left:15px;
    font-size:1.4em;
    width:500px !important;
    margin-bottom:25px  !important;
}

ul.nicelist {
    margin-left:15px;
    list-style:disc;
}

ul.nicelist li {
    margin-bottom:8px;
}

ul.nicelist li.last {
   margin-bottom:0px;
}

div.infoblock li {
    list-style:url(/images/disc_arrow.gif);
    margin-bottom:10px;
}

/* STARTPAGE SCROLLER */
/* root element for the whole scrollable setup */
div.scrollable {
	position:relative;
	overflow:hidden;
	width: 776px;
	height:319px;
}

/*
	root element for scrollable items. It is
	absolutely positioned with large width.
*/
#thumbs {
	position:absolute;
	width:20000em;
	clear:both;

}

/* custom positioning for navigational links */
a.prev, a.next {
	margin-top:118px;
}



/* single item */
#thumbs div {
	float:left;
	width:776px;
	height:319px;
	color:#000;


        margin-right:430px;
}

#thumbs div div.inner {
 padding:22px;
}
