/* >>>>>>>>>> GENERAL and RESET <<<<<<<<<< */

body {
	background-color: #FFFFFF;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top right;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 35000px;
}

p,h1,h2,h3,h4,ul,ol,ul li, ol li,img {
margin: 0;
}


/* >>>>>>>>> TYPOGRAPHY <<<<<<<<<< */

body,td,p,div,blockquote,li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #090e2b;
}

/* headers */
h1 {
	font-size: 225%;
	color: #313155;
	margin: 10px 0;
	font-weight: normal;
}
h2 {
	font-size: 150%;
	color: #21327E;
	font-weight: normal;
}
h3 {
	font-size: 120%;
	color: #21327E;
	font-weight: normal;
}

/* general */
p {
	margin: 18px 0;
}

ul, ol {
	margin: 18px 0 18px 18px;
}


/* body links */
a:link {
	color: #21327E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #21327E;
}
a:hover {
	text-decoration: underline;
	color: #565656;
}
a:active {
	text-decoration: none;
	color: #565656;
}

/* navigation links */

#navcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color: #21327E;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #21327E;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #8da3bb;
color: #fff;
}

/* >>>>>>>>>> CONTAINERS <<<<<<<<<< */

#top {
top: 0;
left: 0;
width: 100%;
height: 160px;
position: fixed;
clear: both;
}

#nav {
left: 0;
top: 155px;
position: fixed;
clear: both;
width: 100%;
}

#first, #awards, #about, #sales, #contact, #gallery {
top: 199px;
position: relative;
background-image: url(images/background-pixel.png);
overflow:auto;
height: 500px;
}

#first, #about, #sales, #contact {
float: left;
width: 700px;
margin-right: 900px;
padding: 0 20px;
/*border-bottom: solid thin black;
border-right: solid thin black;*/
border: solid thin #21327E;
}

#awards {
float: left;
width: 1100px;
margin-right: 900px;
padding: 0 20px;
/*border-bottom: solid thin black;
border-right: solid thin black;*/
border: solid thin #21327E;
}


#gallery {
float: left;
width: 700px;
padding: 0 20px;
margin-right: 900px;
border-bottom: solid thin #21327E;
border-right: solid thin #21327E;
}

#gallery p {
text-align: center;
}

#gallery img {
padding: 4px;
border: #999 3px solid;
margin: 0 20px 0 20px;
/*background-color: #000;*/
}

#last {
float: left;
width: 700px;
}

.awardImage {
padding: 4px;
border: #999 3px solid;
margin: 0 20px 0 20px;
}


