
/* Basic paragraph
----------------------------------------------------------------------------- */
.basic_paragraph {
	width: 580px;
	margin-left: 0px;
	float: left;
	height: auto !important;
    	}


/*
.columnized_paragraph
----------------------------------------------------------------------------- */
.columnized_paragraph {
	width: 580px;
	margin-left: 0px;
	float: left;
	height: auto;
	}

.home-cols {
	width: 45%;
	float: left;
	padding: 5px 0 20px 20px;
	font: 76% Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	height: auto;
	margin:0;
	list-style-position: outside;
	}

.home-cols li {
	margin: 5px 0 5px 0;
	padding: 0px 0 5px 0;
	list-style-image: url("images/layout-col1-li.gif");
	}


/* Menu 3
----------------------------------------------------------------------------- */
#menu3 {
	background-color: black;
	background-image: url("/dep/layout-home-menu.jpg");
	background-repeat: no-repeat;
	min-height: 245px;
	height: auto !important;
	height: 245px;
	width: 100%;
	margin: 0px !important;
	padding: 0px !important;
	overflow:hidden;
	}

#menu3 h2.subtitle {
	width: 300px;
	color: #fff;
	margin: 50px 0 0 35px;
	padding: 0px 0 0 10px;
	height: 100px;
    font-size:30px;
    /*text-shadow: 0.5em 0.5em black;
	background: black;*/
	}

#menu3 h2.subtitle span {
	display:block;
    font-size:18px;
	}

#menu3 ul {
	width: 280px;
	color: #fff;
	margin: -120px 0 0 640px;
	padding: 0px 0 0 0;
	height: auto;
	}

#menu3 ul li {
	list-style: none;
	}

#menu3 ul li img {
	float:left;
	margin:0 5px 0 0px;
	}

#menu3 ul li a {
	color: #fff;
	padding: 10px 0 10px 10px;
	display: block;
	width: 235px;
	min-height: 31px;
	height: auto !important;
	text-decoration: none;
	font-size:76%;
	line-height:100%;
	}

#menu3 ul li a:hover {
	background: #3e0000;
	text-decoration: none;
	}

#menu3 ul a em {
	font-size: 11px;
	color: #F46830;
	font-style: normal;
	}

.icon-docs {
	background: transparent url("images/layout-menu3-li-icon-docs.gif") 5px center no-repeat;
	}

#menu3 ul li.icon-docs a:hover {
	background: #3e0000 url("images/layout-menu3-li-icon-docs.gif") 5px center no-repeat;
	}

.icon-download {
	background: transparent url("images/layout-menu3-li-icon-download.gif") 5px center no-repeat;
	}

#menu3 ul li.icon-download a:hover {
	background: #3e0000 url("images/layout-menu3-li-icon-download.gif") 5px center no-repeat;
	}

.icon-talk {
	background: transparent url("images/layout-menu3-li-icon-talk.gif") 5px center no-repeat;
	}

#menu3 ul li.icon-talk a:hover {
	background: #3e0000 url("images/layout-menu3-li-icon-talk.gif") 5px center no-repeat;
	}

.icon-tutorial {
	background: transparent url("images/layout-menu3-li-icon-tutorial.gif") 5px center no-repeat;
	}

#menu3 ul li.icon-tutorial a:hover {
	background: #3e0000 url("images/layout-menu3-li-icon-tutorial.gif") 5px center no-repeat;
	}


/* News
----------------------------------------------------------------------------- */
.news {
	width: 220px;
	padding: 0 25px;
	margin:40px 0px 0px 10px;
	border-left: 1px solid #ccc;
	}

.news h2 {
	font-weight: bold;
	font-size: 14px;
	color: #464645;
	margin:0px;
	padding: 5px 0 0 0px;
	width:210px;
	}

.news h3{
	font-size: 13px;
	padding: 2px 0 0px 0;
	color: #666666;
	font-weight: bold;
    }

.news .title {
	font-size: 13px;
	padding: 2px 0 0px 0;
	color: #666666;
	font-weight: bold;
	padding-top: 10px;
	}

.news em.hosting{
	background-image: url("images/icon.gif");
	text-indent: -999em;
	overflow: hidden;
	}

.news em.date {
	font-size: 11px;
	color: #999;
	font-style: normal;
	}

.news a {
	color:#0e7fc7;
	text-decoration: none;
	}

.news a:hover {
	text-decoration: underline;
	}

.news p{
	margin:0;
	padding: 4px 0;
 	line-height: 15px;
	}

.news p.past-news{
	margin:0;
 	padding: 15px 0 10px 0;
	line-height: 15px;
	color:#0E7FC7;
	}
	


