/************************************************************************
	
	CSS Document // Main
	Icoda - Vitrualisation Transformation
	Created by Salt Design (http://www.saltdesign.org.uk).

	1 - UNIVERSAL STYLES
	2 - STRUCTURAL ELEMENTS
	 2A - HEADER ELEMENTS
	 2B - FEATURE ELEMENTS
	 2C - MAIN ELEMENTS
	 2D - SUPLIMENTARY ELEMENTS
	 2E - SUBMENU ELEMENTS
	 2F - FOOTER ELEMENTS
	3 - VARIABLE STRUCTURAL ELEMENTS
	 3A - SERVICES PAGE
	4 - FONT STYLES
	 4A - MAIN STYLES
	 4B - SUBMENU STYLES
	 4C - LIST STYLES
	 4D - FOOTER STYLES
	5 - OTHER

************************************************************************/





/************************************************************************

	1 - UNIVERSAL STYLES
	
************************************************************************/

body {
	background-color: #dddcdb;
	color: #444;
	margin: 0px auto 0px auto;
	font-family: arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

h1 {
	font: italic lighter 22px Helvetica, Sans-Serif;
	letter-spacing: -0.03em;
	margin: 0px 0px 25px 0px;
	color: #ED1C24;
}

p {
	font: 11px Helvetica, Sans-Serif;
	line-height: 14px;
	color: #444;
	margin: 0px 0px 8px 0px;
}

img {
	border: 0px;
}

a {
	color: #444;
	text-decoration: none;
	
}

a:hover {
	color: #ED1C24;
	text-decoration: underline;
}

ul {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 5px 15px;
}

li {
	list-style: url(../images/icoda-bullet2.gif);
	margin: 0px 30px 0px 0px;
	padding: 0px 0px 5px 0px;
}


/************************************************************************

	2 - STRUCTURAL ELEMENTS
	
************************************************************************/

/******  2A - HEADER ELEMENTS  ******/

#wrapper {
	width: 980px;
	height: 600px;
	margin: 0px auto 0px auto;
}

#main-content {
	padding: 40px 0px 0px 20px;
}

#centre-box {
	width: 495px; /* Width 510px */
	height: 310px; /* Height 370px */
	padding: 40px 0px 20px 15px;
	background-color: white;
}

#why-box {
	width: 495px; /* Width 510px */
	height: 260px;
	padding: 40px 0px 20px 15px;
	background-color: white;
}


#about-box {
	width: 495px; /* Width 510px */
	height: 350px;
	padding: 40px 0px 20px 15px;
	background-color: white;
}

#slim-box {
	width: 215px; /* Width 230px */
	height: 310px; /* Height 370px */
	padding: 40px 0px 20px 15px;
	background-color: white;
}

#medium-box {
	width: 285px; /* Width 300px */
	height: 263px; /* Height 370px */
	padding: 87px 0px 20px 15px;
	background-color: white;
}

#nav {
	width: 770px; /* Width 940px */
	height: 29px;
	padding: 0px 85px 0px 85px;
	background: url('../images/menu/icoda-menu-bg.gif') repeat-x;
}

#nav-item {
	width: 110px; /* Width 940px */
	height: 29px;
	float:left;
}




#why-content {
	width: 350px;
	height: 210px;
	padding: 0px 50px 0px 0px;
	overflow: hidden;
}

#about-content {
	float: left;
	width: 350px;
	height: 310px;
	padding: 0px 50px 0px 0px;
	overflow: hidden;
}

#what-content {
	float: left;
	width: 350px;
	height: 260px;
	padding: 0px 50px 0px 0px;
	overflow: hidden;
}

#faq-questions {
	float: left;
	width: 185px;
	height: 260px;
	padding: 0px 30px 0px 0px;
	overflow: hidden;
}

#faq-content {
	float: left;
	width: 185px;
	height: 250px;
	padding: 0px 30px 0px 0px;
	overflow: hidden;
}

#faq-answers {
	float: left;
	width: 255px;
	height: 260px;
	padding: 0px 30px 0px 0px;
	overflow: hidden;
}

#clients-content {
	float: left;
	width: 480px;
	height: 264px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}

#client-content {
	float: left;
	width: 470px;
	height: 264px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}

#thoughts-news {
	float: left;
	width: 185px;
	height: 260px;
	padding: 0px 30px 0px 0px;
	overflow: hidden;
}

#thoughts-papers {
	float: left;
	width: 255px;
	height: 260px;
	padding: 0px 30px 0px 0px;
	overflow: hidden;
}

