/*-------------------------------------------------------------

Style Sheet: Elitron
version:   1.0
author:    Satsu
website:   http://www.satsu.co.uk/

-------------------------------------------------------------*/

/* =Reset CSS
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
-------------------------------------------------------------*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, 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;
}
/* 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;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* =Core Layout
-------------------------------------------------------------*/

body {
	font-size: 62.5%;										/* set 1em = 10px */
	font-family: Arial, sans-serif;
	text-align: center; 
	background: #143447 url(../images/ui/bg.jpg) top center; 
	background-attachment: fixed; 
	color: #fff;
}

.content { 
	margin: 0 auto;
	width: 993px; 
	position: relative; 
	text-align : left; 
}

.column {
	float: left;
	margin: 0 15px 15px 0;
	text-align: left;									/* grid has 15px between columns */
}

.panel {
	margin-bottom: 15px;								/* grid has 15px vertically between panels */
	position: relative;
	padding: 15px;
	background: transparent url(../images/ui/black.png) top left;
	overflow:hidden; 									/* Instead of Clearfix */
}

.left {
	float:left;
}

.right {
	float:right;
}


/*------------------------------------------------------------*/
/* =Images
/*------------------------------------------------------------*/

.columns-medium-small-small #column-1 .panel img {
	width:434px;
}

.columns-medium-small-small #column-1 .panel ul li img {
	width:128px;
}

.columns-medium-small-small #column-3 .panel img {
	width:197px;
	height: 91px;
}


.columns-large-small ul.products li img {
	width: 207px;
	margin: 0.5em 0 0 0;
	}
	
img.left { margin-right:1.5em; margin-bottom: 1.5em;}

#list.columns-medium-small-small #column-1 .panel img {
	width: 102px !important;
	height: 80px !important;
	float: right;
	margin-left: 1em;
	}
	
	
a img.thumb { border: 5px solid #1b91e4; }

a:hover img.thumb { border: 5px solid #ddd; }
/*-------------------------------------------------------------*/


#header { 
	height: 100px; 
	position: relative;
	width: 993px;
	margin: 0 auto 50px auto;
	text-align: left;
}

#header span#logo { 
	position: absolute; 
	bottom: 0; 
	left:-5px; 
	text-indent: -9999px; 
	background: transparent url(../images/ui/logo.png) no-repeat top left; 
	width: 190px; 
	height: 75px;
}

#header span#logo a	{ 
	display: block; 
	width: 100%; 
	height: 100%; 
}

#header ul#nav {
	position: absolute;
	bottom: 10px;
	right: 15px;
}

#header ul#nav li { display: inline; margin-left: 10px;	
 }
#header ul#nav li a { font-family: arial,sans-serif; text-decoration: none; color: #fff; padding: 4px 10px 4px 10px; border: 1px solid transparent; font-weight: bold;}
#header ul#nav li a:hover { background-color: #070707; border: 1px solid #333333; }
#header ul#nav li a.selected { background-color: #070707; border: 1px solid #333333; }


#search-box { position: absolute; top: 20px; right: 15px; }
#search-box input { font-size: 1em; background: transparent url(../images/ui/black.png); text-transform: uppercase; border: 1px solid #000000; color: #f6f6f6; margin: 0; line-height: 1.5em; padding:5px 8px;}
#search-box input:focus { background-color: #070707; }
#search-box input.submit { border: 1px solid #000000; padding: 4px 8px;}
#search-box p { display: inline; }

#language {
	position: absolute;
	left: 0;
	bottom: -3em;
}
#language span { display: block; text-transform: uppercase; color: #a3c6de; }
#language ul li { float: left; margin-right: 1em; width: 16px; height: 11px;  }
#language ul li.english a { width: 16px; height: 11px; background: transparent url(../images/ui/flag.union.jack.jpg) no-repeat; text-indent: -999em; display: block; }
#language ul li.italian a { width: 16px; height: 11px; background: transparent url(../images/ui/flag.italy.jpg) no-repeat;  text-indent: -999em; display: block;}
#language ul li.spanish a { width: 16px; height: 11px; background: transparent url(../images/ui/flag.spain.jpg) no-repeat;  text-indent: -999em; display: block;}
#language ul li a:hover { border: 1px solid white;}

/*-------------------------------------------------------------*/

