/* default font size*/

@import url(x-small.css);

/* Netscape 4 safe font sizes */
body, div, p, th, td, li, dd	{
	font-family:	 Verdana, arial, helvetica, sans-serif;
	font-size: 12px;
  
}

body {
  margin:0;
  padding:0;
  color:#808285;
  text-align:center;
}

body#home {
  background-color:#CC0001;
}

div.spacer {
  margin: 0;
  padding: 0;
  clear: both;
  width: 1px;
  height: 1px;
  font-size: 0;
}

img {
  border:0;
}

h1 {
  margin:0;
}

a {
  color:#CC0001;
  text-decoration:none;
}

a:hover {
  color:#CC0001;
  text-decoration:underline;
}


a:visited {
}

a.selected {
}

a:hover {
}

form {
  margin:0;
}

strong, b {
}

.highlight {
  font-weight:bold;
}

.small {
  font-size:85%;
}

/*
ul, li {
  margin:0; padding:0; list-style:none;
}
*/

/* =headings */
.h1swap {
  height:24px;
  background-repeat:no-repeat;
  /*background-position: 4px bottom;*/
}

.h1swap h1 {
  display:none;
}

h1.h1swap a {
  text-decoration:none;
  font-size:1px;
  display:block;
  height:24px;
}

h1.h1swap a span {
  visibility:hidden;
}

.h3swap {
  height:17px;
  background-repeat:no-repeat;
  /*background-position: 4px bottom;*/
}

.h3swap h3 {
  display:none;
}

.h2swap {
  height:20px;
  background-repeat:no-repeat;
  background-position: left 2px;
}

.h2swap h2 {
  display:none;
}

h2 {
  margin:0;
  padding:0;
  font-size:115%;
}

h3 {
  margin:0.5em 0 0 0;
  padding:0;
  font-size:100%;
  font-weight:bold;
}

body#home h3 {
  margin:0; padding:0; color:#CC0001; font-size:85%; font-weight:normal;
}

body#home h3 a {
  color:#CC0001; text-decoration:none;
}

h4 {
  margin:0 0 0.5em 0;
  padding:0;
  font-size:100%;
  font-weight:bold;
}

h2.h2swap a {
  text-decoration:none;
  font-size:1px;
  display:block;
}

h2.h2swap a span {
  visibility:hidden;
}

h6 {
  font-weight:normal;
  font-size:100%;
  color:#CC0001;
  margin:0;
  padding:0;
}

p {
  margin:0;
  padding: 0 0 1em 0;
}

/* =wrapper */
.wrapper {
  margin: 0 auto;
  width: 914px;
  text-align:left;
}

.container {
}

.red {
/*  background-color:#CC0001;*/
}

.redText {
  color:#CC0001;
}

/*--------------------------------- Header -----------------------------------------------*/
#header {
  height:160px;
/*  background-color:#CC0001;*/
  width:100%;
  position:relative;
}

#logo {
  position:absolute;
  bottom:0px;
  background:#f0f;
}
#logo a {
  float:left;
}
#logo img {
  display:block;
}

/* =mainMenu */
#mainMenu {
  position:absolute;
  bottom:5px;
  left:232px;
}

#mainMenu ul {
  margin: 0;
  padding: 0;
}
#home #mainMenu {
  left:258px;
}

#mainMenu li {
  margin: 0; 
  padding: 0;
  display: block;
  float: left;
}

#mainMenu a {
  border-left:1px solid #CC0001;
  text-decoration:none;
  display:block;
  font-size:1px;
  padding: 0 3px 0 8px;
  height:16px;
  text-decoration:none;
  background-repeat: no-repeat;
  background-position: 7px 0;
  overflow:hidden;
}
#home #mainMenu a {
  border-left:1px solid #fff;
}
#home #mainMenu a.first, #mainMenu a.first {
  border-left:none;
}


#mainMenu a:hover, #mainMenu a.selected {
  background-position: 7px -16px;
}

#mainMenu a span {
  visibility:hidden;
}

/* =menuItem */
a.menuItem {
  text-decoration:none;
  display:block;
  padding: 0 3px 0 8px;
  font-size:1px;
  height:16px;
  text-decoration:none;
  background-repeat: no-repeat;
  background-position: 7px 0;
  overflow:hidden;
}

a.menuItem:hover {
  background-position: 7px -16px;
}

a.menuItem span {
  visibility:hidden;
}

/* =langSelect */
#langSelect {
  position:absolute;
  right: 182px;
}

/* =quickLinks */
#quickLinks {
  position:absolute;
  left: 0px;
}

#quickLinks ul, #quickLinks li {
  margin:0; padding:0; list-style:none;
}

#quickLinks li {
  display: block;
  float: left;
  padding:25px 15px 0 0px;
  background:url(/dsg/quick_link_bck.gif) 7px 0 no-repeat;
}

#quickLinks li a {
}

#quickLinks li li {
  padding:0;
  background:none;
}
#quickLinks li li a {
  border: none;
}

