/*------------------------------------------------------------------
[ STYLE.CSS ] Main Stylesheet
--------------------------------------------------------------------

[Table of contents]

1.	RESET

2.	MAIN STYLES
2.a  Tags defaults
2.b  Base layout
2.c  Navigations
2.d  Elements, ID's & Classes

3.	FORMS
3.a  General form styles
3.b  Individual forms

4.	PLUGINS

5. PRINT


/*------------------------------------------------------------------

1.	RESET
	Global reset for all HTML elements

------------------------------------------------------------------*/

@media handheld, projection, screen, print {

* { font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; outline: 0; padding: 0; vertical-align: baseline }
html { height: 100% }
body { background: #fff; color: #000; font-size: 100.01%; min-height: 101%; text-align: left }
img, fieldset, abbr, acronym { border: 0 }
ul, ol { list-style: none; list-style-position: outside }
table { border-collapse: collapse; border-spacing: 0; width: 100% }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal }
caption, th { text-align: left }
q:before, q:after, blockquote:before, blockquote:after { content: '' }
input, select, textarea, button { font-size: 1em; line-height: normal; width: auto; vertical-align: middle }
textarea { height: auto; overflow: auto }
option { padding-left: 0.6em }
button { background: none; border: 0; text-align: center }
h1, h2, h3, h4, h5, h6 { font-weight: normal; line-height: normal }


} @media handheld, projection, screen {


/*------------------------------------------------------------------

2.	MAIN STYLES
	General definitions

--------------------------------------------------------------------

/*-------------------------------
2.a Tags defaults
---------------------------------
[?] Tags only. No classes or ID's here.
*/
	
body {
	background:url(../img/backgrounds/bg-body.gif) repeat-x;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
}

p, ul, ol, table, dl, dd, pre { margin: 0 0 10px }

p.style5 {
	color: #003FB2;
	font-weight: bold;
	line-height:15px;
}

h1.style6 {
	font-size: 30%
}

strong { font-weight: bold }
em { font-style: italic }
code, pre { font-family: "Courier New", Courier, monospace }
dt { font-weight: bold }
dd { font-style: italic }
cite { font-style: italic }
q { font-style: italic }
blockquote { font-style: italic; padding: 0 2.67em }

abbr, acronym { border-bottom: 1px dotted; cursor: help }


/* Headlines
-------------------------------
[?] Always define: font-size - line-height - margin
*/

h1 {
	font-size: 3em;
	margin: 1em 0 .4em;
}
h2 {
	font-size: 2em;
	margin: 1em 0 .4em;
}
h3 {
	font-size: 1.5em;
	margin: 1em 0 .4em;
}
h4 {
	font-size: 1.33em;
	margin: 1em 0 .4em;
}
h5 {
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0 .4em;
}
h6 {
	font-size: .92em;
	margin: 1em 0 .4em;
}


/* Anchors
-------------------------------*/

a, a:link, a:visited {
	color: #39f;
	cursor: pointer;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}


/*-------------------------------
2.b Base layout
---------------------------------
[?] Mostly ID's. Classes & tags allowed.
*/

#wrap {
	margin: auto;
	text-align: left;
	width: 964px;
	position: relative;
}
	#header, #content, #footer {
		float: left; display: inline;
		clear: both;
		width: 100%;
		position: relative;
	}
	#header {
		background:url(../img/backgrounds/bg-header.gif) repeat-x;
		height: 168px;
		width:962px;
		margin:0 1px;
	}
		#logo { margin: 0 }

			#logo a {
				background:url(../img/logoCo.png) no-repeat;
				height:88px; width:193px;
				position: absolute;
				left:26px; top:10px;
			}
			#tagline {
				background: url(../img/tagline.png) no-repeat;
				height: 28px; width: 321px;
				margin: 0;
				text-indent:-10000px;
				position: absolute;
				top: 88px; left: 41px;
			}

	#content {
		background:url(../img/backgrounds/bg-main.gif) repeat-x;
		border-left:1px solid #cdcdcd;
		border-right:1px solid #cdcdcd;
		padding: 40px 7px 0 7px;
		width: 948px;
	}
		#main {
			float: left;
			width: 708px;
		}
		#sidebar {
			margin-top:-66px;
			float: right;
		}

	#footer {
		border-left:1px solid #cdcdcd;
		border-right:1px solid #cdcdcd;	
		padding: 0 7px;
		width: 948px;
	}


