/*
Theme Name: Cyber Coral
Theme URI: http://www.cybercoral.com
Author: Ismu Surizan
Author URI: http://www.ismusurizan.com
*/
body {
 margin: 0px;
 font-family: Verdana, Arial, Helvetica;
 font-size: 11px;
 color: #000;
 background-color: #cee6f3;
}
#header {
 background-image: url(theme/bg-top.gif);
 background-repeat: repeat-x;
 height: 304px;
}
#header-block {
 width: 960px;
 margin-left: auto;
 margin-right: auto; 
}
#header-logo {
 background-image: url(theme/header-logo.jpg);
 width: 712px;
 height: 147px;
 float: left;
}
#header-content {
 background-image: url(theme/header-content.gif);
 width: 712px;
 height: 157px;
 float: left;
}
#header-content-left {
 padding-left: 20px;
 padding-top: 15px;
 width: 150px;
 float: left;
 text-align: center;
}
#header-content-right {
 text-align: center;
 float: left;
 width: 520px;
 margin-left: 20px;
}
#header-content-right h3 {
 color: #000000;
}
#header-content-left a, #header-content-right a {
 text-decoration: none;
}
#header-content-right a:hover {
 text-decoration: underline;
}
#header-pic {
 background-image: url(theme/header-pic.jpg);
 width: 248px;
 height: 304px;
 float: right;
}
#main-block {
 background-image: url(theme/bg-main.gif);
 width: 942px;
 margin-left: auto;
 margin-right: auto; 
 padding: 0px 9px;
 background-color: #fff;
}
#content {
 float: left;
 width: 650px;
 padding-left: 10px;
 padding-top: 10px;
}
h1 {
 color: #0d579c;
 font-size: 24px; 
 font-weight: lighter;
 margin: 0px 0px 5px 0px;
}
h1 a, h2 a, h3 a {
 text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover {
 text-decoration: underline;
}
h2 {
 font-size: 16px;
 color: #0d579c;
 margin: 5px 0px;
 font-weight: bold;
}
h3 {
 color: #0d579c;
 font-size: 14px; 
 margin: 10px 0px 3px 0px;
}
#rightbar-block {
 float: right;
 width: 275px;
}
#rightbar-top {
 background-image: url(theme/block-top.gif);
 background-repeat: repeat-x;
 height: 20px;
 width: 260px;
 float: right;
}
#rightbar-top-left {
 background-image: url(theme/block-top-left.gif);
 background-repeat: repeat-x;
 height: 20px;
 width: 15px;	
 float: left;
}
#rightbar {
 width: 255px;
 background-image: url(theme/block-left.gif);
 background-position: left;
 background-repeat: repeat-y;
 padding-right: 5px;
 padding-left: 15px;
}
#rightbar .title {
 font-size: 16px;
 color: #0d579c;
 margin: 15px 0px 5px 0px;
 font-weight: bold;
}
#rightbar-bottom {
 background-image: url(theme/block-bottom.gif);
 background-repeat: repeat-x;
 height: 20px;
 width: 260px;
 float: right;
}
#rightbar-bottom-left {
 background-image: url(theme/block-bottom-left.gif);
 background-repeat: repeat-x;
 height: 20px;
 width: 15px;	
 float: left;
}