#quickLinks .dropdownMenu {
	/*visibility:hidden;*/ 
  border:none;
  position:absolute;
  visibility:hidden;
  margin-top:5px;
  width:500px;
}

#quickLinks .dropdownMenu a.menuItem {
  height:13px;
  background-position: 7px 0px;
}

#quickLinks .dropdownMenu a.menuItem:hover {
  background-position: 7px -13px;
}


#quickLinks .dropdownMenu li {
/*  float:none;*/
  border:none;
  margin-left:2px;
  font-size:1px;
  line-height:1px;
}

/* =strip */
.strip {
  background-color:#CC0000;
}

/* */


.submenu {
  height:60px;
}
.submenu ul, .submenu li {
  margin:0; padding:0; list-style:none;
}
.submenu ul {
  margin: 16px 0 0 240px;
  width:452px;
  overflow:hidden;
}
.submenu li {
  float:left;
  margin-right:1.3em;
}
.submenu .h1swap {
  background-position: left top;
}
.submenu a {
  text-decoration:none;
  display:block;
  font-size:1px;
  height:13px;
  text-decoration:none;
  background-repeat: no-repeat;
  background-position: right top;
  overflow:hidden;
}

.submenu a:hover, .submenu a.selected {
  background-position: right -13px;
}

.submenu a span {
  visibility:hidden;
}

/* Navigation path*/
#navigationPath {
  margin: 2px 0 0 182px;
  height:12px;
  font-size:11px;
  color:#D1D3D4;
}

#navigationPath a {
  text-decoration:none;
  color: #D1D3D4;
  font-size:11px;
}

#navigationPath .last {
  font-size:11px;
}

#pageTools {
  height:20px;
  text-align:right;
  margin-right:108px;
  margin-top:20px;
}

/* =bottomMenu */
#bottomMenu {
  width:100%;
  overflow:hidden;
  margin: 11px 0 0 0;
}

#bottomMenu ul {
  margin:0;
  padding:0;
  list-style:none;
  border-right:1px solid #CC0001;
}

#bottomMenu li {
  margin:0;
  padding:0;
  list-style:none;
  float:left;
  display:block;
}

#bottomMenu a {
  font-size:11px;
  border-left:1px solid #CC0001;
  color:#CC0001;
  display:block;
  padding: 0 5px;
  text-decoration:none;
}




/*--------------------------------- MAIN LAYOUT -----------------------------------------------*/

#footer p {
  margin:0 0 0 240px;
  font-size:11px;
  color: #999;
  line-height:40px;
  color:#000;
}
#footer a {
  text-decoration:none;
  color:#000;
}
#footer img {
  float:left;
  margin-right:1em;
}
#home #footer a, #home #footer p {
  color:#000;
} 

#production {
  font-size:11px;
  margin:1em 1em 0 10px;
  float:right;
}

/*--------------------------------- Forms -----------------------------------------------*/

.form {
  margin-top:0;
}

.formButton {
  background-color: #fff;
  color: #D12A34;
  border: none;
}

.formFieldObligatory {
}

.formFieldDescription {
  font-size:85%;
}

.formFieldTextarea {
  width: 270px;
  height: 100px;
}

.formFieldError {
  color: #c00;
  font-size: 80%;
}

.formError {
  color: #c00;
  margin-bottom: 1em;
}

.formFieldName, .formFieldObligatory {
  padding: 20px 0 0 0;
}

/*  Templates */
/*  =t1 */
.t1 {
  width:914px;
  overflow:hidden;
}

.t1Column1 {
  display:inline;
  float:left;
  width: 240px;
/*  margin-right:12px;*/
}

.t1Column2 {
  display:inline;
  float:left;
  width: 452px;
}

.t1Column2 ul {
  margin-top:0;
  padding-top:0;
  margin-bottom:1em;
  padding-bottom:1em;
}


.t1Column3 {
  display:inline;
  float:left;
  width: 170px;
  margin-left:32px;
  background:url(/dsg/t1Column3_bck.gif);
}

.t2 {
  width:748px;
  overflow:hidden;
}

.t2Column1 {
  display:inline;
  float:left;
  width: 182px;
  margin-right:10px;
}

.t2Column2 {
  display:inline;
  float:left;
  width: 546px;
  margin-right:10px;
}

.t2Column2 ul {
  margin:0 0 0 1em; 
  padding:0 0 0 0.5em; 
  list-style:disc;
}

.t2Column2 li {
  margin:0 0 0 1em; 
  padding:0 0 0 0.5em; 
  list-style:disc;
}


/* Home */
#home p {
  color:#fff;
}

#homeRow1 {
  height:134px;
  width:100%;
  background: url(/dsg/bckHomeRow1.gif) 0 24px repeat-x;
}

#homeRow2 {
  margin-top:72px;
  background: url(/dsg/bckHomeRow1.gif) 0 24px repeat-x;
}

#homeRow3 {
  margin-top:32px;
}

