/* ------------------------------------ */
/* AUTHOR: Marc Manchec					*/ 
/* SITE: http://www.bozzanova.se		*/ 
/* ------------------------------------ */
/* clear css */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, font, img, ol, ul, li, table, caption, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* reset styles */
* {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}
img {
	border: none;
}
/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;
}
.clear {
	clear: both;
}
/* - remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* - tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
/* // clear css // */



/* setup styles */
body {
	background-color:#202020;
	text-align:center;
	font: 13px Tahoma, Arial, Helvetica, sans-serif;
	line-height:20px;
}
h1 {
	font: 45px Arial, Helvetica, sans-serif;
	letter-spacing:0px;
	text-transform: none;
	color: #212121;
	font-weight:normal;
	padding-bottom:15px;
}

h2 {
	font: 18px Arial, Helvetica, sans-serif;
	letter-spacing:0px;
	text-transform: none;
	color: #212121;
	font-weight:normal;
	padding-bottom:15px;
}

h3 a {
	color: #212121;

}
h3 a:hover {
	color: #009EE0;

}

h3 {
	font: 16px Arial, sans-serif;
	letter-spacing:0px;
	text-transform: none;
	color: #3c3c3c;
	padding-bottom:15px;
	line-height:22px;
	font-weight:normal;
}

h4 {
	font: 16px Arial, sans-serif;
	letter-spacing:0px;
	text-transform: none;
	color: #3c3c3c;
	font-weight:normal;
	padding-bottom:15px;
	line-height:22px;
	font-weight:bold;
}
a {
	color:#009EE0;
	text-decoration:none;
}

#contentleft a, #contentfull a {
	color:#3c3c3c;
	text-decoration:none;
}
#contentleft a:hover, #contentfull a {
	color:#009EE0;
	text-decoration:none;
}

.newsletter_textfield {
	margin: 0 0 8px 0;
	height:18px;
	width:250px;
}

.send_newsletter {
	height:25px;
	width:252px;
	cursor:pointer;
}

/* top navigaion */
#topnav {
	height: 38px;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	letter-spacing:0px;
	text-transform: none;
	color: #cccccc;
	float:right;
	text-align:right;
}
#topnav ul li {
	display: inline;
	float: left;
	height: 38px;
	line-height: 38px;
	list-style: none;
	text-align: center;
}
#topnav ul li a {
	display: block;
	text-decoration: none;
	padding: 0 10px 0 10px;
	color: #cccccc;
}
#topnav ul li a:hover {
	color: #ffffff;
}
#topnav .active a {
}
#topnav .normal a {
}
/* // top navigaion // */


/* main navigaion */
#mainnav {
	height: 38px;
	font: 13px Arial, Helvetica, Tahoma, sans-serif;
	letter-spacing:0px;
	text-transform: uppercase;
	color: #cccccc;
}
#mainnav ul li {
	display: inline;
	float: left;
	height: 38px;
	line-height: 38px;
	list-style: none;
	text-align: center;
}
#mainnav ul li a {
	display: block;
	text-decoration: none;
	padding: 0 13px 0 13px;
	color: #cccccc;
}
#mainnav ul li a:hover {
	/*background: url(mainnav.gif) 0 -38px repeat-x;*/
	color:#ffffff;
}
#mainnav .active a {
/*background: url(mainnav.gif) 0 -38px repeat-x;*/
}
#mainnav .normal a {
/*background: url(mainnav.gif) repeat-x;*/
}
/* // main navigaion // */

/* sub navigaion */
#subnav {
	height: 38px;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	letter-spacing:0px;
	text-transform: none;
	color: #5a5a5a;
	float:left;
	margin: 0 0 0 18px;
}
#subnav ul li {
	display: inline;
	float: left;
	height: 38px;
	line-height: 38px;
	list-style: none;
	text-align: center;
}
#subnav ul li a {
	display: block;
	text-decoration: none;
	padding: 0 10px 0 10px;
	color: #5a5a5a;
}
#subnav ul li a:hover {
	color:#cccccc;
}
#subnav .active a {
	color:#009ee0;
}
#subnav .normal a {
}
/* // top navigaion // */


