/* Default styles for MVAD
 * prepared by Carly Parker
 * www.simplewebdesign.com.au
 * 9 June 2009 */

img, div, li, a {  /* IE PNG fix */
	behavior: url(../iepngfix.htc);
}

body {
	background-color: #cc0000;
	color: #000000;
	width: 100%;
	margin: 0px;
	font-size: 85%;
	font-family: Arial, Helvetica, sans-serif;
}

/* Text styles */

p, li, td, div, input, pre, blockquote {
	font-size: 1em;	
}

h1 {
	font-size: 1.4em;
	font-weight: normal;
}

h2 {
	font-size: 1.2em;	
}

h3 {
	font-size: 1.1em;	
}

/* Page layout */

#wrapper {
	width: 894px;
	margin: 0px auto 0px 0px;
}

#margin {
	float: left;
	width: 131px;
	background-color: #cc0000;
}

#address {
	font-size: 0.8em;
	color: #ffffff;
	background-color: #cc0000;
	padding: 8px 10px;
}

#page {
	float: left;
	width: 763px;
	background-color: #cc0000;
}

#container {
	width: 763px;
	color: #000000;
	background: #ffffff url(../images/contentbg.jpg);
}

#header {
	width: 725px; /* 763px - padding */
	padding: 10px 30px 10px 8px;
}

#menu {
	width: 763px;
	height: 53px;
}

#content {
	clear: left;
	width: 723px; /* 763px - padding */
	padding: 5px 20px;
}

#footer {
	width: 763px;
	height: 20px;
}

#feature {
	float: right;
	width: 192px;
	text-align: center;
	margin: 15px;
}

#hotdealstitle {
	background: transparent url(../images/hotdeals-topbox.png) no-repeat;
	color: #000000;
	width: 192px;
	height: 42px;
}

#thehotdeal {
	background: transparent url(../images/hotdeals-repeatbg.png) repeat-y;
	color: #000000;
	width: 172px; /* 192px - padding */
	padding: 10px;
}

#hotdealsend {
	background: transparent url(../images/hotdeals-bottom.png) no-repeat;
	color: #000000;
	width: 192px;
	height: 43px;
}

/* Navigation styles */

#menu ul {
	list-style-type: none;
	margin-left: -34px;
}

#menu ul li {
	float: left;
	text-align: center;
	width: 125px;
}

#menu ul li a:link, #menu ul li a:visited {
	display: block;
	width: 121px; /* 125px - padding */
	height: 40px; /* 53px - padding */
	background-image: url(../images/menubutton.png);
	padding-top: 13px;
	padding-right: 4px;
	text-decoration: none;
	text-transform: lowercase;
	color: #cc3333;
	font-weight: bold;
	font-size: 0.9em;
}

#menu ul li a:hover, #menu ul li a:active {
	background-image: url(../images/menudown.png);
	width: 123px; /* 125px - padding */
	height: 38px; /* 53px - padding */
	padding-top: 15px;
	padding-right: 2px;
}

/* Link styles */

a:link, a:visited {
	color: #cc3333;
	font-weight: bold;
}

a:hover, a:active {
	text-decoration: none;
}

#address a:link, #address a:visited {
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
}

#address a:hover, #address a:active {
	text-decoration: none;	
}