#call-content {
	float: left;
	width: 185px;
	height: 250px;
	padding: 0px 30px 0px 0px;
	overflow: hidden;
}



#scroller {
	float: left;
	width: 9px;
	margin: 240px 0px 0px 0px;
}



#icoda-logo {
	width: 140px;
	height: 140px;
	padding: 40px 0px 0px 20px;
}

#home-bg {
	width: 980px;
	height: 600px;
	background-image: url('../images/icoda-home-bg.jpg');
}

#why-bg {
	width: 980px;
	height: 600px;
	background-image: url('../images/icoda-why-bg.jpg');
}

#about-bg {
	width: 980px;
	height: 600px;
	background-image: url('../images/icoda-about-bg.jpg');
}

#what-bg {
	width: 980px;
	height: 600px;
	background-image: url('../images/icoda-what-bg.jpg');
}

#faq-bg {
	width: 980px;
	height: 600px;
	background-image: url('../images/icoda-faq-bg.jpg');
}

#clients-bg {
	width: 980px;
	height: 600px;
	background-image: url('../images/icoda-clients-bg.jpg');
}

#thoughts-bg {
	width: 980px;
	height: 600px;
	background-image: url('../images/icoda-thoughts-bg.jpg');
}

#call-bg {
	width: 980px;
	height: 600px;
	background-image: url('../images/icoda-call-bg.jpg');
}



/************************************************************************

	? - TEXT STYLES
	
************************************************************************/

.main , .main-linking {
	font: 11px Helvetica, Sans-Serif;
	line-height: 14px;
	color: #444;
	margin: 0px 0px 8px 0px;
}

.main-linking a {
	font: 11px Helvetica, Sans-Serif;
	line-height: 14px;
	color: #ED1C24;
	margin: 0px 0px 8px 0px;
}

.main-bold {
	font: bold 11px Helvetica, Sans-Serif;
	line-height: 14px;
	color: #444;
	margin: 0px 0px 8px 0px;
}

.red-text {
	font: 11px Helvetica, Sans-Serif;
	line-height: 14px;
	color: #ED1C24;
	margin: 0px 0px 8px 0px;
}

.bold-text {
	font: bold 15px Helvetica, Sans-Serif;
	line-height: 19px;
	color: #444;
	padding: 5px 0px 5px 0px;
}

.bold-text-red {
	font: bold 15px Helvetica, Sans-Serif;
	line-height: 19px;
	color: #ED1C24;
	padding: 5px 0px 5px 0px;
}

.credits {
	font: 10px Helvetica, Sans-Serif;
	line-height: 12px;
	color: #444;
}

.home-text p {
	font: bold 11px Helvetica, Sans-Serif;
	line-height: 12px;
	color: #FFFFFF;
}














#skinny_box {
	width: 163px;
	min-height: 360px;
	background-color: white;
	color: #231f20;
	padding: 20px 10px;
}



#ip_box {
	width: 350px;
	min-height: 327px;
	padding: 53px 20px 20px 10px;
	background-color: white;
}

#news_box {
	width: 259px;
	min-height: 327px;
	padding: 53px 10px 20px 10px;
	background-color: white;
	font-size: 12px;
	line-height: 15px;
}

#news_box_2 {
	width: 352px;
	min-height: 327px;
	padding: 53px 10px 20px 10px;
	background-color: white;
	font-size: 11px;
}

#call_box {
	width: 259px;
	min-height: 367px;
	padding: 53px 10px 20px 10px;
	background-color: white;
	font-size: 11px;
}

#faq_box {
	width: 259px;
	min-height: 327px;
	padding: 35px 10px 20px 10px;
	background-color: white;
	font-size: 11px;

}

#uk_box {
	width: 350px;
	padding: 53px 20px 20px 10px;
	background-color: white;
}

#about_content {
	width: 460px;
	height: 280px;
	padding-right: 60px;
	overflow: auto;
}


#why_content {
	width: 560px;
	height: 400px;
	background-color: white;
}

#why_header {
	position: relative;
	top: 53px;
	left: 42px;
}

#header {
	padding: 0 0 30px 0;
}

#why_quote {
	position: relative;
	top: 73px;
	left: 42px;
	width: 470px;
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	text-transform: uppercase;
}

.why_quoter {
}

.why_quoter_active {
	color: #ff3300;
}

.big {
	font-weight: bold;
	font-size: 19px;
}

.invisible{display:none; }
.visible {display:block;}	