#main-bottom {
 padding: 10px 0px;
 clear: both;
 text-align: center;
}
#footer {
 clear: both;
 background-image: url(theme/bg-bottom.gif);
 background-repeat: repeat-x;
 height: 316px;
}
#cybercoral {
 background-image: url(theme/footer.jpg);
 width: 938px;
 height: 296px;
 margin-left: auto;
 margin-right: auto;
 padding: 20px 11px 0px 11px;
}
#cybercoral h1 {
 color: #0d579c;
 font-size: 40px; 
 font-weight: lighter;
 margin: 0px 0px 5px 0px;
 text-align: center;
}
#cybercoral a {
 text-decoration: none;
}
#cybercoral a:hover {
 text-decoration: none;
}
#cybercoral ul {
	padding: 0px 0px 0px 5px;
	margin: 0px;
}
#cybercoral ul li {
	background: transparent url("theme/arrow.gif") 0px 4px no-repeat;
	list-style-type: none;
	padding: 0px 0px 0px 10px;
	font-size: 12px;
}
#cc-products {
 width: 30%;
 float: left;
 padding-left: 10px;
}
#cc-networks {
 width: 25%;
 float: left;
}
#cc-clients {
 width: 40%;
 float: right;
}
#cc-facebook {
 width: 63%;
 float: right;
}
.myinput {
	font: 110% Arial, Helvetica, sans-serif;
	width: 220px;
	padding: 5px 3px 3px 7px;
	background: url(theme/form-field-bg.gif) no-repeat;
	border-top: 1px solid #e6e6e6;
	border-right: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	border-left: 1px solid #e6e6e6;
}
textarea {
	font: 110% Arial, Helvetica, sans-serif;
	width: 95%;
	height: 140px;
	background:url(theme/form-field-bg.gif) no-repeat;
	border: solid 1px #e6e6e6;
	padding: 5px 3px 3px 7px;
}
.mysubmit {
	font-size: 14px;
	font-weight: bold;
	color: #0d579c;
	background: url(theme/submit-btn.gif) no-repeat top left;
	border: none;
	width: 135px;
	height: 25px;
	padding-bottom: 6px;
	cursor: hand;
}
.mysubmit:hover {
	background: url(theme/submit-btn.gif) no-repeat bottom left;
}
textarea:focus, input[type="text"]:focus {
	border: solid 1px #3b9acc;
}
a {
 color: #0D579C;
}
ul {
	padding: 0px 0px 0px 5px;
	margin: 0px;
}
ul li {
	background: transparent url("theme/arrow.gif") 0px 3px no-repeat;
	list-style-type: none;
	padding: 0px 0px 0px 10px;
}
#ff {
 width: 125px;
 float: right;
 padding-top: 3px;
}
#tryff {
 color: #0d579c;
 font-size: 14px; 
 margin: 5px 0px;
 font-weight: bold;
}
#dff {
 color: #0d579c;
 font-size: 13px;
 font-weight: bold;
 margin: 3px 0px;
}
.order, .order a {
 color: #3CB371;
 font-weight: bold;
}
.hot, .hot a {
 color: #DC143C;
 font-weight: bold;
}
table {
	border: dotted 1px #0d579c;
	width: 100%;
}
.trh {
	background-color: #EBF5FF;
	text-align: center;
	font-weight: bold;
}
.tdh {
	border-bottom: dotted 1px #0d579c;
	vertical-align: middle;
}
.cellbg {
	background-color: #EBF5FF;
}
.cellbox {
	border-top: dotted 1px #0d579c;
	border-bottom: dotted 1px #0d579c;
}
td {
	vertical-align: top;
	padding: 2px;
}

.fs {
	font-size: 10px; 
}
.d2c {
	width: 100%;
	padding: 1px;
}
.d2ll {
	float: left;
}
.d2rl {
	float: none;
}
.d2l {
	width: 50%;
	float: left;
}
.d2r {
	width: 50%;
	float: right;
}
.d2l30 {
	width: 30%;
	float: left;
}
.d2r70 {
	width: 70%;
	float: right;
}
.d2i {
	padding: 0px 10px 0px 0px;
}
.box {
	border: dotted 1px #0d579c;
	padding: 5px;
}
.comments {
 background: url(theme/comments.gif) no-repeat;
 padding-left: 21px;
 font-size: 13px;
}
.check{
 color: #0d579c;
 background: url(theme/check.gif) no-repeat;
 padding-left: 18px;
 font-size: 14px;
 margin: 10px 0px 3px 0px;
 font-weight: bold;
}
.ff-download {
 color: #0d579c;
 font-size: 24px; 
 font-weight: lighter;
 margin: 0px 0px 5px 0px;
}