#sitesetup {
	margin:25px auto 0 auto;
	padding:0;
	text-align:left;
	width:980px;
}
#contentholder {
	width:980px;
	padding:0px;
	background:#fff;/*border:solid 1px #ff0000;*/
}
#topnavarea {
	height:55px;
	width:980px;
	background-color:#000000;
	margin-bottom:1px;
}
#logo {
	width:300px;
	height:55px;
	float:left;
	background: url(../images/layout/bozzanova_logotype.gif) no-repeat;
	background-position: 15px 10px;
}
#bottomlogo {
	width:300px;
	height:38px;
	float:right;
	background: url(../images/layout/bozzanova_logo.gif) no-repeat;
}
#topimagearea {
	width:980px;
	height: 215px;/*border:solid 1px #ff0000;*/
}
#mainnavarea {
	background:#efefef;
	background: url(../images/layout/section_fade.gif) repeat-x;
	width:980px;
	height:38px;
	/*border:solid 1px #ff0000;*/
	overflow:hidden;
}
#mainnavlogo {
	width:40px;
	height:38px;
	float:left;
	background: url(../images/layout/bozzanova_icon.gif) 18px 0 no-repeat;
}
#subnavarea {
	width:980px;
	background-color:#ffffff;
	height:38px;
	border-bottom:solid 1px #cccccc;
}
#contentleft {
	width:630px;
	float:left;
	background:#fff;
	padding: 25px;/*border:solid 1px #ff0000;*/
}
#contentright {
	width:250px;
	float:left;
	background:#fff;
	overflow:hidden;
	padding: 25px 25px 25px 25px;/*border:solid 1px #ff0000;*/
}
#contentfull {
	width:928px;
	background:#fff;
	overflow:hidden;
	padding: 25px 25px 25px 25px;/*border:solid 1px #ff0000;*/
}
#newmaterial {
	width:928px;
	padding: 0 26px 0 26px;
	background-color:#000;
	color:#CCCCCC;
}

#clients {
	width:928px;
	padding: 0 26px 0 26px;
	background-color:#fff;
}
.sectionarea {
	width:930px;
	overflow:hidden;
	background: url(../images/layout/section_fade.gif) repeat-x;
	height:38px;
	padding: 0 26px 0 26px;
	vertical-align:middle;
	background-color:#111;
}
.sectionheadline {
	overflow:hidden;
	float:left;
	height:38px;
	display:inline;
}
.sectiondescription {
	overflow:hidden;
	float:left;
	height:38px;
	margin:0 0 0 30px;
}
.sectionmoreinfo {
	overflow:hidden;
	height:38px;
	float:right;
}
.sectionheadline h1 {
	text-transform:uppercase;
	font-size:15px;
	color: #ccc;
	font-family:Arial, Helvetica, Tahoma, sans-serif;
	line-height:38px;
	font-weight:normal;
}

.sectionheadline h2 {
	text-transform:uppercase;
	font-size:15px;
	color: #ccc;
	font-family:Arial, Helvetica, Tahoma, sans-serif;
	line-height:38px;
	font-weight:normal;
}

.sectiondescription h2 {
	font-size:12px;
	color: #ccc;
	font-family:Arial, Helvetica, Tahoma, sans-serif;
	line-height:38px;
	font-weight:normal;
	
}

.sectiondescription h3 {
	font-size:12px;
	color: #ccc;
	font-family:Arial, Helvetica, Tahoma, sans-serif;
	line-height:38px;
	font-weight:normal;
	
}

.sectionmoreinfo a {
	font-size:11px;
	color: #009ee0;
	font-family:Arial, Helvetica, Tahoma, sans-serif;
	line-height:38px;
	text-decoration:none;
	font-weight:normal;
	vertical-align:middle;
}
.sectionmoreinfo a:hover {
	color:#fff;
}
.portfolioholder {
	width:211px;
	display:block;
	float:left;
	margin: 25px 28px 20px 0;
	text-align:left;
}
.portfolioholderright {
	width:211px;
	display:block;
	float:right;
	margin: 25px 0 20px 0;
	text-align:left;
}

