/* @override http://angelaircraft.local/css/style.css */

@import url("../css/reset.css");

body {
	background: #ddf5ff url(/images/bg.png) 0 0 repeat-x;
	color: #5f8799;
	font-family: Lucida Grande, arial, sans-serif;
	font-size: 14px;
	line-height: 19px;
	text-align: center;
	text-shadow: 1px 1px 2px #fff;
	padding-bottom: 50px;
}

/* @group type */

h1, h2, h3 {
	color: #ea3;
}

h1#logo_big {
	background: url(/images/logo_big.png) 0 0 no-repeat;
	width: 400px;
	height: 160px;
	display: block;
	text-indent: -9999px;
	margin: 0;
}

h1#logo_small {
	background: url(/images/logo_small.png) 0 0 no-repeat;
	width: 220px;
	height: 100px;
	display: block;
	text-indent: -9999px;
	margin: 0;
}

.tagline {
	margin: 10px 0 25px;
	font-size: 20px;
	font-style: italic;
	color: #d70;
	text-shadow: 2px 2px 2px #fff;
	text-align: center;
}

h2 {
	font-size: 36px;
	margin: 5px 0 20px;
}

h3 {
	font-size: 20px;
	margin: 5px 0 10px;
	font-weight: normal;
}

a {
	color: #a30;
	border: none;
	text-decoration: none;
	text-shadow: 1px 1px 2px #fff;
	padding-bottom: 2px;
}

a:hover {
	color: #e72;
	border-bottom: 1px dotted;
}

#main a {
	color: #fd4;
	text-shadow: 1px 1px 2px #466e7f;
}

#top p.summary {
	padding: 40px 20px 0;
}

#slideshow {
	position: relative;
	width: 370px;
	height: 220px;
	background: #fff;
	border: 7px solid #b5cfda;
	margin: 25px 0px;
}

#slideshow img {
	position: absolute;
	top: 0;
	left: 0;
}

#main img {
	border-color: #9bc;
}

/* @end */

#container {
	width: 860px;
	margin: 0 auto;
	text-align: left;
}

#header {
	border-bottom: 1px solid #b6cfda;
	height: 70px;
	margin-bottom: 30px;
	position: relative;
}

#top {
	overflow: hidden;
	padding: 0 15px;
}

#top.products {
	height: 280px;
}

#main {
	background: #79a3b5;
	border: 7px solid #c4e0ec;
	color: #fff;
	padding: 20px;
	text-shadow: 1px 1px 2px #466e7f;
}

#menu {
	position: absolute;
	right: 0;
	bottom: 10px;
}

#menu ul {
	margin: 0;
	text-align: right;
}

#menu li{
	list-style: none;
	display: inline;
}

#menu a{
	color: #8ab;
	text-decoration: none;
	padding: 10px 15px 10px;
	border: none;
	text-shadow: 1px 1px 2px #fff;
}

#menu a:hover{
	background: none;
	color: #256;
}

#menu .current a {
	border-top: 1px solid #b6cfda;
	color: #256;
}

.catalogue_link {
	float: left;
	border: 5px solid #689;
	height: 198px;
}

.catalogue_info {
	width: 210px;
	float: left;
	padding-left: 15px;	
}

.catalogue_info .body {
	border: 1px solid #9bd;
	padding: 10px 0;
	border-left: none;
	border-right: none;
}

/* @group categories */

#categories {
	font-size: 11px;
	line-height: 13px;
	margin-top: 30px;
}

#categories dl {
	float: left;
	width: 150px;
	margin: 0 10px;
}

#categories dt {
	font-weight: bold;
	margin: 20px 0 5px;
}

#categories dd {
	margin-left: 5px;
}

/* @end */

/* @group contact */

#contact {
	width: 262px;
}

#nameinput, #emailinput, #commentinput, #subjectinput {
	border: 1px solid #689;
	width: 250px;
	font-family: trebuchet, arial;
	font-size: 14px;
	padding: 5px;
	color: #256;
}

#submitinput {
	float: right;
}

.loading {
	display: none;
}

.notification {
	width: 250px;
	border: 1px solid;
	font-size: 12px;
	padding: 3px 5px;
	display: none;
}

#success {
	background: #efe;
}

#bademail, #badserver {
	background: #fee;
}

/* @end */

/* @group globals */

.half {
	width: 50%;
	float: left;
}

.clear {
	clear: both;
}

/* @end */
