/*---------------------------GENERAL STYLES---------------------------*/
/*
Colour Samples:
Dark Blue: #1e0113;
Pink: #960c66;
*/

/* General styles */
body, img, p, h1, h2, h3, div, a {
	margin:0px;
	padding:0px;
	border-width:0px;
	outline-width:0px;
}

/* General body styles */
body {
	font-family: verdana, arial, sans-serif;
}

/* The main site holding div */
#mainsite {
	width:780px;
	height:780px;
	margin-left:auto;
	margin-right:auto;
	margin-top:2px;
	background:#fff url('images/malrinbackground.jpg') no-repeat top center;
}

/* The Malrin logo at the top of the page */
#malrinlogo {
	width:160px;
	height:94px;
	position:relative;
	top:15px;
	left:579px;
}

* The Malrin logo at the top of the page */
#flashlogo {
	width:180px;
	height:110px;
	position:relative;
	top:0px;
	left:569px;
}

/*---------------------------THE MENU STYLES---------------------------*/
/* The menu area on the left */
#menuarea {
	width:155px;
	height:540px;
	position:relative;
	left:6px;
	top:70px;
	float:left;
}

/* The main menu items */
#menuarea a {
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
	text-align:right;
	padding-top:6px;
	padding-bottom:6px;
	padding-right:9px;
	width:146px;
	display:block;
	border-top:2px solid #960c66;
	border-bottom:2px solid #960c66;
	background-color:#fff;
	color:#960c66;
}

/* The main menu items hover state */
#menuarea a:hover {
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	background-color:#960c66;
	color:#fff;
}

/* The submenu items */
#menuarea .submenu {
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	background-color:#1e0113;
	color:#fff;
}

/* The submenu items hover state*/
#menuarea .submenu:hover {
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	background-color:#960c66;
	color:#fff;
}

/* The top submenu item */
#menuarea .topsubmenu {
	margin-top:1px;
	border-top:2px solid #fff;
	border-bottom:1px solid #fff;
	background-color:#1e0113;
	color:#fff;
}

/* The top submenu items hover state */
#menuarea .topsubmenu:hover {
	border-top:2px solid #fff;
	border-bottom:1px solid #fff;
	background-color:#960c66;
	color:#fff;
}



/*---------------------------THE CONTENT STYLES---------------------------*/
/* The area on the right that contains the content */
#contentbit {
	width:590px;
	position:relative;
	top:69px;
	left:29px;
	overflow:auto;
	float:left;
}

/* Any h1 tag in the area on the right that contains the content */
#contentbit h1 {
	font-size:20px;
	color:#1e0113;
	margin-bottom:8px;
}

/* Any h1 tag in the area on the right that contains the content */
#contentbit h2 {
	font-size:20px;
	color:#960c66;
	margin-bottom:12px;
}

/* Any h1 tag in the area on the right that contains the content */
#contentbit h3 {
	font-size:14px;
	color:#1e0113;
	margin-bottom:8px;
}

/* Any h1 tag in the area on the right that contains the content */
#contentbit h4 {
	font-size:13px;
	color:#960c66;
	margin:0 0 0 10px;
	font-weight:normal;
}

/* Any p tag in the area on the right that contains the content */
#contentbit p {
	text-align:justify;
	color:#1e0113;
	margin-bottom:8px;
}

/* Any a tag in the area on the right that contains the content */
#contentbit a {
	color:#1e0113;
	text-decoration:none;
	font-weight:bold;
}

/* The hover style on any a tag in the area on the right that contains the content */
#contentbit a:hover {
	color:#960c66;
}

/* A fixed width for p tags within the document */
.home p {
	width:568px;
	font-size:14px;
}

/* A fixed font size for p tags within the contact us area */
.contactus p {
	font-size:13px;
}

/* A fixed height for the products page */
.products {
	height:568px;
}

/* A fixed height for the contactus class */
.contactus {
	height:602px;
}



/*---------------------------MISCELLANEOUS STYLES---------------------------*/
/* The designed by footer */
#designedby {
	width:780px;
	margin-top:3px;
	margin-bottom:3px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	font-size:10px;
}

/* The link within the designed by footer */
#designedby a {
	text-decoration:none;
	color:#1e0113;
}

/* The link within the designed by footer */
#designedby a:hover {
	color:#960c66;
}



/*---------------------------INDIVIDUAL PAGE STYLES---------------------------*/
/* The boxes on the products pages */
.productboxes {
	width:262px;
	height:200px;
	border:2px #1e0113 solid;
	background:#fff url('images/prodback.jpg') no-repeat bottom right;
	float:left;
	margin-top:22px;
}

/* A class to move the right hand boxes over by 22px */
.right {
	margin-left:22px;
}

/* The titles of the boxes on the products pages */
.productboxes h3 {
	font-size:16px;
	text-align:center;
	position:relative;
	top:8px;
}

/* The colour of the links on the products pages */
.productboxes a { color:#1e0113; }

/* The colour of the links on rollover on the products pages */
.productboxes a:hover { color:#960c66; }

/* The images on the boxes on the products pages */
.productboxes img {
	width:240px;
	height:100px;
	position:relative;
	top:30px;
	left:11px;
}

.listtext {
	font-size:13px;
	color:#960c66;
	margin:0 0 0 10px;
	font-weight:normal;
}