
/* 

	default css 
	 
*/

html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: arial, sans-serif,  helvetica, Verdana;
	font-size: 16px;
	color: #000;
	background: #c4b5b5;  
}

/* Web page container to centre whole page */

#page-container {
 	margin-right: auto;
	margin-left: auto;
	width: 98%; /* Holding outermost DIV */
	max-width: 960px;
}

/* Header container*/
#header_container {
 	height: 100px;
 	width: 100%;
 	background: #fd8d08;
 	color: #000;
}

/* Header */
#header_right {
 	position: relative;
 	height: 100px;
 	width: 48%;
 	margin: 0 1%;
 	font-size: 15px;
 	text-align: center;
 	color: #000;
	background: #fd8d08;
	float: right;
}

#header_picture_centre 
{
 	width: 310px;
 	margin: 0 auto;  
}

#botright{  
 	position: absolute; 
	right: 5px; 
	bottom: 2px;
 	
}

#header_left {
 	position: relative;
 	height: 100px;
 	width: 48%;
	margin: 0 1%;
 	color: #000;
	background: #fd8d08;
	float: left;
}

#position_name{   
 	position: absolute; 
	left: 50px; 
	top: 5px;
	font-size: 20px;
	font-style:italic;
 	
}

#smallfont{ 
	font-size: 15px;
 	
}

#bigfont{ 
	font-size: 17px;
	font-weight: 600;
 	
}

#nav_top {
 	position: relative;
 	height: 17px;
 	width: 100%;
 	color: #000;
	background: #fd8d08;
	float: left;
}

#position_navtop{  
 	position: absolute; 
	left: 5px; 
	top: -10px;	
}

#body-container {
    width:100%;
    margin:0 auto;
    overflow: hidden;
	background: #fdeaaa;
    clear:both;
}

#contents_right {
 	width: 48%;
	margin: 0 1%;
 	color: #000;
	float: right;
	overflow:hidden;	
}

#inside {
 	margin-left:5px;	
}

#contents_left {
 	width: 48%;
	margin: 0 1%;
 	color: #000;
	float: left;
	overflow:hidden;	
}

#whole_contents {
 	width: 100%;	
	background: #fdeaaa;
}

#inside_margin {
 	width: 98%;
	margin: 0 1%;
}

#inside_margin_msg {
 	width: 98%;
 	margin: 0 1%;
	font-size: 24px;
	text-align: center;
}

#contactus_right {
 	width: 50%;
 	position: relative;
 	height: 280px;
 	color: #000;
	float: right;
}



#contactus_left {
 	position: relative;
 	width: 50%;
 	height: 280px;
 	color: #000;
	float: left;	
}


#field_contactus {
 	position: absolute;
 	left: 100px; 
	top: 5px;
	color: #696969;
	font-size: 20px;
}
#field_name {
 	position: absolute;
 	left: 25px; 
	top: 35px;
}

#field_phone {
 	position: absolute;
 	left: 25px; 
	top: 80px;
}
#field_email {
 	position: absolute;
 	left: 25px; 
	top: 125px;
}

#field_email2 {
 	position: absolute;
 	left: 25px; 
	top: 170px;
}

#field_valid {
 	position: absolute;
 	left: 15px; 
	top: 215px;
}

#field_subject {
 	position: absolute;
 	left: 25px; 
	top: 215px;
}

#field_message {
 	position: absolute;
 	left: 25px; 
	top: 35px;
}

#field_box {
 	position: absolute;
 	left: 25px; 
	top: 65px;
}

#field_input {
 	position: absolute;
 	left: 25px; 
	top: 215px;
}

#field_warning {
 	position: absolute;
 	left: 5px; 
	top: 245px;
	color: red;
	font-size: 14px;
	font-weight: bold;
}

.banner{
 	position:absolute; 
	z-index:1; 
	height:100px; 
	width:310px; 
	top:0px;
	background:#fd8d08; 
	}

.banner h1{
 	position: absolute; 
	bottom:0px; 
	right:5px; 
	font-style:italic; 
	color:#000; 
	float:right; 
	width:60%; 
	font-size:18px; 
	text-align:right;
	line-height:100%; 
	}

