@charset "utf-8";
/* CSS Document */


/*------------------------------------------- Reset CSS -------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*----------------------------------- CSS ---------------------------------------------------*/

html {
	height: 100%
	
}

body {
	background-color:#749E39;
	background-image:url(../img/body-bg.png);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:62.5%;
	height:100%;
}

h1 {
	font-size: 24px;
}

h2 {
	float: right;
	width: 600px;
	font-size: 18px;
	line-height: 25px;
	margin: 30px 20px;
}

h3 {
	font-size: 24px;
	text-align:center;
	margin-top: 0;
	padding-top: 30px;
}

.big_box h3 a{
	color: #FCF8C7;
	text-shadow: #687524 0 -1px;
}

h4 {
	font-size: 18px;
	/*text-align:center;*/
	color: #FCF8C7;
	/*text-shadow: #687524 0 -2px;
	margin-top: 30px;*/

}


a.link{
	color: #000;
	display:block;
	padding: 255px 0 0 0;
}

span {
	font-size: 14px;
	line-height: 20px;
	width: 305px;
	color: #000;
	text-align:center;
	margin: 0 auto 0 auto;
	display:block;
}

a {
	text-decoration: none;
}

#page {
	width: 975px;
	margin: auto;
}

#header {
	height: 155px;
}

#logo {
	width: 300px;
	height: 130px;
	display:block;
	background-image:url(../img/logo.png);
	background-repeat:no-repeat;
	float:left;
	text-indent:-999px;
	margin: 20px 0 0 30px;
	overflow:hidden;
}

#content {
	overflow: hidden;
	background:url(../img/separation.png) no-repeat center top;
}

.big_box{
	width: 487px;
	height: 410px;
	float: left;
	background-repeat:no-repeat;
	margin: 0 0 0 0;
	text-decoration: none;
	background-position: center top; 
}

.pixelcookers {
	background-image:url(../img/pixelcookers.png);
}

.pixelcookers:hover {
	background-image:url(../img/pixelcookers_hover.png);
}

.beneylu {
	background-image:url(../img/beneylu.png);
}

.beneylu:hover {
	background-image:url(../img/beneylu_hover.png);
}
	
