/* ----------------------------------------------------------------------
Title:     Layout CSS, Version 0.1
Author:     Greg Bugyis
Date:  28.05.2008
---------------------------------------------------------------------- */

@import "default.css";

body {
  font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif;
  font-size: 0.75em;
  line-height: 1.6em;
  text-align: center;
  /* background-color:  #6082c2; */
  background-color:  #e6e6e6;
  color: #333;
}
/* ---------------------------------------------------------------------- */
#outerwrapper {
  height: auto;
  width: 100%;
}

#wrapper {
  margin: 0 auto;
  text-align: center;
  background-color: transparent;
  width: 100%;
}

#headerwrapper {
  margin: 0 auto;
  padding-bottom: 20px;
  text-align: center;
  width: 100%;
  height: auto;
  background-image:url(../images/layout/header_bg.jpg);
  background-position: center bottom;
  background-repeat: repeat-x;
}

#navwrapper {
  margin: 0 auto;
  padding-bottom: 8px;
  padding-top: 8px;
  text-align: center;
  width: 100%;
  height: auto;
  background-position: center bottom;
  background-repeat: repeat-x; 
  border-top-color: #999;
  border-top-color: #5d93e8;
  border-top-width: 3px;
  border-top-style: solid;
  border-bottom-color: #999;
  border-bottom-color: #5d93e8;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  background-color: #262e4a;
  
}

#introwrapper {
  margin: 0 auto;
  padding-bottom: 1px;
  padding-top: 3px;
  width: 100%;
  height: auto;
  background-position: center bottom;
  background-repeat: repeat-x;
  background-color: #e6e6e6;
}

#contentwrapper {
  margin: 0 auto;
  padding-bottom: 40px;
  text-align: center;
  width: 100%;
  height: auto;
  background-color: #e6e6e6;
}

#footerwrapper {
  background-image: url(../images/layout/header_bg.jpg);
  margin: 0 auto;
  padding-top: 20px;
  text-align: center;
  width: 100%;
  height: 100%;
}



/* ---------------------------------------------------------------------- */
/* Header */
#header {
  width: 920px;
  overflow: auto;
  margin: 0 auto;
  text-align: left;
  width: 920px;
  height: auto;
	font-size: 1.05em;
	line-height: 1.6em;
}

/* ---------------------------------------------------------------------- */
/* navigation */
#navigation {
  width: 920px;
  color: #EEE2DB;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  width: 920px;
  height: auto;
  font-size: 1.05em;
	
}

/* ---------------------------------------------------------------------- */
/* intro */
#intro {
  width: 920px;
  overflow: hidden;
  margin: 0 auto;
  text-align: left;
  width: 920px;
  height: auto;
  font-size: 1.05em;
  text-align: left;
  padding-top: 5px;
  
}

/* ---------------------------------------------------------------------- */
/* Content */
#content {
  width: 920px;
  overflow: auto;  
  margin: 0 auto;
  text-align: left;
  color: #444;
  height: auto;
  font-size: 1em;
  line-height: 1.7em;
}

#content h1,h2,h3,h4 {
	line-height: 2em;
}

#content p {
	padding-right: 5px;
	padding-left: 5px;
}

.offer a{
	color: #4471b8;
	font-size: 1.25em;
	text-decoration: none;
}


#content ul {
	padding-left: 25px;
}

.content-ul-right {
	float: right;
	padding-right: 15px;
}

hr {
	background-color: #aaa;	
	color: #aaa;
	height: 1px;
	border: none;
	display: block;	
}


.small {
   width: 275px;
   margin: 30px 35px 0px 0px;
   float: left;
}

.smalllast {
  width: 245px;
  margin: 10px 0px 0px 0px;
  float: left;
  overflow: hidden;
}

.large {
   width: 620px;
   margin: 10px 35px 0px 0px;
   float: left;
   overflow: hidden;
}

.largelast {
   width: 590px;
   margin: 40px 0px 0px 0px;
   float: left;
}

.full {
   width: 890px;
   margin: 10px 35px 0px 0px;
   float: left;
   overflow: hidden;
}

.left {
  float: left;
  margin-right: 10px;
}

.right {
  float: right;
  margin-left: 10px;
}

.btn {
  margin: 25px 0 25px 0 !important;
}

blockquote {
  font-style: italic;
  display: block;
  margin-bottom: 10px;
}


/* ---------------------------------------------------------------------- */
#footer {
  width: 920px;
  text-align: left;
  font-size: 0.95em;
  color: #555;
  margin: 0 auto;
  text-align: left;
	padding: 0px 0px 60px 0px;
}
/* ---------------------------------------------------------------------- */


#navigation_menu {

}



#navigation_menu ul {
	font-size: 1.3em;
	color: #FFF;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#navigation_menu li {
	width: auto;
	list-style-type: none;
	display: inline;
	white-space: normal; 
	padding-right: 30px;
	padding-left: 30px;	
	border-left-color: #666;
  	border-left-width: thin;
  	border-left-style: solid;	
}

.last {
	border-right-color: #666;
	border-right-width: thin;
	border-right-style: solid;
}

#navigation_menu li a {
	text-decoration: none;
	color: #FFF;
}

#navigation_menu li a:link, #navigation_menu li a:visited {
	color: #FFF;
}


.body_img-right {
padding-right: 5px;
padding-left: 15px;
display: inline-block;
float: right;
}

.body_img-left {
padding-right: 20px;
padding-left: 10px;
display: inline-block;
float: left;
}

.img-shadow {
  float:left;
  background: url(../images/layout/shadows/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/layout/shadows/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 0px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }
  


