html, body, ul, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
p {
	font-size: 12px;
}
a:hover {
	color: #f00;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
body {
	text-align: center;
	font: 12px arial, sans-serif;
	background: #eee;
}

#outer {
	background: top center url(images/header_bg.jpg) repeat-x;
}
#wrapper {
	text-align: left;
	margin: auto;
	width: 756px;
}

#header {
	background: url(images/logos/manfrotto.png) no-repeat;
	height: 78px;
}
#header h1 {
	color: #FD2E00;
	font-weight: normal;
	font-size: 22px;
	padding: 20px 0 0 70px;
	margin: 0;
}
#header p {
	color: #333333;
	padding: 0 0 10px 70px;
	margin: 0;
}
#nav {
	background: url(images/header_c_bg.gif) repeat-x;
	position: relative;
	height: 370px;
}
#nav a {
	color: #E7E4E4;
	text-decoration: none;
}
#nav a:hover {
	color: #fff;
	text-decoration: none;
}
#nav ul {
	padding: 70px 0 0 382px;
	margin: 0;
	position: relative;
	z-index: 1;
}
#nav li {
	background: left center url(images/bullet.gif) no-repeat;
	padding: 10px 0 8px 30px;
	margin: 0;
}
#nav li#m1 { margin-left: 19px; }
#nav li#m2 { margin-left: 11px; }
#nav li#m3 { margin-left: 3px; }
#nav li#m4 { margin-left: 0px;  }
#nav li#m5 { margin-left: 2px; }
#nav li#m6 { margin-left: 8px; }
#nav a {
	font-weight: normal;
}
#search {
	margin: 23px 0 0 400px;
}
#search h2 {
	font-weight: normal;
}
#search form {
	margin: 0;
	padding: 0 0 10px 0;
}
#search input.text {
	border: 1px solid #333;
	background: #E7E4E4;
}
#search input.submit {
	border: none;
	background: #E7E4E4;
}
#search a {
	color: #333;
	padding: 0 5px;
}
#search a:hover {
	color: #300;
}
#head {
	background: url(images/header.jpg) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 382px;
	height: 370px;
}
#head2 {
	background: url(http://www.madsens.com.au/images/webads/mf055xprob-w-heads2.gif) no-repeat;
	position: absolute;
	top: 45px;
	left: 30px;
	width: 300px;
	height: 290px;			
}
#head-pip {
	background: url(images/header_pip.jpg) no-repeat;
	position: absolute;
	top: 0;
	left: 382px;
	width: 48px;
	height: 94px;			
}

#body {
	background: top left #EEEEEE url(images/body_bg.gif) repeat-y;
	position: relative;
	left: -10px;
	width: 775px;
}
#body-inner {
	padding: 55px 23px 28px 31px;
}
#body-top {
	float: left;
	width: 715px;
}
#body-main {
	float: left;
	width: 715px;
}
#body-top h2 {
	background: #f00;
	font-size: 12px;
	color: #fff;
	padding: 6px 6px;
	margin: 6px 0 0px 0;
}
#body-top ul {
	margin: 30px 55px;
}
#body-top li {
	margin: 5px;
}

#body-L1 {
	position: absolute;
	left: 18px;
	top: 0px;
	width: 80px;
}
#body-L2{
	position: absolute;
	left: 100px;
	top: 0px;
	width: 102px;
}
#body-L3 {
	position: absolute;
	left: 204px;
	top: 0px;
	width: 70px;
}
#body-L4 {
	position: absolute;
	left: 276px;
	top: 0px;
	width: 142px;
}
#body-L5{
	position: absolute;
	left: 420px;
	top: 0px;
	width: 91px;
}
#body-L6 {
	position: absolute;
	left: 513px;
	top: 0px;
	width: 71px;
}
#body-L7 {
	position: absolute;
	left: 586px;
	top: 0px;
	width: 91px;
}
#body-L8 {
	position: absolute;
	left: 679px;
	top: 0px;
	width: 80px;
}

#body-main .box {
	padding: 15px;
	background: #fff;
	border: 1px solid #999;
	margin: 3em 0;
}

#body-main h2 {
	font: 18px "arial narrow", arial, sans-serif;
}
#body-main h1 {
	font-size: 25px;
}
#body-main .box p {
	margin: 0 0 1em 0;
}
#body-main .box .left {
	margin-right: 15px;
	border: 1px solid #999;
}
#body-main .box .btns {
	text-align: right;
	padding-top: 10px;
	position: relative;
}
.btns a {
	background: left #CC0000 url(images/btn.gif) repeat-y;
	border: 2px solid #E68282;
	border-color: #E68282 #650000 #650000 #9C2828;
	color: #fff;
	font-weight: normal;
	padding: 3px 15px 3px 20px;
	position: relative;
}
.btns a:hover {
	background-color: #EF1818;
	color: #fff;
}

#copyright {
	background: top left url(images/footer_bg.gif) repeat-x;
	width: 756px;
	clear: both;
	font-size: 12px;
	color: #666;
	padding-top: 10px;
	margin-left: 10px;
}
