@import url("reset.css");
@import url("form.css");
/* Colors


*/

html, body {
	height: 100%;
}

body {
	text-align: center;
	background: #aadfff;
	color: #666;
	font-size: 13px;
}

#bodyWrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -200px; /* the bottom margin is the negative value of the footer's height */
}

div#mainWrap {
	text-align: center;
	background: #fff;
}

div#main,
div.footer {	
	text-align: left;
	width: 940px;
	margin: 0px auto;
}

/* @group Header */

div#header {
	position: relative;
	padding: 50px 0px 25px;
}

div#header a#logo {
	width: 224px;
	height: 42px;
	background-image: url(../images/logo.cristek.png);
}

div#header ul {
	position: absolute;
	bottom: 7px;
	right: 0px;
	text-align: right;
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 19px;
}

div#header li a {
	display: block;
	height: 25px;
	line-height: 25px;
	padding-right: 35px;
	background: url(../images/icon.check.jpg) no-repeat right top;
	color: #666;
	font-size: 19px;
}

div#header li.first a {
	font-size: 33px;
}

div#header li a:hover {
	background-position: right bottom;
	text-decoration: none;
}

/* @end */

/* @group Hero */

div#hero {
	padding-bottom: 20px;
}

div.menu {
	float: left;
	width: 240px;
	height: 300px;
	background: #005096 url(../images/grad.blue.75.gif) repeat-x left top;
	color: #fff;
	font-size: 18px;
}

div.menu form {
	width: auto;
}

div.menu p {
	text-align: left;
	color: #A8CE38;
	font-weight: bold;
	line-height: 21.5px;
	margin: 0px;
	padding: 14px 8px 15px;
}

div.menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

div.menu li {	
	text-align: right;
	height: 37.5px;
	padding: 0px 8px;
	background: #005096 url(../images/grad.blue.37.gif) repeat-x left top;
	clear: left;
	margin: 0px;
}

div.menu li.button {
	height: 38px;
}

div.menu label {
	float: left;
	cursor: pointer;
}

div.menu input.text {
	width: 214px;
}

div.menu .double input.text {
	width: 98px;
}

div.menu .double input.first {
	margin-right: 8px;
}

div.menu input.submit {
	font-size: 12px;
	color: #fff;
	border: 0px;
	height: 25px;
	padding-right: 20px;
	background: url(../images/btn.square.jpg) no-repeat right top;
	margin-top: 2px;
}

div.menu input.submit:hover {
	background-position: right bottom;
}


/* @end */

/* @group Footer Boxes */

div.footer div.box {
	font-size: 12px;
	color: #fff;
	width: 220px;
	float: left;
	margin: 0px 20px 15px 0px;
	background: #1065a9 url(../images/grad.blue.60.gif) repeat-x left bottom;
}

div.box a {
	color: #fff;
	text-decoration: underline;
}

div.box img {
	vertical-align: middle;
}

div.box h3 {
	color: #fff;
	font-size: 16px;
	height: 25px;
	line-height: 25px;
	margin: 0px;
	background: #1065a9 url(../images/grad.blue.25.gif) repeat-x left bottom;
	padding: 0px 10px;
}

div.box h3 span {
	display: block;
	background: url(../images/icon.check.jpg) no-repeat -10px bottom;
	padding-left: 20px;
	font-size: 21px;
	height: 25px;
}

div.alt h3 span {
	background-position: -10px top;
}

div.box p {
	padding: 0px 10px;
	margin-bottom: 6px;
}

div.footer div.alt {
	background-image: url(../images/grad.green.60.gif);
	background-color: #6abe44;
}

div.alt h3 {
	background-image: url(../images/grad.green.25.gif);
	background-color: #6abe44;
}

div.footer div.last {
	margin: 0px;
}

/* @end */

/* @group Footer */

div#footerWrap {
	text-align: center;
	background: #ADDEF7 url(../images/bg.footer.jpg) repeat-x left top;
	padding-bottom: 200px;
	margin-bottom: -200px;
	min-height: 15px;
	height: auto !important;
	height: 15px;
	display: block;
}

#grid, #gridPush {
	height: 200px; /* .push must be the same height as .footer */
}

#grid {
	background: url(../images/bg.grid.200.gif) no-repeat center bottom;
}

/* @end */



/* @group Classes */

/* @end */

/* @group Form */

input.text {
	font-size: 12px;
	height: 21px;
	line-height: 21px;
	color: #666;
	margin: 0px;
	padding: 0px 5px;
	border: 0px;
}

input.checkbox {
	border: 0px;
	outline: 0px;
	height: 15px;
	width: 15px;
}

input.submit {
	cursor: pointer;
}


/* @end */

/* @group Cufon */

div#header cufon,
h3 cufon {
	position: relative;
	top: -3px;
}

/* @end */



/* @group Wordpress */

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	margin: 0 0 2px 10px;
	display: inline;
	border: 3px solid #376092;
}

img.alignleft {
	margin: 0 10px 2px 0;
	display: inline;
	border: 3px solid #376092;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}



/* @end */
