
/*
	Standard font family for site
*/

body, table, tr, td, a, p, h1, h2, h3, h4, h5
{
	font-family: arial, helvetica, sans-serif;
}


/*
	Page body style
*/

body
{
	margin: 0px;
	padding: 0px;
	font-size: 110%;
	background-color: #fff;
	min-width: 700px;
}

/*
	Standard table td style
*/

td
{
	font-weight: normal;
	color: #002F66;
	font-size: 0.7em;
	margin-top: 0px;
	margin-bottom: 18px;
}



/*
	Standard paragraph style
*/

p, ul, ol
{
	font-weight: normal;
	color: #002F66;
	font-size: 0.7em;
	margin-top: 0px;
	margin-bottom: 18px;
}



/*
	Links
*/

a:link, a:active
{
	font-family: arial, helvetica, sans-serif;
	color: #0f4fa7;
	font-size: 1em;
	text-decoration: underline;
}


a:hover
{
	color: #000;
	font-size: 1em;
}

a:visited
{
	color: #333;
	font-size: 1em;
	text-decoration: underline;
}

a:visited:hover
{
	color: #000;
	font-size: 1em;
	text-decoration: underline;
}



/*
	Headings
*/


h1
{
	font-weight: normal;
	color: #0093c8;
	font-size: 1.2em;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 15px;
}


h1.nostrap
{
	margin-top: 40px;
	margin-bottom: 0px;
}

h1.single-line	/* For strapline where only a single line of text is used */
{
	margin-top: 40px;
	margin-bottom: 0px;
}

h1.single-line-no-strap	/* For strapline where only a single line of text is used and there's no slogan */
{
	margin-top: 63px;
	margin-bottom: 0px;
}


h2
{
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.8em;
	color: #058dd3;
	margin-top: 30px;
}


h2.top	/* For where the heading is at the top of a page */
{
	margin-top: 0px;
}

h3
{
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.7em;
	color: #999;
	margin-top: 30px;
}



/* HEADER ELEMENTS - menu in "style_menu.css" */

/* wrapper */
#header
{
	height: 221px;
	min-width: 780px;
	background-image: url("http://www.dekitalia.com/images/header_bg.jpg");
	background-repeat: repeat-x;
}

/* For the logo - note the main tagline is part of the logo */
#logo
{
	padding: 0px;
	margin: 0px;
	width: 589px;
	height: 70px;
}



/* IMAGE & STRAPLINE STRUCTURE */

/* Main Photo */
#image 
{
  width: 485px;
  height: 105px;
  top: 116px;
  float: left;
  background-color: #999;
}

/* Strapline */
#strapline {
  width: 200px;
  float: left;
	padding-top: 30px;
	padding-left: 30px;
}

/* Strapline header */
#strapline h1
{
	margin-bottom: 10px;
	line-height: 1em;
}

/* Strapline P tag defs */
#strapline p
{
	margin-bottom: 0px;
}



/* MAIN CONTENT STRUCTURE */

#container-content 
{
  margin-top: 40px;
}

/* Left content column where used in conjunction with the right column */
#main-content 
{
  width: 65%;
  float: left;
  padding-left: 15px;
}


/* Fullwidth subpages */
#main-content-fullwidth 
{
  width: 90%;
  float: left;
  padding-left: 15px;
}

#main-content-fullwidth2
{
  width: 90%;
  float: left;
  padding-left: 15px;
  padding-top: 20px;
}

#main-content-fullwidth3
{
  width: 90%;
  float: left;
  padding-left: 15px;
  padding-top: 20px;
}

/* Right column where used */
#right {
	margin-left: 68%;
	width: 262px;
	padding-top: 1.5em;
}

#container-content h1
{
	font-weight: normal;
	color: #058dd3;
	font-size: 0.7em;
	margin-top: 0px;
	margin-bottom: 18px;
}



/* RIGHT HAND PROMO BOXES FOR HOMEPAGE */

/* Top Promo */
#promo
{
	width: 227px;
	border-top: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 18px;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/* 2nd Promo */
#promo2
{
	width: 227px;
	border-top: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 18px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/* Promo P tag defs */
#promo p
{
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#promo2 p
{
	padding-bottom: 0px;
	margin-bottom: 0px;
}


/* Promo header tag defs */
#promo h3
{
	margin-top: 0px;
	color: #058dd3;
}

#promo2 h3
{
	margin-top: 0px;
	color: #058dd3;
}



/* For the promo links */

#promo-button
{
	background-image: url("images/promo_bg.gif");
	background-repeat: no-repeat;
	background-position: bottom;
	height: 37px;
	background-color: #ececec;
	margin-top: 0px;
	padding-top: 0px;
}

#promo-button2
{
	background-image: url("images/promo_bg.gif");
	background-repeat: no-repeat;
	background-position: bottom;
	height: 37px;
	background-color: #ececec;
	margin-top: 0px;
	padding-top: 0px;
}


.promo-link
{
	font-size: 0.7em;
/*	padding-left: 15px; */
	padding-top: 12px;
}

/* Just a class to give the lower box more space */

.spacer
{
	margin-top: 15px;
}



/* FOR TWO EQUAL TEXT COLUMNS */

/* Left Column */
.left-column
{
	width: 48%;
	float: left;
}

.middle-column /* spacer */
{
	float: left;
	width: 4%;
}

/* Right Column */
.right-column
{
	width: 48%;
	float: left;
}


/* Left Column Narrow */
.left-column-narrow
{
	width: 45%;
	float: left;
}

.middle-column-narrow /* spacer */
{
	float: left;
	width: 8%;
}

/* Right Column Narrow */
.right-column-narrow
{
	width: 45%;
	float: left;
}



/* FOR THE NEWS COLUMNS */

/* Left Menu Column */
#left-column-menu-news
{
	width: 175px;
	float: left;
}

#middle-column-news /* spacer */
{
	float: left;
	width: 20px;
}

/* Right Column */
#right-column-news
{
	width: 70%;
	float: left;
}


#right-column-news h2
{
	font-weight: normal;
	font-size: 0.8em;
	margin-bottom: 5px;
	margin-top: 0px;
	color: #0093c8;
}

/*
#right-column-news h1
{
	font-weight: normal;
	font-size: 0.8em;
	margin-bottom: 25px;
	color: #0093c8;

}
*/


/* QUOTE */

.quote {
	margin-left: 40px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	display: block;
	background-color: #dce6f8;
	width: 450px;
}


/* FOOTER ELEMENTS */

#footer {
  clear: both;
  padding-top: 50px;
  padding-left: 12px;
  color: #058dd3;
}


#footer p 
{
  color: #058dd3;
}



/* GENERAL CLASSES */

/* Blue text for first paragraph */

.blue-text
{
	color: #058dd3;
}


/* Blue text for first paragraph as short width */

.blue-text-condensed
{
	color: #058dd3;
	width: 48%;
}

/* Border round images on the page */

.page_image
{
	border: 8px solid #ececec;
	margin-top: 50px;
}

.page_image_top
{
	border: 8px solid #ececec;
	margin-top: 25px;
}

.slogan {
	font-weight: normal;
	color: #0093c8;
	font-size: 1.2em;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 15px;
}

#QEC img {
	display: block;
	margin-top: 45px;
	float: right;
}


/*** IE6 Fix ***/

* html #left {
  left: 250px;           /* RC width */
}



/*
	Standard images
*/

img
{
	border: none;
}


