/* ----------------------------------------------------------------------
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-image:url(../images/layout/body_bg.jpg);
  color: #333;
}
/* ---------------------------------------------------------------------- */
#outerwrapper {
  height: auto;
  width: 100%;
}

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

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

#navwrapper {
  margin: 0 auto;
  padding-bottom: 1px;
  padding-top: 3px;
  text-align: center;
  width: 100%;
  height: auto;
  background-image:url(../images/layout/nav_bg.jpg);
}

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

#contentwrapper {
  width: 960px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 0px;
  text-align: center;
  width: 960px;
  height: auto;
  overflow: hidden;
  zoom: 1;
}

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

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

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

/* ---------------------------------------------------------------------- */
/* intro */
#intro {
  width: 960px;
  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: 960px;
  overflow: auto;  
  margin: 0 auto;
  text-align: left;
  color: #444;
  height: auto;
  font-size: 1em;
  line-height: 1.7em;
  margin-left: 20px;
  margin-top: 10px;
  overflow: hidden;
}

#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 {
	text-align: left;
	height: 35px;
}

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

.last {
	
}



.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;
  }
  



