
* {
	font-family: Helvetica, Georgia, Arial, san-serif;
	font-size: 14px;
}
a, a:hover, a:active, a:visited {
	color: #000;
}


html, body{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#container {
	width: 100%;
	height: 100%;
	position:absolute;
	height:100%;
	width: 100%;
	margin: 0;
	padding: 0;
}
.bg {
    position: absolute;
    height:100%;
    width: 100%;
}

#header {
	height: 62px;
	width: 385px;
	margin: 30px auto;
	background: transparent url(../images/bendaware-logo.png) no-repeat scroll center top;
	margin-top: 20px;
	position: relative;
}
* html #header {
	background-image: url(../images/bendaware-logo-ie6.png);
}
#header a {
    height: 62px;
    width: 400px;
    display: block;
}
#header h1 {
	display: none;
}
h3 {
    font-size: 16px;
    padding-top: 3px;
    color: #eee;
    text-decoration: underline;
    margin-bottom:5px;
}
/*
#body {
	margin: 50px auto 0 auto;
	width: 400px;
	-moz-border-radius: 16px;
	background: #000;
	opacity: 0.6;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	color: #fff;
	padding: 20px;
	position: relative;
}
*/
#body {
    position: relative;
    color: #fff;
    width: 440px;
    margin: 0 auto;
}
#footer {
	width: 400px;
	margin: 5px auto;
}

#footer .copy {
	font-size: 12px;
	color: #fff;
}

#body .bg-top {
    background: transparent url(../images/bendaware-bg-top.png) no-repeat;
    height:19px;
    width: 440px;
}
#body .bg-top img {
    display: none;
}
#body .bg-bottom {
    background: transparent url(../images/bendaware-bg-bottom.png) no-repeat;
    height:19px;
    width: 440px;
}
#body .bg-middle {
    background: transparent url(../images/bendaware-bg-middle.png);
    width: 440px;
}

* html #body .bg-middle {
	background: #000;
}
* html #body .bg-top {
    background: #000;
}

* html #body .bg-bottom {
    background: #000;
}


#body .content {
padding: 0 19px;
}

#body .content a, #body .content a:visited, #body .content a:active {
    color: #fff;
}
#body .content a:hover {
    color: #839364;
}


#body .text {
	opacity: 1.0;
}

#body div.buttons a.option {
	display: block;
	float: left;
	width: 64px;
	height: 64px;
	background: transparent url(../images/buttons.png) no-repeat 100px 100px;
	margin: 20px 34px;
	margin-bottom: 5px;
	text-decoration: none;
}
#body div.buttons a.option span {
    display: none;
}

#body div.buttons a.option:hover span {
    display: block;
    margin-top: 70px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border: 0;
    font-size: 14px;
}
* html #body div.buttons a.option, * html #body div.buttons a.option:hover {
	position: relative;
	margin-top: 0;
	background-image: url(../images/buttons-ie6.png);
	font-weight: normal;
	margin: 20px 25px;
}
* html #body div.buttons a.option span, * html #body div.buttons a.option:hover span {
    display: block;
    margin-top: 0;
    position: absolute;
    font-weight: bold;
    top: 70px;
    width: 64px;
    text-align: center;
    
}


#body div.buttons a.twitter {
	background-position: 0px -64px;
}
#body div.buttons a.twitter:hover {
	background-position: 0px 0px;
}
#body div.buttons a.contact {
	background-position: -64px -64px;
}
#body div.buttons a.contact:hover {
	background-position: -64px 0px;
}

#body div.buttons a.blog {
	background-position: -128px -64px;
}
#body div.buttons a.blog:hover {
	background-position: -128px 0px;
}
#body .button-info {
	display: block;
	clear: both;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

#body h2 {
	display: block;
	font-weight: bold;
	font-size: 24px;
	position: absolute;
	top: -20px;
	left: 10px;
}

#body h2.rotate {
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);
	left: -75px;
	top: 60px;
	font-size: 35px;
}


.form .error input, .form .error textarea {
    border: 1px solid #cb0000;
}
.form textarea {
    height: 70px;
}
.form .checkbox input {
    width: auto;
}

.menu-bottom {
    color: #eee;
    font-size: 11px;
    float: right;
}
* html .menu-bottom {
    margin-top: -14px;
}
.menu-bottom a {
    color: #eee;
    text-decoration: none;
    font-size: 11px;
}
.menu-bottom a:hover {
    color: #fff;
    text-decoration: underline;
}
