/* reset */
* {
margin: 0;
padding: 0;
}

/* render html5 elements as block */
header, footer, section, aside, nav, article {
display: block;
}

body {
line-height: 1;
background: #FFFFFF;
/*background: #f1f1f1 url("../images/bg.gif") repeat;*/
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #666;
font-size: 14px;
line-height: 18px;
}
	
/* layout */

#wrapper {
width: 940px;
margin: 0 auto;
margin-top: 5px;
margin-bottom: 5px;
-webkit-box-shadow: 3px 3px 3px 3px #777;
-moz-box-shadow: 3px 3px 3px 3px #777;
}

nav {
width: 940px;
height: 50px;
margin: 0 auto;
background: #45BF55;

/* CSS3 Gradient Effect */
background: -moz-linear-gradient( top, #45BF55, #a3dfab); /* FF, Flock */
background: -webkit-gradient(linear, left top, left bottom, from(#45BF55), to(#a3dfab)); /* Safari, Chrome */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff45BF55, endColorstr=#ffa3dfab); /* IE 5.5 - IE 7 */
progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff45BF55, endColorstr=#ffa3dfab);
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1.0)"
"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff45BF55, endColorstr=#ffa3dfab)";   /* IE 8 */
}

header {

width: 940px;

height: 200px;

margin: 0 auto;
background: #fff url(../images/headerimg.jpg) no-repeat left top;

}

#main {
width: 940px;

margin: 0 auto;

background: #FFF;
overflow: hidden;
padding: 10px 0px 40px 0px;
}

#content {
float: right;

width: 940px;
}

footer {
width: 940px;
margin: 0 auto;
clear: both;
}

/* basics */

h1,h2,h3,h4,h5,h6 {
font-weight: bold;
clear: both;
color: #333;
}

a:link, a:visited {
color:#D66C6C;
}

a:hover, a:active {
color: #D66C6C;
}

p {
margin-bottom: 18px;
}

li {
padding-left: 5px;
}

/* nav */

nav .menu {
font-size: 16px;
font-weight: bold;
}

nav .menu ul {

margin: 0;

padding: 17px 0 0 20px;

list-style: none;

line-height: normal;

}



nav .menu li {

display: block;

float: left;

}



nav .menu a {

display: block;

float: left;

margin-right: 5px;

padding: 0px 15px;

text-decoration: none;

color: #FFF;
}



nav .menu a:hover {
border-top: #FFF 1px solid;
border-bottom: #FFF 1px solid;
}

/** HEADER */



header h1, header h2 {

margin: 0;

padding: 0 0 0 30px;

line-height: normal;

}



header h1 { 	

font-size: 40px;
float: left;

padding-top: 20px; 

}



header h1 a:link, header h1 a:visited {

text-decoration: none;

color: #FFF;

}

header h1 a:hover { 
text-decoration: underline; 
}



header h2 {

padding: 20px 0 0 30px;

font-style: italic;
font-size: 14px;

color: #FFFFFF;

}

/** ARTICLES **/

article {
padding: 0 30px 0 30px;
}

article img {
border: none;
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
}

article h2 {
margin-top: 20px;
}

#content p, ul, ol, hr {
margin-bottom: 24px;
}

#content ul ul, ol ol, ul ol, ol ul {
margin-bottom: 0;
}

#content h1, h2, h3, h4, h5, h6 {
color: #333;
margin: 0 0 20px 0;
line-height: 1.5em;
}

.alignleft, img.alignleft {
display: inline;
float: left;
margin-right: 24px;
margin-top: 4px;
}

.alignright, img.alignright {
display: inline;
float: right;
margin-left: 24px;
margin-top: 4px;
}

.aligncenter, img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignleft, img.alignright, img.aligncenter {
margin-bottom: 12px;
}

/* footer widget blocks */

aside h3 {
font-size: 18px;
}

aside ul {
list-style: none;
margin-bottom: 20px;
margin-top: -15px;
}

aside li a {
display: block;
text-decoration: none;
}

aside li a:hover {
text-decoration: underline;
}

#footer-area {
background: #45BF55;
color: #FFF;
font-size: 90%;
padding: 18px 0px 0px 20px;
overflow: hidden;

/* CSS3 Gradient Effect */
background: -moz-linear-gradient( top, #45BF55, #a3dfab); /* FF, Flock */
background: -webkit-gradient(linear, left top, left bottom, from(#45BF55), to(#a3dfab)); /* Safari, Chrome */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff45BF55, endColorstr=#ffa3dfab); /* IE 5.5 - IE 7 */
progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff45BF55, endColorstr=#ffa3dfab);
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1.0)"
"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff45BF55, endColorstr=#ffa3dfab)";   /* IE 8 */
}

.footer-segment {
float: left;
margin-right: 0px;
margin-left: 0px;
width: 190px;
}

.footer-segment-copyright{
float: right;
margin-right: 0px;
margin-left: 0px;
width: 120px;
font-size: 10px;
-webkit-text-size-adjust:none;
}

.footer-segment li strong {
color:#3D3D3D;
font-size:0.4cm;
		}

footer aside h4 {
color: #FFF;
font-size: 16px;
line-height: 1.5em;
}

footer a:link, footer a:visited {
color: #FFF;

}

footer p {
margin-top: -15px;
}

.container {
	margin: 0 auto;
	position: relative;
	width: 1000px;
	font-size:.8125em;
}

.container ol, ul {
	list-style: none;
}

/*Gallery*/
#gallery {
	height:496px;
	overflow:hidden;
	background:url(../images/gallerry-bg.gif) 0 0 repeat-x;
}

#gallery .prevButton{
	height:72px;
	width:68px;
	position:absolute;
	background:url('../images/arrows.png') no-repeat;
	top:50%;
	margin-top:-36px;
	margin-left:-15px;
	cursor:pointer;
	z-index:2000;
	background-position:left top;
	left:0;
}


 #gallery .prevButton:hover{ 
background-position:left bottom;
left:0;
}

#gallery .nextButton{
	height:72px;
	width:68px;
	position:absolute;
	background:url('../images/arrows.png') no-repeat;
	top:50%;
	margin-top:-36px;
	margin-right:45px;
	cursor:pointer;
	z-index:2000;
	background-position:right top;
	right:0;
}


 #gallery .nextButton:hover{
background-position:right bottom;
right:0;
}

/*===== roundabout =====*/
.roundabout-holder  { 
	width:850px;
	height:496px;
	margin:0 auto;
}
.roundabout-moveable-item {
   width: 646px;
   height: 416px;
   cursor: pointer;
	 border:3px solid #ccc;
	 border:3px solid rgba(0, 0, 0, 0.08);
   border-radius:4px;
	 -moz-border-radius:4px;
	 -webkit-border-radius:4px;
}

.roundabout-moveable-item img{
		width:100%;
	}

.roundabout-in-focus {
	border:none;
}