/*-------------------------------
2.c Navigations
-------------------------------*/

ul.nav { margin: 0 }


/* Main navigation
-------------------------------*/

#nav {
	height: 34px;
	width: 100%;
	position: absolute;
	top: 134px; left: 0;
}
	#nav li, #nav li a { background: url(../img/menu.png) no-repeat }

	#nav li {
		display:block;
		height:100%;
		float: left;
		line-height: normal;
		margin:0 9px 0 3px;
		padding: 0;
	}
		#nav li a {
			background-position: right -34px;
			color: #fff;
			display:block;
			font-size:16px;
			font-weight:none;
			margin:0 -9px 0 0;
			min-width:90px;
			padding:8px 9px;
			text-align:center;
			text-decoration: none;
			text-transform:lowercase;
		}
		#nav li a:hover { 
			color: #999;
		
			}

		#nav li a.active { /**/ }


/*-------------------------------
2.d Elements, ID's & Classes
-------------------------------*/

/* General elements
-------------------------------*/

div#footer div#copy  { margin: 0 0 30px }

	div#footer div#copy p {
		font-size:10px;
		line-height:12px;
		margin:0; 
		padding:0;
		text-align:center;
	}

	div#footer div#copy h4 {
		font-size:17px;
		font-weight:bold;
		margin-bottom:12px;
		text-align:center;
	}

	div#footer div#copy ul.nav.bars {
		margin:7px auto;
		text-align:center;
		width:730px;
	}	
		div#footer div#copy ul.nav.bars li { display:inline }

			div#footer div#copy ul.nav.bars li a {
				color:#000;
				text-decoration:none;
			}
	
/* LISTS
-------------------------------*/

/* list of logos */

body #content ul.list-ofLogos { 
	margin:0;
	overflow:hidden;
	width:100%;
}
	body #content ul.list-ofLogos li { 
		float:left;
		height:142px;
		margin:0 12px 0 10px;	
	}

/* list of reasons */

body #content ul.list-ofReasons {
	margin-bottom:50px;
	padding-left:15px;
	position:relative;
}
	body #content ul.list-ofReasons li {
		width:288px;
	}
	
	body #content ul.list-ofReasons li h2 {
		color:#333;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size:22px;
		line-height:26px;
		letter-spacing:-1px;
		margin:0; 
		padding:0;
	}

	body #content ul.list-ofReasons li#mostImportant {
		bottom:-10px;
		position:absolute;
		right:20px; 
		width:400px;
	}	
		body #content ul.list-ofReasons li#mostImportant h2 {
			color:#39f;
			font-size:86px;
			text-align:right;
			line-height:90px;
			letter-spacing:-3px;
			margin:0;
		}

/* list of packages */

body #content ul.list-ofPackages {
	margin:0 -7px 5px 0 ;
	overflow:hidden;
}
	body #content ul.list-ofPackages > li,
	body #content ul.list-ofPackages > li .pack {
		background: url(../img/block-small.png) no-repeat;
	}
	
	body #content ul.list-ofPackages > li {
		background-position: right bottom;
		float:left;
		height:175px;
		margin:0 4px 0 0;
		padding:0 0 24px 0;
		position:relative;
		width:234px;
	}
		body #content ul.list-ofPackages > li .pack {
			background-position:-1px 0;
			padding:20px 0 0 14px;
			width:221px;
		}
	
		body #content ul.list-ofPackages > li h3 {
			color:#000;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size:18px;
			font-weight:bold;
			letter-spacing:-1px;
			margin:4px 0 0 0;
			padding:0; 
		}
	
		body #content ul.list-ofPackages > li ul {
			color:#000;
			font-size:12px;
			font-weight:bold;
			line-height:14px;
			margin-top:5px;
		}	

		body #content ul.list-ofPackages > li h4 {
	bottom:5px;
	right:13px;
	color:#000;
	font-size:34px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	position:absolute;
		}	
	
		body #content ul.list-ofPackages > li a {
	bottom:16px;
	color:#39f;
	font-size:14px;
	font-weight:bold;
	position:absolute;
	text-transform:uppercase;
	text-decoration:none;
	left: 12px;
		}