#intro { color: #000; background-color: #f6f6f6; border: 1px solid #0b326b; padding: 10px 20px 10px 20px; margin: 20px 15px 15px 0;text-align: left; }
#intro h1 { display: none; }
#intro-wrap { margin-top: 10px;}
#intro p { color: #0e2b3f; margin: 0; font-family: arial, sans-serif; }
#intro p.large { font-size: 2.8em; line-height: 1.1em; font-weight: bold; text-transform: uppercase;  }
#intro p.small { font-size: 1.6em; line-height: 1.3em; font-weight: bold; text-transform: uppercase; margin: 20px 0; }
#intro p a { color: #0f71d4;}
#intro p a:hover { color: #063e8b; text-decoration: underline;}
a.toggle { color: #b0b6bd; }
a.toggle:hover { color: #51657a; }

/*-----------------------------------------------------------*/


/* =Lists
-------------------------------------------------------------*/

ul.products {
	margin-left: -15px;
	margin-bottom: 15px; 
	padding-bottom: 15px;
	overflow:auto;
}

.product-details ul li {
	list-style: disc;
	margin-left: 15px;
}

.columns-medium-small-small ul.products li {
	float: left;
	margin-left:15px;
	width: 138px;
}

.columns-large-small ul.products {
	margin-top: 0.8em;
}

.columns-large-small ul.products li {
	float: left;
	margin-left:15px;
	width: 217px;
}

ul.roll li { display: inline;}

ul.product-list li {
	background: transparent url(../images/ui/list-divider.gif) repeat-x; 
	padding-top: 0.5em;
}


ul#gallery li {
	list-style: none;
	margin:  0;
	padding: 0;
}

ul#gallery li img {
	width: 460px !important;
}

ul#site-map {
	margin-left:0!important;
}

ul#site-map ul {
	margin-top: 0.5em;
	margin-left:10px!important;
	font-size: 0.7em;
}

ol { 
	margin-top: 10px;
}

ol p.meta a {
	border: none;
}

ol li {
		border-top: 1px dotted #507d99;
		padding-top: 1em;
}


/* =Typography
-------------------------------------------------------------*/
p, li, span {
	font-size: 1.1em;
	font-family: "lucida grande", trebuchet, sans-serif;
	line-height: 1.6em;
}


li h3 {
	margin-bottom: 0.5em;
}

h3 span {
	display: block;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 1em;
}

h3.events {
	color: #98cafc;
}

h3.offers {
	color: #389568;
	margin-bottom: 0;
}

h3.contact {
	margin-top: 0.7em;
}

p.meta { 
	font-size: 1em; 
	margin-top: -1em;
}

p {
	margin: 1.5em 0;
}

#home p.venue {
	margin: -1.5em 0 1.5em 0;
	padding-bottom: 1.5em;
	border-bottom: 1px dotted #507d99;
}

#news p.venue {
	margin: -1.5em 0 1.5em 0;
}


p.date { 
	margin:0.2em 0 0.4em 0; 
	font-size: 0.9em;
}

p.offer {
	margin: 0 0 0.4em 0;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	text-transform: uppercase;
}

p.play {
		background: transparent url(../images/ui/play.png) no-repeat left center; 
		font-size: 1.3em;
		font-family: arial, sans-serif;
		font-weight: bold;
		text-transform: uppercase;
		padding: 10px 0 10px 60px;
}

p.tagline {
		font-size: 1.3em;
		font-family: arial, sans-serif;
		font-weight: bold;
		text-transform: uppercase;
		margin-top:0;
}

ul.roll li { font-size: 1.3em; }

ul.roll li ul { font-size: 0.7em;}

ul.downloads li {
	font-weight: bold;
	margin-bottom: 10px;
}

ul.products li p {
	font-size: 1em;
	margin-top: 0.5em;
}

#column-2 ul,
#column-3 ul {
	font-weight: bold;
	font-size: 1em;
}

#column-2 ul li,
#column-3 ul li {
	margin: 1em 0;
}

ul.area li {
	padding: 0 0 0 1.5em;
	background: transparent url(../images/ui/arrow.png) no-repeat 0 0.4em;
}

ul.address li {
	line-height:0.5em;
}

ul.area li ul {
	margin-left: 0.2em;
	margin-bottom: 2em;
}

