/*Layout Styling for Palletising Systems Ltd.*/
/*COMMON STYLES*/
/*Page container with border*/
body{
	background-color: #f9f6ed;
}
div#container{
     padding: 0;
     margin: auto;
     width: 773px;
     height: auto;
     border: 1px solid;
     border-color: #633d39;
     background-image: url('images/backing.jpg');
     background-repeat: repeat-y;
	 position: relative;
}
/*TOP BANNER START*/
/*Banner image container*/
div#header{
     background-image: url('images/mnbanner.jpg');
     padding: 0px;
     margin: auto;
     width: 773px;
     height: 147px;     
}
p#top_right_menu{
     padding-left: 615px;
     margin: 0px;
     font-family: "Times New Roman", Times;
     word-spacing: 10px;
     font-size: 12px;
     color: #633d39;
}
p#address_bar{
     padding-left: 270px;
     padding-top: 106px;
     margin: 0;
     font-family: "Times New Roman", Times;
     font-size: 12px;
     color: #633d39;
}
/*TOP BANNER END*/
/*MAIN NAVIGATION START*/
/*Container Left panel*/
div#main_menu{
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 40px;
    margin: 0px;
    width: 173px;
    background-color: #633d39;
    position: relative;
    float: left;
}
/*Main Menu Buttons*/
.button{
    padding: 0px;
    margin: 0px;
    border-top: 1px solid;
    border-color: #ddcdaa;
    display: block;
}
/*Drop Down Menu*/
#menu1{
    position: absolute;
	background: #633d39;
    top: 218px;
    left: 173px;
    visibility: hidden;
	width: auto;
	height: auto;
	z-index: 2;
}
#menu table{
	background-color: #633d39;
}
#menu1 td{
	padding-right: 2px;
	padding-left: 2px;
	font-family: "Times New Roman", Times;
    font-size: 12px;
	font-weight: bold;
	background-color: #ddcdaa;
    color: #633d39;
	cursor: pointer;
}
/*MAIN NAVIGATION END*/

/*CONTENT CONTAINER*/
div#page_content{
    margin: 0px;
	padding: 0;
    height: auto;
	width: 600px;
	float: left;
}

/*BOTTOM NAVIGATION START*/
/*Menu items*/
p#bottom_menu{
	margin-top: 0px;
    margin-right: 12px;
    margin-left: 185px;
    margin-bottom: 0px;
    padding-top: 0px;
    border-top: 1px solid;
    border-color: #633d39;
    font-family: "Times New Roman", Times;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #633d39;
	clear: both;
}
p#bottom_menu2{
	margin-top: 0px;
    margin-right: 12px;
    margin-left: 185px;
    margin-bottom: 0px;
    padding-top: 0px;
    font-family: "Times New Roman", Times;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #633d39;
	clear: both;
}
/*Copyright Information*/
p.copyright{
    margin-right: 12px;
    margin-left: 185px;
    margin-bottom: 1px;
    margin-top: 0px;
    font-family: "Times New Roman", Times;
    font-size: 10px;
    text-align: center;
    color: #633d39;
	clear: both;
}
/*Text*/
p.intro{
   border: 0px;
   margin: 0px;
   padding-left: 2px;
   font-family: "Times New Roman", Times, serif;
   font-size: 14px;
   line-height: 15px;
   letter-spacing: 1px;
   color: #633d39;
   display: block;
   font-weight: 200;
}
/*Box Titles*/
.box_title{
    padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	margin: 0px;
	border-left: 4px solid;
	border-color: #ddcdaa;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 200;
	color: #ddcdaa;
	letter-spacing: 1px; 
}
/*BOTTOM NAVIGATION STOP*/
/*LINK COLORS*/
a:link, a:visited, a:hover, a:active{
	text-decoration: none;
	color: #633d39;
}
/*END OF COMMON STYLES*/

