
/*  
	What:	Main page layout styles
	Where:	Everywhere
	Who:	quark
*/

body, html {
	font-family: Arial, Sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 14px;
	background-color: #f3f3f3;
}

html {
	overflow-y: scroll;
	min-height: 100%;
}
body {
	overflow: hidden;
	min-height: 100%;
}

#wrapper {
	width: 978px;
	margin: 0 auto;
}


/* Logo */
#header {
	background: url(../images/main/page-top.png) no-repeat left bottom;
	height: 65px;
}
#logo {
	text-indent: -999999px;
	display: block;
	float: left;
	background: url(../images/main/logo.png) no-repeat center center;
	width: 278px;
	height: 45px;
	margin: 5px 0 0 10px;
}


#footer {
	width: 928px;
	height: 30px;
	line-height: 10px;
	margin: 0 auto;
	padding: 30px 50px 0 0;
	background: url(../images/main/page-bottom.png) no-repeat left top;

	text-align: right;
	font-size: 13px;
	font-style: italic;
	color: #ccc;
	text-shadow: 0 -1px 0 #fff;
}

#content {
	background: url(../images/main/page-middle.png) repeat-y left top;
	padding: 0 20px 20px;
	position: relative;
	zoom: 1;
}



/*	Main menu
---------------------------------------- */
#main-menu {
	height: 53px;
	position: relative;
	margin: 0 35px 0 0;
	text-align: center;
	float: right;
}
#main-menu li {
	list-style: none;
	height: 42px;
	margin: 12px 12px 0 0;
	position: relative;
	float: left;
	background: url(../images/main/menu-bg-inactive.png) no-repeat bottom left;
}
#main-menu a {
	padding: 0 15px 0 2px;
	height: 42px;
	line-height: 44px;
	text-decoration: none;
	color: #eee;
	font-size: 16px;
	display: block;
	background: url(../images/main/menu-bg-inactive.png) no-repeat bottom right;
	right: -10px;
	position: relative;
	font-weight: bold;
	text-shadow: 1px 1px 1px #555;
}
#main-menu a .icon {
	background-image: url(../images/main/menu-icons.png);
	background-repeat: none;
	width: 16px;
	height: 17px;
	margin: 13px 5px 0 -2px;
	float: left;
	position: relative;
}
#main-menu a:hover {
	color: #fff;
}

#main-menu.home li.home,
#main-menu.why-us li.why-us,
#main-menu.features li.features,
#main-menu.templates li.templates,
#main-menu.contacts li.contacts,
#main-menu.pricing li.pricing {
	height: 45px;
	margin: 11px 15px 0 2px;
	background: url(../images/main/menu-bg-active.png) no-repeat bottom left;
}
#main-menu.home li.home a,
#main-menu.why-us li.why-us a,
#main-menu.features li.features a,
#main-menu.templates li.templates a,
#main-menu.contacts li.contacts a,
#main-menu.pricing li.pricing a {
	height: 45px;
	line-height: 49px;
	background: url(../images/main/menu-bg-active.png) no-repeat bottom right;
	position: relative;
	color: #000;
	text-shadow: none;
}

#main-menu 		li.home .icon { background-position: left top; top: 0; left: -1px }
#main-menu.home li.home .icon { background-position: left -14px; top: 0px; left: 0  }

#main-menu        li.why-us .icon { background-position: -16px top; }
#main-menu.why-us li.why-us .icon { background-position: -16px -14px; }

#main-menu          li.features .icon { background-position: -32px top; }
#main-menu.features li.features .icon { background-position: -32px -14px; }

#main-menu           li.templates .icon { background-position: -48px top; }
#main-menu.templates li.templates .icon { background-position: -48px -14px; }

#main-menu          li.contacts .icon { background-position: -64px top; }
#main-menu.contacts li.contacts .icon { background-position: -64px -14px; }

#main-menu          li.pricing .icon { background-position: -80px top; top: -1px }
#main-menu.pricing  li.pricing .icon { background-position: -80px -14px; top: 0; left: 1px }

#main-menu li.home a {
	padding: 0 10px;
}

/*	Footer menu
---------------------------------------- */
#footer ul {
	float: left;
	position: relative;
	font-size: 12px;
	margin: -2px 0 0 50px;
}
#footer ul li {
	float: left;
	list-style: none;
	margin: 0 10px 0 0;
	height: 15px;
	line-height: 15px;
}
#footer ul li + li {
	border-left: 1px solid #666;
	padding-left: 10px;
}
#footer ul li a {
	padding: 0;
	font-style: normal;
}



.inline-block {
	display: -moz-inline-stack; /* old Firefox */
	display: inline-block; /* Opera, Firefox, Webkit */
	
	zoom: 1; /* Hello IE! Now you have layout */
	*display: inline; /* Ok, you have layout and you should behave as inline-block since... now. Obey! */
}


.content {
	padding-top: 10px;
}






.banner-wide {
	position: relative;
	height: 200px;
	margin: 0 0 20px;
	left: -11px;

	color: #fff;
}

.banner-wide h1,
.banner-wide h2 {
	color: #fff;
	font-weight: bold;
	font-size: 48px;
	text-shadow: 0 1px 1px #2376af;
	line-height: 1.2;
	margin: 0;
}
.banner-wide h2 {
	font-size: 36px;
	text-shadow: 0 1px 1px #2376af;
	font-weight: normal;
}

.banner-wide p {
	margin: 10px 0 0 0px;
	text-shadow: 0 1px 1px #2376af;
	font-size: 18px;
	width: 425px;
	line-height: 1.3;
}

.banner-wide .actions {
	margin: 30px 0 0 0;
}






a.big-button {
	width: 220px;
	height: 69px;
	padding: 0;
	font-size: 24px;
	text-align: center;
	line-height: 65px;
	display: block;
	float: left;
	font-weight: bold;
	background-position: left top;
}
a.big-button:hover {
	text-decoration: none;
	background-position: left -69px;
}
a.big-button.click {
	background-position: left -138px;
}

a.big-blue-button {
	background: url(../images/buttons/big-blue-button.png) no-repeat top left;
	color: #fff !important;
	text-shadow: 0 1px 0 #2376af;
}
a.big-yellow-button {
	background: url(../images/buttons/big-yellow-button.png) no-repeat top left;
	color: #000 !important;
	text-shadow: 0 1px 0 #eee;
	margin-right: 45px;
}





a.small-button {
	width: 120px;
	height: 37px;
	padding: 0;
	font-size: 15px;
	text-align: center;
	line-height: 36px;
	display: block;
	float: left;
	font-weight: bold;
	background-position: left top;
}
a.small-button:hover {
	text-decoration: none;
	background-position: left -37px;
}
a.small-button.click {
	background-position: left -74px;
}

a.small-blue-button {
	background: url(../images/buttons/small-blue-button.png) no-repeat top left;
	color: #fff !important;
	text-shadow: 0 1px 0 #2376af;
}


a.small-yellow-button {
	background: url(../images/buttons/small-yellow-button-dark.png) no-repeat top left;
	color: #000 !important;
	text-shadow: 0 1px 0 #fff;
	height: 39px;
	width: 107px;
	padding-right: 5px;
	line-height: 35px;
}
a.small-yellow-button:hover {
	color: #666;
	background-position: left -39px;
}
a.small-yellow-button.click {
	background-position: left -78px;
}