/* =bestOfGallery */
.bestOfGallery {
  width: 361px;
  overflow:hidden;
}

.bestOfGalleryCellX, .bestOfGalleryCellLast {
  float:left;
  display:inline;
  margin-right:3px;
}

.bestOfGalleryCellX img {
  /*border:1px solid #231F20;
  border-right:none;
  */
}

.bestOfGalleryCellLast img {
  /*
  border:1px solid #231F20;
  */
}

.bestOfGalleryCellX p, .bestOfGalleryCellLast p {
  font-size:85%;
  margin:0;
  font-weight:bold;
}


/* =blogBoxes */

.blogBoxes {
  width: 360px;
  overflow:auto;
  background: url(/dsg/bckBlogBoxes.gif);
}

.blogBoxesBox1, .blogBoxesBox2, .blogBoxesBox3 {
  float:left;
  display:inline;
  margin-right:3px;
  width: 118px; 
}

.blogBoxesBox3 {
  margin-right:0;
}

.blogBox {
  padding:5px 2px 5px 5px;
}

.blogBox h3 {
  margin:0;
}

#home a {
  color:#fff;
  text-decoration:none; 
}

#home .blogBox p, #home .blogBox p a {
  font-size:10px;
  color:#231F20;
  margin:0;
  padding:0 0 5px 0;
}

#home .blogBox .light a {
  color:#C2C2C1;
}

.blogBox a {
  text-decoration:none;
}

/* =box */
.box {
  margin:0 0 40px 0;
}

.box h4 {
  color:#CC0001;
  margin: 2px 0 10px 0;
  font-size:12px;
}

.box .content, .box h4 {
  margin:10px 10px 10px 10px;
  padding:10px;
  background:url(/dsg/box_bck.png);
  /*  background:url(/dsg/box_bck.gif);*/
}

.box p {
  font-size:85%;
  margin:0;
  padding: 0 0 4px 0;
  color:#808285;
}

.box strong {
/*  color:#CC0001;*/
  font-weight:normal;
}

.box a {
  color:#000;
  font-weight:normal;
  background:url(/dsg/bck_more_w.gif) left center no-repeat;
  padding-left:40px;
  float:right;
}

.boxLink {
  text-align:right;
}

/* gallery */
.gallery {
  width:384px;
  height:125px;
  overflow: hidden;
  position:relative;
  margin-bottom:10px;
}

.gallery img {
  display:block;
}

.galleryPlaceholder {
  width:204px;
  margin-right:12px;
  float:left;
}

.galleryNavigation {
  float:left;
  position:absolute;
  bottom:0;
  left:216px;
}

.galleryNavigation ul, .galleryNavigation li {
  margin:0; padding:0; list-style:none;
}


.galleryNavigation li {
  float:left;
}

.galleryNavigation a {
  color: #C2C2C1;
  padding: 0 2px;
  display:block;
  text-decoration:none;  
  font-weight:bold;
}


#video_click {
	margin:0; padding:0; font-size:10px;
}

/*acarousel*/
#acarouselContainer {
  background:#970001;
  height:161px;
  overflow:hidden;
}
.acarousel {
  padding:18px 0 27px 0;
}
.acarousel ul {
  width:100%;
}
#home .acarousel a {
	background:#000;
	display:block;
  margin:0 7px;
}
.acarousel img {
	border:none;
	display:block;
}

/*home_tagline*/
#home_tagline {
  margin-top: 10px;
  margin-bottom: 20px;
}
#home_tagline img {
  float:right;
}

/*jcarousel*/
#jcarouselContainer {
  height:206px;
}
#jcarouselContainer .wrapper {
  position:relative;
}
#jcarouselContainer .prev {
  position:absolute;
  left:30px;
  top:26px;
}
#jcarouselContainer .next {
  position:absolute;
  right:30px;
  top:26px;
}
.jcarousel {
  padding:28px 0;
  margin:0 70px; 
}
/* 914 - 60 - 612 = 242 - */
.jcarousel .blog {
  width:168px;
  height:150px;
  margin-right: 30px;
  float:left;
  display:inline;
  font-size:13px;
  position:relative;
}
.jcarousel .blog span {
  color:#000;  
  line-height:12px;
  background:url(/dsg/bck_more.gif) left center no-repeat;
  padding:0 0 0 45px;
  position:absolute;
  bottom:0;
  right:0;
  
}
#jcarouselContainer img.disabled {
  display:none;
}

/* http://www.positioniseverything.net/easyclearing.html */
.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 */


/*people*/
#people {
}


/*cont*/
.cont {
  position:relative;
  margin-bottom:12px;
  height:70px;
}
.cont p {
  position:absolute;
  bottom:0;
  left:80px;
  margin:0; 
  padding:0 0 2px 0;
}
.cont p img {
  float:left;
}

.cont2 {
  margin:0; padding:0 0 2px 0;
}
.cont2 p {
  margin-left:80px;
}
.cont2 a img {
  float:left;
}

