@charset "utf-8";
body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	background-color: #424242;
	color: #343434;
}
.clear {
	content: "";
	height: 0;
	clear: both;
	display: block;
}
.lightGrey { color: #6c6c6c }
.blue {	color: #0f75bc }
.grey { color: #787474 }
span.spacer { display: inline-block }
a,
a:hover,
a:focus,
a:visited {
	color: inherit;
	text-decoration: none;
	outline: 0;
}
a:hover { color: #505050 }
.floatLeft { float: left }
.floatRight { float: right }

.floatLeftBigger {
	float: left;
	height: 50%;
	width: 50%;
}
.floatRightBigger {
	float: right;
	height: 50%;
	width: 50%;
}

#headContainer {
	background: #e5e5e5 url("../images/header-background.png") 0 0 repeat-x;
	height: 176px;
	width: 100%;
	min-width: 980px;
}
#headContainer.innerPage { 
	height: 130px;
	border-bottom: 1px solid #ABAAAA;
}
.wrapper {
	width: 980px;
	min-width: 980px;
	margin: 0 auto;
	
	position: relative;
}
#dbgatewayLogo {
	display: block;
	float: left;
	margin: 45px 0 0 45px;;
	width: 266px;
	height: 56px;
	background: transparent url("../images/dbgateway-logo.png") 0 0 no-repeat;
}
#mainMenu {
	margin: 42px 30px 0 0;
	float: right;
}
#mainMenu .left,
#mainMenu .right {
	float: left;
	width: 25px;
	height: 46px;
}
#mainMenu .left {
	background: transparent url("../images/main-menu-left.png") 0 0 no-repeat;
}
#mainMenu .right {
	background: transparent url("../images/main-menu-right.png") 0 0 no-repeat;
}
#mainMenu .center {
	float: left;
	background-color: #3d3d3d;
	height: 46px;
}
#mainMenu .center li {
	float: left;
	position: relative;
}
#mainMenu .center li a {
	display: block;
	color: #edece6;
	font-size: 110%;
	text-transform: uppercase;
	
	line-height: 46px;
	padding-left: 15px;
	padding-right: 15px;
}
#mainMenu .center .hover {
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	top: -2px;
	height: 12px;
	background: transparent url("../images/menu_hover.png") center 0 no-repeat;
}
#mainMenu .headContacts {
	margin-top: 15px;
	
	text-align: right;
	text-transform: uppercase;
	font-size: 90%;
}

#cover {
	width: 100%;
	min-width: 980px;
	background-color: #f5f5f5;
	border-top: 1px solid #abaaaa;
	border-bottom: 1px solid #abaaaa;
}
#cover .softwareBox {
	position: absolute;
	top: -55px;
	left: 310px;
	width: 306px;
	height: 249px;
	background: transparent url("../images/software-box.png") 0 0 no-repeat;
}
#cover .background {
	height: 150px;
}
#cover .left {
	padding: 30px 0 0 45px;
	float: left;
}
#cover h1 {
	text-transform: uppercase;
	margin: 0;
	line-height: 70%;
	font-size: 250%;
	font-weight: normal;
}
#cover h3 {
	font-family: Comfortaa, sans-serif;
	margin: 0;
	font-weight: normal;
}
#cover .price {
	text-align: right;
	font-size: 160%;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 30px;
}
#cover .right {
	float: left;
	margin-left: 310px;
	padding-top: 25px;
}
#cover .right ul {
	margin-left: 20px;
}
#cover .right li {
	color: #535353;
	padding: 3px 0;
}
#cover .bottomBackground {
	background: transparent url("../images/header-bottom-background.png") 0 0 repeat-x;
	height: 56px;
}
.check {
	display: inline-block;
	background: transparent url("../images/check.png") 0 0 no-repeat;
	width: 12px;
	height: 10px;
	padding-right: 4px;
}
.featuresIcon {
	width: 42px;
	height: 42px;
	background: transparent url("../images/icon-features.png") 0 0 no-repeat;
}

#mainContainer {
	width: 100%;
	min-width: 980px;
	padding: 1px 0;
	background-color: white;
}
#mainContainer h2 {
	color: #fc4b03;
	font-size: 250%;
	font-family: Comfortaa, sans-serif;
	
	padding-left: 30px;
}
#mainContainer .separator {
	height: 30px;
}
#mainContainer .innerText {
	padding: 0 30px;
	font-size: 110%;
	line-height: 18px;
	text-indent: 12px;
}
#mainContainer .contacts { margin-bottom: 10px }
#mainContainer .contacts .left {
	line-height: 29px;
	font-size: 13px;
	text-align: right;
	float: left;
	margin-right: 8px;
}
#mainContainer .contacts .right {
	text-align: left;
	float: left;
}
#mainContainer .contacts .hLine {
	height: 1px;
	border-bottom: 1px solid lightgrey;
	margin-bottom: 12px;
}
#mainContainer .contacts .right input,
#mainContainer .contacts .right textarea {
	color: #343434;
	padding: 3px;
	
	border: 1px solid grey;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	
	float: left; 
	margin: 3px 0;
}
#mainContainer .contacts .right input:hover,
#mainContainer .contacts .right textarea:hover {
	-webkit-box-shadow: 0px 0px 10px #DDD;
    box-shadow: 0px 0px 10px #DDD;
    -moz-box-shadow: 0px 0px 10px #DDD;
}
#mainContainer .contacts .right input[type="text"] { width: 300px }
#mainContainer .contacts .right input[type="submit"],
#mainContainer .contacts .right input[type="reset"] {
	color: white;
	background-color: #3D3D3D;
	padding: 5px 13px;
}
#mainContainer .contacts .right input[type="submit"] { margin-left: 8px }
#mainContainer .contacts .backLink {
	display: inline-block;
	padding: 5px 13px;
	color: white;
	background-color: #3D3D3D;
	border: 1px solid grey;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-indent: 0;
	margin: 12px;
}

