/*
Theme Name: BayiGurita Deluxe
Theme URI: http://www.bayigurita.com/
Description: Designed for BayiGurita.com.
Version: 5.0
Author: AdanAhmad
Author URI: http://www.adanahmad.com/
Tags: modified
*/


/* Begin Typography & Colors */
body {
	font-size: 11px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #fff url('images/bg.jpg') repeat-x;
	color: #333;
	margin:0px;
	}

img {
	border:none;
}

a {
	color:#ed1c24;
	text-decoration:none;
	font-weight:600;
}

#page {
	text-align: left;
	width:960px;
	margin:0 auto;
	}

#header {
	width:100%;
}

#header .header1 {
	height:60px;
	background: url('images/logo.jpg') no-repeat top left;
	width:960px;
	margin:0 auto;
}

#header .header1 .menu {
	float:right;
}

#header .header1 .menu a {
	background:#333;
	padding:8px 12px;
	margin-top:15px;
	margin-right:5px;
	float:left;
	display:block;
	font-size:12px;
	font-weight:700;
	color:#ccff2f;
	-moz-border-radius:3px; 
	-webkit-border-radius:3px;
	border:1px #555 solid;
}

#header .header1 .menu a:hover {
	color:#333;
	background:#ccff2f;
}

#header .header2 {
	height:280px;
	background: url('images/server.jpg') no-repeat top left;
	width:960px;
	margin:0 auto;
}

#header .header2 #hright {
	display:block;
	float:right;
	width:500px;
	height:280px;
}

#domain {
	width:500px;
	height:80px;
	background:url("images/domain.png") no-repeat;
}

#domain .submit {
	background:url(images/submit.png) no-repeat;
	cursor:pointer;
	border:0px;
	width:80px;
	height:20px;
}

#promo {
	width:500px;
	height:180px;
	background:url("images/promo.png") no-repeat;
	background-position:center;
}
/* CONTENT */

#content {
	min-height:200px;
}

#content .title {
	font-weight:600;
	margin:5px;
	padding:5px;
	color:#ed1c24;
	font-size:15px;
	display:block;
}

#content .slide {
	width:680px;
	height:300px;
	margin:0 auto;
	padding:10px;
}

#content .left {
	width:600px;
	display:block;
	float:left;
}

#content .right {
	width:300px;
	display:block;
	float:right;
}

/* FOOTER */
#footer {
	color:#888;
	text-align:center;
}

#footer span {
	font-weight:600;
	color:#333;
}

#footer a:hover {
	text-decoration:underline;
}

#footer .menu {
	border-bottom:1px #aaa dashed;
	border-top:1px #aaa dashed;
	margin:10px auto;
}

#footer .menu a {
	color:#7e9d1d;
	background:#fff;
	padding:8px 12px;
	margin-right:5px;
	float:left;
	display:block;
	font-size:11px;
}

#footer .menu a:hover {
	color:#ed1c24;
	text-decoration:none;
}

#clear {
	clear:both;
	height:0px;
}

#icon{
    width:20px;
    height:20px;
    float:left;
    background-image:url(images/ok.gif);
    background-repeat: no-repeat;
    background-position:center center;
}
#icon2{
    width:20px;
    height:20px;
    float:left;
    background-image:url(images/no.gif);
    background-repeat: no-repeat;
    background-position:center center;
}