@charset "UTF-8";

/*  WazaWorld Inc. - http://www.wazaworld.com
----------------------------------------------------------------------------------------------------*/

html {
}

body {
	background: #eeeeee url(/Content/images/background-header.jpg) top center no-repeat;
	font-family: sans-serif;
}

.margin5 {
	height: 5px;
}

.margin10 {
	height: 10px;
}

.margin15 {
	height: 15px;
}

.margin25 {
	height: 25px;
}

.margin50 {
	height: 50px;
}

.margin75 {
	height: 75px;
}
.margin100 {
	height: 100px;
}

p {
	color: #CCC;
	font-size: 13px;
	font-family: sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 1.7em;
	padding-right: 10px;
}

a {
	color: #cddb32;
	text-decoration: underline;
}

a:hover {
	color: #e1ef43;
	text-decoration: underline;
}

h1 {
	font-size: 32px;
	font-weight: normal;
	line-height: 1.3em;
}

h2 {
	font-size: 17px;
	font-weight: normal;
	line-height: 1.6em;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.6em;
}

h4 {
	font-size: 13px;
	font-weight: normal;
	line-height: 1.6em;
}

ul {
	color: #CCC;
	font-size: 13px;
	font-family: sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 1.7em;
	list-style: square;
	padding-left: 20px;
}

.black {
	color: #000;
}

.gray {
	color: #999;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

#header {
	width: 100%;
	background: #FFF;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 75px;
	margin-bottom: 25px;
	-webkit-box-shadow: #e5e5e5 0px 2px 5px;
}

#header p {
	color: #555555;
}

#header a {
	color: #98a100;
}

#header a:hover {
	color: #7d8400;
}

#overview {
	width: 100%;
	background: url(/Content/images/header-image.png) right no-repeat;
	border-bottom: solid 1px #FFF;
}

#overview h3 {
	color: #555555;
	text-shadow: #FFF 0px 1px 1px;
}

#overview p {
	color: #555555;
}

#overview a {
	color: #98a100;
}

#overview a:hover {
	color: #7d8400;
}

#overview ul {
	list-style: none;
	padding-left: 0px;
}

#products {
	width: 100%;
	background: #353430;
	border-top: solid 1px #252421;
}

#products h2, h3, h4 {
	color: #FFF;
}

#services {
	width: 100%;
	background: #353430;
	border-bottom: solid 1px #252421;
}

#services h2, h3, h4 {
	color: #FFF;
}

#enterprise {
	width: 100%;
	background: #eeeeee url(/Content/images/background-header.jpg) top center no-repeat;
	border-top: solid 1px #FFF;
	border-bottom: solid 1px #f3f3f3;
}

#enterprise p {
	color: #555555;
}

#enterprise a {
	color: #98a100;
}

#enterprise a:hover {
	color: #7d8400;
}

#enterprise h2 {
	color: #000;
}

#footer {
	width: 100%;
	background: #e6e6e6;
	border-top: solid 1px #d8d8d8;
}

a.button-link {
	color: #394100;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-shadow: #ccd56c 0px 1px 0px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 13px;
	padding-right: 13px;
	margin-right: 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #BFCC30; /* old browsers */
	background: -moz-linear-gradient(top, #BFCC30 1%, #A8B32A 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#BFCC30), color-stop(100%,#A8B32A)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BFCC30', endColorstr='#A8B32A',GradientType=0 ); /* ie */
	-moz-box-shadow: #272622 0px 1px 1px;
	-webkit-box-shadow: #272622 0px 1px 1px;
}

a.button-link:hover {
	text-decoration: none;
	color: #FFF;
}

a.button-link:active {
}

.dev {
	color: #605f5c;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-shadow: #1f1f1c 0px 1px 0px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 13px;
	padding-right: 13px;
	margin-right: 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #2d2c28;
	border-top: 1px solid #232320;
	border-bottom: 1px solid #3d3c37;
}