/* begin the basics */
html, body {
font-size: 14px; /* Resets 1em to 10px */
font-family: Arial, Helvetica, sans-serif;
background: #000000;
color: #868686;
margin: 0;
padding: 0;
line-height:20px;
}

h1, h2, h3 {
font-weight: normal;
}

h1 {
font-size: 4em;
text-align: center;
}

h2 {
font-size: 1.6em;
}

h3 {
font-size: 1.3em;
margin: 0;
padding: 0;
}

a:link, a:visited {
color: #EBEBEB;
text-decoration: none;
}

a:hover {
color: #868686;
}

a {
outline: none;
}

img {
border: none;
}

#wrapper {
width: 1100px;
margin: 0px auto;
background: url(images/bg.jpg) top center no-repeat;
overflow: hidden;
}
/* end the basics */

/* begin site header */
#header {
width: 100%;
height: 35px;
padding: 5px 0 0 0;
line-height: 1em;
float: left;
}

#header p {
margin: 0;
padding: 0;
}

#tagline {
float: left;
color: #EBEBEB;
margin: 10px 0 0 149px;
}

#author {
color: #868686;
font-size: 18px;
}

#author a:link, #author a:visited {
color: #77aa00;
border-bottom: 1px dashed #77aa00;
}

#author a:hover {
color: #EBEBEB;
}

#pages {
float: right;
list-style: none;
margin: 45px 50px 0 0;
padding: 0;
}

#pages li {
display: inline;
margin: 2px 4px 2px 10px;

}

#pages li a {
font-size: 18px;
color: #91a401;
border-bottom: 1px dashed #e28500;
margin: 2px 4px 2px 4px;
padding: 0 4px 0 4px;
background: #334200;
}

#pages li a:hover {
font-size: 18px;
color: #000;
border-bottom: 1px dashed #334200;
background: #e28500;
}

#author a:visited {
font-size: 20px;
color: #008220;
border-bottom: 1px dashed green;
}



 

    /* Menu Body */
    ul#menu {
        width:80%;
        height:80px;
        list-style:none;
        margin:0;
        padding:0;
        padding-top:-120px;
        padding-left:60%;
    }

    /* Float LI Elements - horizontal display */
    ul#menu li {
        float:left;
    }

    /* Link - common attributes */
    ul#menu li a {
        background:url(images/sprite.png) no-repeat scroll top left;
        display:block;
		height:60px;
		position:relative;
	}

	/* Specify width and background position attributes specifically for the class: "home" */
	ul#menu li a.home {
		width:125px;
	}

	/* Specify width and background position attributes specifically for the class: "portfolio" */
	ul#menu li a.portfolio {
		width:125px;
		background-position:-125px 0px;
	}

	/* Specify width and background position attributes specifically for the class: "price" */
	ul#menu li a.price {
		width:125px;
		background-position:-250px 0px;
	}

	/* Specify width and background position attributes specifically for the class: "contacts" */
	ul#menu li a.contact {
		width:125px;
		background-position:-375px 0px;
	}

	/* Span (on hover) - common attributes */
	ul#menu li a span {
		background:url(images/sprite.png) no-repeat scroll bottom left;
		display:block;
		position:absolute;
		top:0;
		left:0;
		height:100%;
		width:100%;
		z-index:100;
	}

	/* Span (on hover) - display pointer */
	ul#menu li a span:hover {
		cursor:pointer;
	}

	/* Shift background position on hover for the class: "home" */
	ul#menu li a.home span {
		background-position:0px -60px;
	}

	/* Shift background position on hover for the class: "portfolio" */
	ul#menu li a.portfolio span {
		background-position:-125px -60px;
	}

	/* Shift background position on hover for the class: "portfolio" */
	ul#menu li a.price span {
		background-position:-250px -60px;
	}

	/* Shift background position on hover for the class: "contacts" */
	ul#menu li a.contact span {
		background-position:-375px -60px;
	}

#logo {
float: left;
margin: 50px 0 0 50px;
padding: 0;
}

#message {
float: left;
margin: 20px 0 0 -60px;
padding: 0;
}


#slogan {
float: left;
margin: 20px 0 0 0px;
padding: 0;
}
/* end site header */

.facebox h3 {
margin: 0;
padding: 0;
}

.facebox p {
margin: 0 0 10px 0;
}

.facebox h3 {
color: #000000;
}

/* begin content slider */
#content .carousel  {
position: relative;
top: 100px;
}

#content .main {
margin: 0;
}

#content .carousel a.prev {
display: block;
position: absolute;
width: 200px;
height: 200px;
background: url("images/previous.png") no-repeat left top;
top: 220px;
left: -20px;
z-index: 10000;
}

* + html #content .carousel a.prev  {
top: 4px;
}

#content .carousel a.prev:hover {
background: url("images/previous2.png") no-repeat left top;
}  

#content .carousel a.next {
display: block;
position: absolute;
width: 150px;
height: 200px;
background: url("images/next.png") no-repeat right top;
top: 220px;
right: -20px;
z-index: 10000;
}

* + html #content .carousel a.next  {
top: 4px;
}

#content .carousel a.next:hover {
background: url("images/next2.png") no-repeat right top;
}  

#content .carousel a:hover, #content .carousel a:active {
border: none;
outline: none;
}    

#content .carousel .rotate {
float: left;
margin: 150px 0 0 0;
position: relative;
visibility: hidden;
left: -4800px;
}

#content .carousel ul {
margin: 0 -100px 0 50px;
padding: 0 0px 0 30px;
}

#content .carousel li img {
width: 300px;
height: 150px;
border: 1px solid #444444;
}

#content .carousel li {
width: 300px;
height: 500px;
margin: 0 20px 0 40px;

}

#content .widget img {
cursor: pointer;
}

.intro {
margin: 0;
padding: 5 5px 10px 0;
}

.intro p {
margin-top: 10px;
font-size: 14px;
line-height: 20px;
}

.intro h3 {
margin: 20px 4px 2px 4px;
font-size: 28px;
color: #77aa00;
}

.intro h3 a{
margin: 20px 0 1px 0;
padding: 0px 5px 0px 5px;
font-size: 28px;
line-height: 28px;
color: #000;
background: #dd8000;
}

.block1 {
font-size: 30px;
color: #aa7700;
text-align: left;

}

.entry {
padding: 10px 0px 6px 0px;
font-size: 14px;
line-height: 21px;
letter-spacing: -0,2em;
color: #77aa00;
}

.entry img {
padding: 10px 10px 10px 10px;
}

.video {
width: auto;
text-align: center;
margin: 8px 0 -10px 0;
padding: 0;
}


.copyright {
position: relative;
float: left;
margin: 40px;
padding: 0px 0 0 0px;
}
/* end content slider */