#mainContainer .links { padding: 0 30px; margin: 0 0 15px }
#mainContainer .links h3 {
	color: #FC4B03;
	font-size: 140%;
	font-family: Comfortaa, sans-serif;
}
#mainContainer .links li {
	float: left;
	margin-left: 40px;
}
#mainContainer .links li:first-child { margin: 0 }
#mainContainer .links .iconSmall {
	display: inline-block;
	font-size: 110%;
	height: 20px;
	line-height: 20px;
	padding-left: 25px;
	background-color: transparent;
	background-image: url("../images/small_features_icons.png");
	background-repeat: no-repeat;
}
#mainContainer .buyNowText { 
	float: left;
	line-height: 47px;
	margin-right: 5px; 
}
#mainContainer .paypalButton {
	float: left;
}

.singleFeature {
	color: #2e2e2e;
	margin-left: 30px;
	float: left;
	width: 285px;
}
.singleFeature .header {
	padding-left: 50px;
	font-size: 150%;
}
.singleFeature .header.hover { color: #FC4B03 }
.singleFeature p {
	line-height: 135%;
}
.singleFeature .readMore {
	background: transparent url("../images/read_more.png") 0 center no-repeat;
	height: 24px;
	line-height: 24px;
	padding-left: 12px;
}
.singleFeature .icon {
	display: inline-block;
	height: 42px;
	line-height: 42px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url("../images/features_icons.png")
}
.icon.clustering { background-position: 0 0 }
.icon.clustering.hover { background-position: 0 -44px }
.icon.replicate { background-position: 0 -440px }
.icon.replicate.hover { background-position: 0 -484px }
.icon.repair { background-position: 0 -352px }
.icon.repair.hover { background-position: 0 -396px }
.icon.loadBalancing { background-position: 0 -176px }
.icon.loadBalancing.hover { background-position: 0 -220px }
.icon.highAvailability { background-position: 0 -88px }
.icon.highAvailability.hover { background-position: 0 -132px }
.icon.others { background-position: 0 -264px }
.icon.others.hover { background-position: 0 -308px }

.iconSmall.clustering { background-position: 0 0 }
.iconSmall.replicate { background-position: 0 -110px }
.iconSmall.repair { background-position: 0 -88px }
.iconSmall.loadBalancing { background-position: 0 -44px }
.iconSmall.highAvailability { background-position: 0 -22px }
.iconSmall.others { background-position: 0 -66px; }

#footer {
	width: 100%;
	min-width: 980px;
	height: 183px;
	overflow: hidden;
	background: transparent url("../images/footer_bg_dark.png") 0 0 repeat-x;
}
#footer .overBg {
	position: absolute;
	top: 0;
	left: 320px;
	width: 4000px;
}
#footer .lightBg {
	float: left;
	width: 420px;
	height: 183px;
	background: transparent url("../images/footer_bg_light.png") 0 0 no-repeat;
}
#footer .lightRepeat {
	float: left;
	height: 183px;
	width: 3580px;
	background: transparent url("../images/footer_bg_repeat.png") 0 0 repeat-x;
}
#footer .text {
	float: left;
	position: relative;
	z-index: 100;
	width: 100%;
}
#footer .news {
	float: left;
	color: #b4b4b4;
	width: 350px;
	margin-left: 30px;
}
#footer .news p {
	margin-bottom: 6px;
}
#footer .news h4 {
	font-family: Comfortaa, sans-serif;
	color: white;
	font-size: 150%;
	margin-bottom: 12px;
	margin-top: 15px;
}
#footer .news span {
	color: white;
}
#footer .contacts {
	float: left;
	color: #e6e6e6;
	text-align: right;
	margin: 50px 0 0 260px;
}
#footer .contacts a:hover {
	color: #d0d0d0;
}
#footer .siteName span {
	font-size: 150%;
}
#footer .siteName .blue { color: #45bef0 }
#footer .siteName .darkGrey { color: #c1c1c1 }
#footer .siteName .homeLink {
	font-family: Comfortaa, sans-serif;
	display: inline-block;
	margin-right: 10px;
}
