/* CSS Reset */ 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote{ margin:0;padding:0; font-weight:normal;}
fieldset,img{ border:0;}
ol,ul,li{ list-style:none; list-style-position:outside;}
a img{ border:0;}

html { 
	background: #001D46 url("images/bg.jpg") repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    text-align: center;
	overflow: -moz-scrollbars-vertical; 
}

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	text-align: center;
}

a {
	color: #DD171F;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 10px 0px;
}

.main {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	text-align: center;
	color: #FFF;
}

.main #header {
	background: url("images/header.jpg") no-repeat;
	background-position: center;
	height: 119px;
	padding: 0px;
}

.main #header h1 {
	display: none;
}

.main #header img {
	float: left;
	margin: 16px 0px 0px 10px;
	width: 456px;
	height: 103px;
}

/*  Content */

.content {
	background: url("images/content-bg.jpg") no-repeat;
	text-align: left;
	padding: 33px 0px 10px;
	font-size: 12px;
	height: 100%;
}

.content h1 {
	color: #FFF;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0px 0px 20px;
}

.content h2 {
	color: #DD171F;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 5px 0px;
}

.content h3 {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0px;
}

.content #flash {
	margin: 0 350px 0 0;
	padding: 0px 0px 20px 10px;
}

.content #catalogue {
	float: right;
	width: 331px;
	padding: 0px 0px 0px;
}

.content #catalogue img {
	width: 331px;
	height: 214px;
	border: none;
}

.content #catalogue h1 {
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	padding: 10px 0px 10px 0px;
	width: 322px;
}

.content #catalogue h1 a {
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	padding: 10px 60px 10px 17px;
}

.content #catalogue h1 a:hover {
	background: url("images/catalogue-button.jpg") no-repeat;
	text-decoration: none;
}

.content #mainContent {
	margin: 0 350px 0 0;
	padding: 20px 0px 0px 10px;
}

.content #mainContentProducts {
	margin: 0 0px 0 0;
	padding: 20px 0px 0px 10px;
}

.content #mainContentProducts table {
	width: 100%;
	text-align: center;
}

.content #mainContentProducts table img {
	border: 1px solid #000;
}

.content #products {
	float: right;
	width: 311px;
	padding: 20px 20px 0px 0px;
}

.content #products ul {
	padding: 0px;
	margin: 0px;
}

.content #products li {
	display: block;
	background: url("images/leaf.png") no-repeat;
	margin: 0px;
	padding: 0px 0px 10px 25px;
}

.content #products li a {
	color: #FFFFFF;
	padding: 5px 0px;
}

.content #products a:hover {
	color: #DD171F;
	text-decoration: none;
}

.content #products .right {
    float: right;
}

.content #products .left {
    float: left;
}


/*  //Content */


/*  Footer */

.footer {
	background: #00183B;
	width: 100%;
	height: 100%;
}

.footer #wrapper {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	text-align: center;
	padding: 10px 10px 20px;
	height: 100px;
}

.footer #address {
	float: left;
	background: url("images/freeman-logo.jpg") no-repeat;
	font-size: 12px;
	color: #FFF;
	margin: 0px;
	padding: 40px 0px 0px 82px;
	text-align: left;
}

.footer #address a {
	font-size: 12px;
	color: #DD171F;
	text-decoration: none;
	font-weight: none;
}

.footer #author {
	float: right;
	text-align: right;
	font-size: 10px;
	color: #FFF;
	padding: 85px 0px 0px;
}

.skiva {
	color: #FFF;
	font-weight: bold;
}

.footer #author a {
	font-size: 12px;
	color: #DD171F;
	font-weight: bold;
	text-decoration: none;
}

/*  //Footer */

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

</style>