/* List of Steps */

ul.list-ofSteps {
	background:url(../img/steps.png) no-repeat;
	height:198px;
	text-indent:-10000px;
}

/* List of News */

#footer ul.list-ofNews {
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background:#ccc url(../img/backgrounds/bg-ccc-30perc.gif) repeat;
	overflow:hidden;
	padding:10px 0;
}
	
	#footer ul.list-ofNews li {
		border-right:1px solid #b7b7b7;
		float:left;
		padding:0 20px;
		width:195px;
	}

	#footer ul.list-ofNews li.last,
	#footer ul.list-ofNews li:last-child {
		border:0;
	}
		#footer ul.list-ofNews li h4 {
			color:#000;
			font-size:16px;
			margin:0; 
			padding:0 0 6px 0;
		}
		#footer ul.list-ofNews li p {
			font-size:11px;
			line-height:16px;
			margin: 0;
		}
		#footer ul.list-ofNews li a {
			color:#3399ff;
			display:block;
			font-size:14px;
			font-weight:bold;
			padding-top:12px;
			text-transform:uppercase;
			text-decoration:none;
		}

/* BLOCKS
-------------------------------*/

/* block style n°0 */

#content div.block-0 { 
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background:#ccc url(../img/backgrounds/bg-ccc-30perc.gif) repeat;
	margin-bottom:5px;
	overflow:hidden;
	padding:23px;
	position:relative;
}
	#content div.block-0 h2 {
		margin:0 0 10px;
	}
	#content div.block-0 div.text {	
		float:left;
		width:460px;
		margin:0; padding:0;
	}
	#content div.block-0 div.text-folio {	
		float:left;
		width:600px;
		margin:0; padding:0;
	}
	#content div.block-0 p.img {	
		margin:0; padding:0;
		float:right;
	}
	
	#content div.block-3 { 
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background:#ccc url(../img/backgrounds/bg-ccc-30perc.gif) repeat;
	margin-bottom:10px;
	overflow:hidden;
	padding:23px;
	position:relative;
}
	#content div.block-3 h2 {
		margin:0 0 10px;
	}
	#content div.block-3 div.text {	
		float:left;
		width:600px;
		margin:0; padding:0;
	}
	#content div.block-3 p.img {	
		margin:0; padding:0;
		float:right;
	}
	
#content div.block-2 { 
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background:#ccc url(../img/backgrounds/bg-ccc-30perc.gif) repeat;
	margin-bottom:10px;
	overflow:hidden;
	padding:23px;
	position:relative;
}
	#content div.block-2 h2 {
		margin:0 0 10px;
	}
	#content div.block-2 div.text {	
		float:left;
		width:290px;
		margin:0; padding:0;
	}
	#content div.block-2 p.img {	
		margin:0; padding:0;
		float:right;
	}
	
/* sidebar block */

#sidebar div.block-1-top,
#sidebar div.block-1-bottom {
	background: url(../img/block-1.png) no-repeat;
	width:198px;
	padding:0 20px;
	min-height:60px;
}	

#sidebar div.block-1-top { padding-top:32px }
								
#sidebar div.block-1-bottom {
	background-position:right bottom;
	margin:0 -20px;
	padding-bottom:8px;
	position:relative;
}
	#sidebar div.block-1-top h2 {
		color:#000;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size:19px;
		font-weight:bold;
		letter-spacing:-1px;
		line-height:21px;
		margin:0 0 15px;
		text-align:center;
		text-transform:capitalize;
	}
		#sidebar div.block-1-top h2 span { text-transform:uppercase }



