﻿body {
	background-color: #373737;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/main_outer_bak.jpg);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
#outerwrapper
{
	position:absolute;
	width:100%;
	padding:0px;
	background-image: url(/images/main_inner_bak.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#innerwrapper
{
   position: relative;
   margin-left: auto;
   margin-right: auto;
   width:936px;
}
#outercontainer 
{
	float:left;
	width:936px;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

/* Headers */
#header
{
    float:left;
	width:936px;
	background-color: #FFFFFF;
}
.breadcrumbs
{
   font-size: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}	

/* Top Menu */



#topmenu_block,#topmenu_block2
{
	clear: left;
	float: left;
	width: 908px;
	padding-left: 14px;
	background-color: #000000;
	color: #FFFFFF;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-right: 14px;
}
#topmenu_block ul, #topmenu_block2 ul
{
	margin: 0;
	padding: 0;
}
#topmenu_block ul li, #topmenu_block2 ul li {
	display: inline;
	margin-right: 10px;
}
#topmenu_block  li a, #topmenu_block  li a:link, #topmenu_block li a:visited, #topmenu_block li a:active, #topmenu_block2  li a, #topmenu_block2  li a:link, #topmenu_block2 li a:visited, #topmenu_block2 li a:active
{
   	padding-left: 6px;
	padding-right: 6px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align:left;
	text-decoration:none;
	color:#FFFFFF;
	font-weight: normal;
  }
#topmenu_block li a:hover , #topmenu_block2 li a:hover  
{
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align:left;
	text-decoration:none;
	color:#000000;
	font-weight: normal;
	background-color: #FFEF00;
  }




#innercontainer
{
    clear: left;
    float: left;
    width: 936px;
    background-color: #FFFFFF;
}




/* Footers */
#innerfooter
{
	clear: left;
	float: left;
	width: 936px;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #FFFFFF;
	padding-top:8px;
	padding-bottom:8px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
}
#innerfooter a, #innerfooter a:link, #innerfooter a:visited, #innerfooter a:active
{
    color: #FFFF99;
    text-decoration: underline;
}
#innerfooter a:hover
{
    color: #CC0000;
    text-decoration: none;
}

#innerfooterleft
{
  float:left;
  width:400px;
  padding-left:10px;
}
#innerfooterright
{
  float:right;
  width:400px;
  padding-right:10px;
  text-align: right;
}
#outerfooter
{
  clear:left;
  float:left;
  margin-top:10px;
  width:936px;
  font-size:12px;
}
#outerfooter a, #outerfooter a:link, #outerfooter a:visited, #outerfooter a:active
{
    color: #FFFF99;
    text-decoration: underline;
}
#outerfooter a:hover
{
    color: #CC0000;
    text-decoration: none;
}

#outerfooterleft
{
 float: left;
 width: 400px;
    
}
#outerfooterright
{
  float:right;
  width:400px;
  text-align: right;
}

/* Main Areas */
#rightpane
{
  float:left;
  width:912px;
  padding-left:20px;
}
#maincontent
{
	float:left;
	width:900px;
	padding-bottom: 15px;
	padding-top: 5px;
}

/* Links */

a, a:link, a:visited, a:active
{
    color: #3366CC;
    text-decoration: underline;
}
a:hover
{
    color: #CC0000;
    text-decoration: none;
}

/* Headings */

h1 
{
	color: #006699;
	font-size: 26px;
	font-weight: normal;
}
h2
{
	color: #3366CC;
	font-size: 22px;
	font-weight: normal;
}
h3
{
    color: #003300;
    font-size: 18px;
}
h4
{
    color: #3366CC;
    font-size: 16px;
    font-weight: bold;
}

form .smallform label, form .smallformlgtext label
{
    width: 100px;
    float: left;
    text-align: left;
    margin-right: 10px;
    display: block;
    font-size: 12px;
    color: #000000;
}
form .smallform input, form .smallform textarea
{
 width  : 160px;
 color  : #781351;
 background  : #fee3ad;
 border  : 1px solid #781351
}


form   .smallformsubmit input
{
width  : 98px;
margin-left: 112px;
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9;
}

form .myenquiryform label, form .myenquiryformlgtext label
{
    width: 100px;
    float: left;
    text-align: left;
    margin-right: 10px;
    display: block;
    font-size: 12px;
    color: #000000;
}
form .myenquiryform input, form .myenquiryform textarea
{
 width  : 160px;
 color  : #781351;
 background  : #fee3ad;
 border  : 1px solid #781351
}


form   .myenquiryformsubmit input
{
width  : 98px;
margin-left: 112px;
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9;
}
#enquiryform p
{
margin-top:2px;
padding-top:2px;
margin-bottom:2px;
padding-bottom:2px;
}
.imgblock
{
	float:left;
	width:200px;
	background-color: #FFFFCC;
	text-align:center;
	margin-right:20px;
	margin-top:5px;
	margin-bottom:5px;
	
}

.dropshadowcontent {
	position: relative;
	background-color: white;
	color: black;
	border: 1px black dashed;
	top: -10px;
	left: -10px;
	z-index: 10;
	padding: 5px;
	margin: 0;
}

.dropshadow {
	position: relative;
	background-color: 	red;
	width: 200px;
	z-index: 5;
	background-image: url("/images/dropshadow.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
}

.dropshadowleft, .dropshadowtop {
	border: 1px none black;
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	line-height: 10px;
	margin: 0;
	padding: 0;
}

.dropshadowtop {
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url("/images/dropshadow_topright.gif");
}

.dropshadowleft {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-image: url("/images/dropshadow_bottomleft.gif");
}

#floating1 {
	position:absolute;
	left:16px;
	top:208px;
	width:144px;
	height:42px;
	padding:3px;
	z-index:1;
	background-color: #FFFFFF;
	border: 1px dotted #CCCCCC;
}
#floating2 {
	position:absolute;
	left:16px;
	top:5px;
	width:144px;
	height:180px;
	padding:3px;
	z-index:2;
	background-color: #FFFFFF;
	border: 1px dotted #CCCCCC;
}
#floating3 {
	position:absolute;
	left:780px;
	top:305px;
	width:150px;
	height:24px;
	z-index:3;
	text-align: right;
}
.mybutton, #frmMailList .mybutton input
{
width:98px;
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9;
}
form .aform label, form .aformformlgtext label
{
    width: 150px;
    float: left;
    text-align: left;
    margin-right: 10px;
    display: block;
    font-size: 14px;
    color: #000000;
}
form .aform input, form .myenquiryform textarea
{
	width  : 220px;
	color  : #000000;
	border  : 1px solid #781351;
	background-color: #FFFFFF;
}
form .aform2 textarea
{
	width  : 800px;
	color  : #000000;
	border  : 1px solid #781351;
	background-color: #FFFFFF;
}
form .aform2 input
{
	width  : 400px;
	color  : #000000;
	border  : 1px solid #781351;
	background-color: #FFFFFF;
}


form   .aformsubmit input
{
width  : 98px;
margin-left: 112px;
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9;
}