ul.area li ul li {
	font-size: 1em;
}

ul.area li ul li a {
	color: #99ccff;
}

ul#email {
	margin-top: -1em;
}

ul#email li { 
	font-size: 0.9em;
	line-height: 1em;
}

.filed { margin: 0.5em 0 !important; }

#company-profile #column-1 ul {
margin-top: 1.5em;
font-size: 0.8em;
}

#company-profile #column-1 ul li {
	font: bold 1.2em/1.5em arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 0.5em;
}

#company-profile #column-1 ul li span {
	color: #1b91e4;
	display: block;
	font: bold 1em/1.5em arial, sans-serif;
}
/* =Headings
-------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{ font-weight: bold; text-transform: uppercase; font-family: arial, sans-serif; margin-bottom: 1.5em; }
h1 { font-size: 5.5em; margin-bottom: 0; font-family: arial black, arial, sans-serif; }
h2 { font-size: 1.8em; margin-bottom: 1.1em;}
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }

#column-2 h2, 
#column-3 h2 {
	font-size: 1.4em;
}

#products #column-2 h2 { margin-bottom: 0; }

#column-1 .page-content h3 {
	margin: 2em 0 -0.8em 0;
}

h3.split { 
	border-top: 1px dotted #507d99;
	padding-top: 15px;
	margin-top: -15px;
}

h3.news-title {
	margin-bottom: 0;
}

li h3 {
	font-size: 1.2em;
}

.product-details h4 {
	margin: 3.5em 0 1em 0;
}

/* =Links
-------------------------------------------------------------*/

a img { border: 5px solid #f6f6f6; }

a:hover img { border: 5px solid #1b91e4; }

a.thickbox img { margin-top: 25px; }

a { color: #1b91e4; text-decoration: none; }

a:hover { color: #f6f6f6; }

a.more { margin-top:2em; text-decoration: underline; display: block; font-weight: bold; font-family: arial, sans-serif; }

p.meta a {
	display: block;
	border-bottom: 1px dotted #507d99;
	padding-bottom: 1em;
}

ul.downloads li a,
a.pdf {
	background: transparent url(../images/ui/pdf-icon-small.png) no-repeat left center; 
	padding: 8px 5px 8px 25px; 
}


/* =Heights
-------------------------------------------------------------*/

/*#home .columns-medium-small-small .panel {
	min-height: 340px;
}*/


/* =Branding
-------------------------------------------------------------*/


/* =Main Nav
-------------------------------------------------------------*/




/* =Sub Nav
-------------------------------------------------------------*/




/* =Main Content
-------------------------------------------------------------*/


/* =Secondary Content
-------------------------------------------------------------*/



/* =Footer
-------------------------------------------------------------*/

#footer {
	clear: both;
	text-align: left;
	padding-top: 1em;
	margin-top: 30px;
	margin-bottom: 30px;
	border-top: 1px solid #f6f6f6;
	margin-right: 15px;
}

#company-profile #footer,
#products #footer {
	margin-right: 30px;
}



#footer p {
	margin: 0;
}

#footer a {
	background-color: #1b2126;
	padding: 0 4px;
}


/* =Forms
-------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
	border: 1px solid transparent;
}

label {
	display: block;
	font-family: arial, sans-serif;
	font-weight: bold;
	margin: 0.2em;
}

input, textarea { 
	width: 187px;
	background: transparent url(../images/ui/black.png);
	border: 1px solid #070707;
	color: #ffffff;
	padding: 5px;
	border: 1px solid #1b91e4
}

#column-1 input, 
#column-1 textarea {
	width: 419px;
}

#column-1 input.submit {
	width: 10em;
	text-transform: uppercase;
	text-align: center;
}

textarea {
	height: 10em;
}

input.submit {
	width:10em;
	text-transform: uppercase;
	text-align: center;
}

/* =Tables
-------------------------------------------------------------*/

table { 
	border-spacing: 0;
	border-collapse: collapse;
}

td {
	text-align: left;
	font-weight: normal;
}

/* =Clearing
-------------------------------------------------------------*/


/* Class for self clearing - use this where ever possible */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* Class for clearing floats */
.clear {
	clear: both;
}


/* =Misc 1
-------------------------------------------------------------*/



/* =Misc 2
-------------------------------------------------------------*/