/*------------------------------------------------------------------

3.	FORMS
	Styles for forms only

--------------------------------------------------------------------

/*-------------------------------
3.a General form styles
-------------------------------*/

/* Form elements
-------------------------------*/

input.text, select.select, textarea.textarea
{
	border: 1px solid #999;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
}
input.text { width: 195px }
select.select { width: 200px }
textarea.textarea { height: 10em; width: 195px }

select.select.free { width: auto }

button.button {
	color: #000;
	cursor: pointer; 
	height: auto; width: auto;
	line-height: normal;
	white-space: nowrap;
}

input.submit {
	color: #000;
	cursor: pointer;
	padding: 5px 10px;
}


/* General forms
-------------------------------*/

form.form ol.fieldset {	/* nothing here */ }

	form.form ol.fieldset li.field {
		margin: 0 0 1em;
		position: relative;
	}
		form.form ol.fieldset li.field label {
			display: block;
			font-weight: bold;
			margin-bottom: 5px;
		}
			
	form.form p.submit { /* nothing here */ }


/* Search Forms
-------------------------------*/

form.search { margin-bottom: 1.33em }

	form.search p.fields { margin: 0 }

		form.search p.fields input, form.search p.fields button {
			display: inline;
			vertical-align: middle;
		}

		
/*-------------------------------
3.b Individual forms
-------------------------------*/

#sidebar div.block-1-top form ol.fieldset  {
	margin-top:5px;
	margin-bottom:10px;
	overflow:hidden;
}
	#sidebar div.block-1-top form ol.fieldset li.field {
		font-size:18px;
		padding: 0 0 10px;
	}
		#sidebar div.block-1-top form ol.fieldset li.field label {
			padding:0 0 5px 5px;
			display:block
		}
		#sidebar div.block-1-top form ol.fieldset li.field input.text {
			background:#d9d9d9;
			border:1px solid #8c8c8c;
			width:186px
		}
		#sidebar div.block-1-top form p.submit {
			text-align:right;
		}	
			#sidebar div.block-1-top form p.submit input.submit {
				background:url(../img/logos/logo-design-newsletter.gif) no-repeat;
				border:none;
				color:#009;
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size:14px;
				font-weight:bold;
				width:192px;
				height: 56px;
				padding:5px 4px 1px 1px;
			}


/*------------------------------------------------------------------

4.	PLUGINS
	Predefined utilities

--------------------------------------------------------------------

/*-------------------------------
Utility classes
-------------------------------*/

.skip { position: absolute; top: 0; left: -9999px }
.replace, .br, #logo a { display: block; font-size: 1%; line-height: 0; text-align: left; text-indent: -10000px }


/* "Bars" navigation
---------------------------------
[?] EXAMPLE

Home | Services | About | Contact	*/

ul.bars li { display: inline; margin-left: -4px }
ul.bars li.first { border: 0 !important }
ul.bars li:before { content: "|"; padding: 0 4px }
ul.bars li:first-child:before { content: ""; padding: 0 4px 0 0 }


} @media print {

/*------------------------------------------------------------------

5.	PRINT
	Styles for print

------------------------------------------------------------------*/

body { background: none; color: #000; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 10pt }
code, pre { font-family: "Courier New", Courier, mono }
img { float: left; clear: left; page-break-inside: avoid; page-break-after: avoid }

a, a:link, a:visited { color: blue; text-decoration: underline }

blockquote, table, pre { page-break-inside: avoid }
ul, ol, dl  { page-break-before: avoid }
h1, h2, h3, h4, h5, h6 { display: block; font-weight: bold; page-break-after: avoid }

#footer, .ad, #nav, .nav, form, .skip { display: none }

h1 { font-size: 3em; margin: .67em 0; }
h2 { font-size: 2em; margin: .83em 0; }
h3 { font-size: 1.5em; margin: 1em 0; }
h4 { font-size: 1em; margin: 1.33em 0; }
h5 { font-size: 0.92em; margin: 1.67em 0; }
h6 { font-size: 0.83em; margin: 2.33em 0; }


/*------------------------------------------------------------------
	END CSS
------------------------------------------------------------------*/

}/* end @media */