.portfolioholder .client, .portfolioholderright .client {
	font-size:11px; 
	font-weight:normal; 
	font-family:Arial, Helvetica, sans-serif; 
	padding:8px 0 0 0; 
	color:#7b7b7b;
}
.portfolioholder .job, .portfolioholderright .job {
	font-size:11px; 
	font-weight:normal; 
	font-family:Arial, Helvetica, sans-serif; 
	padding:7px 0 0 0; 
	color:#7b7b7b;
}
.portfolioholder .clientname, .portfolioholderright .clientname, .portfolioholder .jobtext, .portfolioholderright .jobtext {
	font-size:11px;
	font-weight:normal; 
	line-height:14px;
}
.clientsholder {
	width:211px;
	display:block;
	float:left;
	margin: 25px 28px 20px 0;
	text-align:left;
}
.clientlist {
	width:159px;
	display:block;
	float:left;
	padding: 0 0 28px 30px;
	text-align:left;
}


.clientsholderright {
	width:211px;
	display:block;
	float:right;
	margin: 25px 0 20px 0;
	text-align:left;
}
portfolioholder .job, .portfolioholderright .job {
	font-size:11px; 
	font-weight:normal; 
	font-family:Arial, Helvetica, sans-serif; 
	padding:7px 0 0 0; 
	color:#7b7b7b;
}
.clientsholder .clientname, .clientsholderright .clientname, .clientsholder .clientname a, .clientsholderright .clientname a  {
	font-size:11px;
	font-weight:bold; 
	line-height:14px;
	color:#777777;
	padding: 0 0 5px 0;
}
.clientsholder .clientname a:hover, .clientsholderright .clientname a:hover {
	color: #009EE0;
}

.clientsholder .clientinfo, .clientsholderright .clientinfo {
	font-size:11px;
	font-weight:normal; 
	line-height:14px;
	color:#777777;
}

.darkbackground {
	background-color:#000000;
}

#quicklinks {
	width:928px;
	padding: 26px 26px 26px 26px;
	background-color:#000;
	color:#ccc;
	font-size:11px;
	font-weight:normal;
}
#novastripe {
	width:980px;
	padding:0;	
	color:#ccc;
	background: url(../images/layout/nova.gif) no-repeat;
	height:165px;
	background-color:#000;
}

#contentfull a {
color:#333333;
}


.black {
color:#000000;
}


/* DIRECTORY NAV */
#directory {
	font-size: 11px;
	width: 928px;
	background-color:#000;
	padding:26px;
	height:190px;
	
}
#directory .column {
	width: 140px;
	padding: 0 18px 0 0;
	margin:0;
	float: left;
}
#directory .columnlast {
	width: 135px;
	padding: 0;
	margin: 0;
	float:right;
}
#directory h3 {
	color: #444;
	font-weight: bold;
	font-size:12px;
	padding: 0;
	margin: 0;
}
#directory li{
	padding: 0;
	margin: 0;
	list-style:none;
	line-height:22px;
	display:block;
}
#directory a {
	display: block;
}
#directory a:link, #directory a:visited {
	color: #777;
	text-decoration: none;
}

#directory a:hover, #contentfull a:hover {
	color: #009EE0;
	text-decoration: none;
}



#copyright a:hover {
color:#fff;
}

/* bug fix IE6 */
#directory ul li a {
   height:2em;
}
#copyright {
	width:928px;
	padding: 5px 26px 0 26px;
	height:50px;
	/*background: url(../images/layout/bozzanova_logo.gif)  no-repeat;
	background-position: 730px 12px;*/
	color:#7b7b7b;
	font-size:11px;
	background-color:#202020;
}
#contentfullarea{
	width:980px;
	margin: 0;
	padding: 0;
	color:#fff;
}


.whitetext, .whitetext a, .whitetext h1, .whitetext p, .whitetext div, .whitetext h4, .whitetext h3 {
color:#fff;
}


/* setup styles */