.banner h2{
 	position: absolute; 
	bottom:0px; 
	right:5px; 
	font-style:italic; 
	color:#fff; 
	float:right; 
	width:60%; 
	font-size:18px; 
	text-align:right;
	line-height:100%; 
	}
.banner h3{
 	position: absolute; 
	bottom:0px; 
	right:5px; 
	font-style:italic; 
	color:#fff; 
	float:right; 
	width:60%; 
	font-size:18px; 
	text-align:right;
	line-height:100%; 
	}

#banner1{background-image:url(../graphics/banner1.png);}
#banner2{background-image:url(../graphics/banner2.png);}
#banner3{background-image:url(../graphics/banner3.png);}
#banner4{background-image:url(../graphics/banner4.png);}
#banner5{background-image:url(../graphics/banner5.png);}
	
/* Footer */

#footer-container {
    width:100%;
    margin:0 auto;
    overflow: hidden;
 	color: #000;
	background: #fd8d08;
    clear:both;
}

#footer_left {
 	clear:left;
 	position: relative;
 	height: 28px;
 	width: 50%;
 	text-align: center;
	float: left;
    overflow: hidden;
}


#footer_right {
 	clear:right;
 	height: 28px;
 	width: 50%;
 	text-align: center;
	float: right;
    overflow: hidden;
}

#nav_bottom {
 	position: relative;
 	height: 4px;
 	width: 100%;
 	color: #000;
	background: #fd8d08;
	float: left;
}

#position_navbottom{  
 	position: absolute; 
	left: 5px; 
	top: 0px;	
}

#position_phone{  
 	position: absolute; 
	left: 150px; 
	top: 0px;	
}


#footer-container a:link {
	color: #000;
}

#footer-container a:hover {
	color: #fff;
}

/* Drop Down Menu */
#menuh
	{
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;

	}
		
#menuh a
	{
	text-align: center;
	display:block;
	border: 1px solid #555;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: white;
	background-color: #5970B2;
	text-decoration:none;
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color: white;
	background-color: #49A3FF;
	text-decoration:none;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(../graphics/nav_white_down.png);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:10em;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
	min-height: 1px;		
	vertical-align: bottom;		
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}


/* drop up menu */

/* Drop Down Menu */
#menu_up
	{
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	}
		
#menu_up a
	{
	text-align: center;
	display:block;
	border: 1px solid #555;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	}
	
#menu_up a:link, #menu_up a:visited, #menu_up a:active	/* menu at rest */
	{
	color: white;
	background-color: #5970B2;
	text-decoration:none;
	}
	
#menu_up a:hover						/* menu on mouse-over  */
	{
	color: white;
	background-color: #49A3FF;
	text-decoration:none;
	}	
	
#menu_up a.top_parent, #menu_up a.top_parent:hover  /* attaches up-arrow to all top-parents */
	{
	background-image: url(../graphics/nav_white_up.png);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menu_up ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:10em;	/* width of all menu boxes */
	}

#menu_up li
	{
	position:relative;
	min-height: 1px;		
	vertical-align: bottom;	
	}

#menu_up ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 -1em -1em;  
	bottom: 100%;
	}

#menu_up ul ul ul
	{
	top:0;
	left:100%;
	}

div#menu_up li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menu_up li:hover ul ul,
div#menu_up li li:hover ul ul,
div#menu_up li li li:hover ul ul,
div#menu_up li li li li:hover ul ul
{display:none;}

div#menu_up li:hover ul,
div#menu_up li li:hover ul,
div#menu_up li li li:hover ul,
div#menu_up li li li li:hover ul
{display:block;}

@media screen and (max-width: 640px) {


#page-container{
width:100%;
}

#header_container {
 	height: 180px;
}

#header_left {
 	width: 98%;
 	margin: 0 1%;
}

#header_right{	
 	width: 98%;
 	margin: 0 1%;
}

#contents_left {	
 	width: 98%;
 	margin: 0 1%;
}

#contents_right{	
 	width: 98%;
 	margin: 0 1%;
}


#contactus_left {
 	width: 100%;
}

#contactus_right {
 	width: 100%;
}

#footer_left {
 	width: 100%;
}

#footer_right{
	width:100%;
}   

  
    
}