/*******************************************************************************
 * Copyright © BrainyByte di Vaggelli Manuele - Tutti i diritti riservati
 * Author: Manuele vaggelli
 * Author URI: http://www.brainybyte.com 
 ******************************************************************************/


/* HTML ELEMENTS **************************************************************/

* {
    border:none;
    margin:0;
    padding:0;
}
html {
    margin: 0pt; 
    padding: 0pt; 
    min-height: 100%; 
    height: 100%;
}
body {
    background:#fff;
    font:12px Arial, Sans;
    color:#444;
}

a {
    outline:none;
    color:#0041a3;
}

a:hover {
    
}

ul {
    margin-left: 20px;
}

h1 {
    font-size:24px;
    font-weight:normal;
    color:#000;
    margin:0;
    padding:0 0 3px;
}
h2 {
    font-size:22px;
    color:#000;
    border-bottom:1px solid #e8e8e8;
    margin:0 0 15px;
    padding:0;
}

p {
    font-size:12px;
    line-height:18px;
    margin:0 0 12px 0;
    padding:0;
}
/* CLASSES ********************************************************************/

img.thumbnail {
	vertical-align: middle;
	float: left;
	margin-right: 5px;
	padding-top: 3px;	
}

img.thumbnail-big {
	vertical-align: middle;
	float: left;
	margin-right: 5px;
	padding-top: 3px;
	background-color: #fff;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;		
}


p.quote {
	font-style: italic;
	line-height: 14px;
	background-color: #f5f5f7;
	padding: 10px;
	border: 1px solid #ededed;
}

p.thumbnail {
	background: #f4f5f5 url(images/bk-box.png) bottom repeat-x;
	border: 1px solid #ccc;
	padding: 5px;
}

a.thumbnail {
	display: block;
	text-decoration: none;
	color:#444; 
}

.clear {
    clear:both;
}
.imgleft {
    float:left;
    border:1px solid #809098;
    margin:0 12px 12px 0;
    padding:3px;
}
.imgright {
    float:right;
    border:1px solid #809098;
    margin:0 0 12px 12px;
    padding:3px;
}
.img_center {
    width:98%;
    margin:10px 0;
    padding:5px;
}

p.aright {
    text-align:right;
}

clearfix:after {
    content: ".";
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
}
.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}

.index_wrap {
    overflow:hidden;
    height:100%;
}

.columns-page {
    margin-top:10px;
    padding-bottom:10px;
    height:100%; 
    padding-left: 8px;
    padding-right: 8px;	
}

.column-page-center {
	width:596px;
    float:left;
    margin-left: 0px;
    border-right: 1px dotted #ddd;
    margin-left:0px;    	
}

.column-page-right {
	width:289px;
    float:right;
    margin-right: 0px;
    padding-top: 60px;    
}

.columns {
    width:289px;
    margin-top:10px;
    padding-bottom:10px;
    height:100%; 
    padding-left: 8px;
    padding-right: 8px;  
}

	.column-left {
	    float:left;
	    margin-left: 0px;
	    border-right: 1px dotted #ddd;
	    margin-left:0px;	
	}
	.column-center {
	    float:left;
	    margin-left: 0px;
	    border-right: 1px dotted #ddd;
	    margin-left:1px;    
	}
	.column-right {
	    float:right;
	    margin-right: 0px;
	    padding-top: 60px;    
	}

.columns-page p,
.columns p { 
	line-height:18px;
}
.columns-page h2,
.columns h2 {
    font-size:18px;
    margin:0 0 10px 0;
    border-bottom:none;
    color:#555;
    font-weight: bold;
}
.columns-page li,
.columns li {
    line-height:18px;
    margin:0 0 4px 0;
}
.columns-page li span,
.columns li span { 
	font-size:11px; 
	font-weight:normal;  
	}

/* HEADER *********************************************************************/

#header {
    height:60px;
}
#header-in {
    width:940px;
    position:relative;
    margin:0 auto;
    border-top: 5px solid #525252;
    background-color: #f2f5f7;
}

#header-in h1 {
    margin:0;
    padding:0;
    height:40px;
    border:none;
    width: 300px;
    text-align: center;
    text-indent:-9009px;    
}

#header-in h1 a {
    display:block;
    width:100%;
    height:40px;
    padding:0;
    background: #000 url(images/swb-logo.png) center no-repeat;	
}

#headtop-in {
    width:940px;
    margin:0 auto;
}
#headtop-in h1 {
    font-size:24px;
    font-weight:normal;
    color:#fff;
    float:left;
    margin:0;
    padding:12px 0 0;
}

/* NAVIGATION *****************************************************************/

#navbar {
    list-style:none;
    font-size:12px;
    height:100%;
    clear:both;
    position:absolute;
    left:310px;
    padding:0;
    top: 0;
}
#navbar li {
    display:block;
    float:left;
    line-height:18px;
    margin:12px 0 0 0;
}
#navbar li a {
    text-decoration:underline;
    border-bottom:0;
    padding:5px;
}

#navbar li a:hover {
   
}

/* BOTTOM NAVIGATION BAR***********************************************************/

#navbar-bottom {
	text-align: center;
	margin-bottom: 10px;
	}
	
#navbar-bottom-in { 
	width:940px; 
	margin:-1px auto 0;
	}

#navbar-bottom-in ul {
    list-style:none;
    font-size:12px;
    height: 20px;
    clear:both;
    padding:0;
	width:570px;
	position:relative;
	margin:-1px auto;
	text-align: center;    
}
#navbar-bottom li {
    display:block;
    float:left;
    line-height:18px;
}
#navbar-bottom li a {
    text-decoration:underline;
    border-bottom:0;
    padding:5px;
    outline:none;
    color:#00803d;
}

#navbar-bottom li a:hover {
   
}


/* BANNER *********************************************************************/

#banner {
    
}
#banner-in {
    width:940px;
    height:220px;
    clear:both;
    margin:0 auto;
    background-color: #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

#banner-in #headline {
	width: 260px;
	height: 250px;
	margin-left: 650px;
	padding-top: 20px;
}

#banner-in #headline-inner {
    width: 260px;
    height: 250px;
    background: #e8f1f8 url(images/headline.jpg) no-repeat bottom right;
    border: 1px solid #83d1f8;
    color: #51748f;
    padding: 5px;
}

#banner-in #headline-inner h2 {
    font-size:16px;
    margin:0 0 10px 0;
    border-bottom:none;
    font-weight: bold;
    color: #3a709c;	
}

#banner-in table {
	background-color: #000;
	float: left;
	width: 650px;
	height: 220px;
	border: 0px;
	padding: 0px;
}

/* CONTENT WRAP ***************************************************************/

#content-wrap {
	width:920px;
	height:100%;
	overflow:hidden;
	margin:0 auto;
	padding-left: 10px;
	padding-right: 10px;
}

/* COPYRIGHT ******************************************************************/

#copyright {
	clear:both;
    text-align: center;	
    color: #222;
    font-size: 11px;    
}
#copyright-in {
	width:940px;
	position:relative;
	margin:-1px auto 0;
	padding:5px 0 5px 0;
    background: #000 url(images/bk_black.png) center repeat-x;
    color: #f2f5f7;
}

/* POWEREDBY ******************************************************************/

#poweredby {
    clear:both;
    text-align: center; 
    color: #000;
    font-size: 11px;
}
#poweredby a {
	color: #00f;
}
#poweredby p {
	font-size: 11px; 
}
#poweredby-in {	
    width:940px;
    position:relative;
    margin:-1px auto 0;
    padding:10px 0 0;
}
