html, body {
	background: #fff url(/images/bg.jpg) repeat-x;
	font-family: Arial,Helvetica,Arial,Sans-serif;
	color: #484848;
	border: 0;
	font-size: 11px;
	line-height: 20px;
	padding: 0;
}

body, p, h1, h2, h3, h4, ul, ol, li, form, blockquote {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: underline;
	color: #001fa6;
}

a:hover {color: #001fa6;
	text-decoration: none;
}

/**************** Header *****************/

#header {
	width: 100%;
	height: 186px;
	padding-top: 0px;
	background: url(/images/header.jpg) no-repeat;
	
}

#header h2 {
	font-size: 30px;
	color: #fff;
	padding-top: 25px;
	font-weight: normal;
}

#header h2 a {
	color: #fff;
}

#header h2 a:hover {
	color: #ADE166;
	text-decoration: none;
}

#header p {
	padding-top: 1px;
	color: #fff;
	font-size: 13px;
	color: #8F8F8F;
}






/***************** Wrap *******************/

#wrap {
	width: 950px;
	margin: 0 auto;
}

/***************** Content *****************/

#content_wrap {
	background: transparent url(/images/page-bg.jpg) repeat-y top left;
	padding: 0px;
	width: 950px;
}

#content {
	width: 733px;
	float: right;
}

#content h2 {
	font-size: 22px;
}

#content p {
	font-size: 13px;
	line-height: 20px;
	padding: 10px 0;
}

#content ul, #content ol {
	padding: 0.5em 2.5em;
	font-size: 13px;
}

#content ul li {
	background: url(/images/bullet.gif) no-repeat 0 0.6em;
	line-height: 20px;
	padding-left: 15px;
	list-style: none;
}

#content ol {
	margin-left: 1.4em;
}

#content ol li {
	background: none;
	padding-left: 7px;
	line-height: 20px;
}

#content ol li ul li {
line-height: 20px;
	padding-left: 15px;
	
background: url(/images/bullet.gif) no-repeat 0 0.6em;
}

#content blockquote {
	background: #F9F9F9;
	border-bottom: #EEEEEE 1px solid;
	border-left: 1px solid #EEEEEE;
	font-size: 13px;
	color: #737373;
	padding: 0 10px;
	width: 87%;
	margin: 10px auto;
	line-height: 20px;
}



#content_frame {
	/*margin-top: 15px;*/
	padding: 5px 15px 15px 45px;
}

#content h2, #caption h2 {
	color: #001fa7;
	font-weight: normal;
        padding: 10px 0;
}

#content h3 {
       font-size: 18px;
       color: #001fa7;
       font-weight: normal;
}


#content h4 {
font-size: 15px;
color: #001fa7;
font-weight: normal;
}


#content input {
	border:1px solid #3D88C9;
        font-family:Arial,Helvetica,Arial,Sans-serif;
	background: #fff;
	padding: 5px;
	font-size: 15px;
	/*font-family: Georgia;*/
}

#content input.data {
	width: 184px;
}

#content textarea {
	/*border: #EEEEEE 1px solid;*/
        border:1px solid #3D88C9;
        font-family:Arial,Helvetica,Arial,Sans-serif;
	width: 415px;
	height: 170px;
	padding: 3px;
	font-size: 15px;
	/*font-family: Georgia;*/
}

#content input.sbutton {
	margin-top: 3px;
}

/***************** Sidebar *****************/


#sidebar {
	width: 217px;
	float: left;
}

#sidebar-padding {
	border-bottom: 1px solid #EAEADA;
}

#sidebar h2 {
	font-size: 13px;
	color: #313f7e;
	padding: 10px 0 10px 10px;
	line-height: 18px;
}

#sidebar p {
	padding: 10px 0;
	line-height: 20px;
}

#sidebar ul {
	list-style: none;
}

#sidebar li a:hover {
	background-color: #f1f1f1;
}








/* Footer */


#footer {
	width: 950px;
	height: 55px;
	margin: 0 auto;
	text-indent: 263px;
	font-size: 11px;
	padding: 15px 0 25px 0;
	color: #5c5c5c;
	background: url(/images/footer-bg.jpg) repeat-x 0 0;
}

#footer p {
	padding-top: 6px;
	line-height: 19px;
}


/* Fix */

#menu:after,
#menu ul:after,
#content_wrap:after,
#footer:after,
#leave_a_comment_wrap:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


#searching {
height:35px;
width: 200px;

padding-top:10x;
float:right;
}

#searchbox{margin:0 8px 0 8px;}

form#searchform input#s, input.searchtoykeywords {

	float:left;
	font: 1.125em Arial, Helvetica, sans-serif;
	height: 20px;
        color: #b2b2b2;
        width: 148px;
}

input.searchtoysubmit{
cursor: pointer;
        display:block;
        height:26px;
        width:30px;
        border:none;
        background-image:url(/images/go.gif);
        background-repeat:no-repeat;
        font-size: 0.1px;
        line-height:0px;

}

form#searchform input#s:focus, input.searchtoykeywords:focus {
	color: #4c2805;
}


#add{margin-left:24px;}

#emailing {
padding:138px 0 0 235px;

width:221px;
height:35px;

}

#content form input, #content form textarea  {
align:left;
/*  border: 1px solid black; */
}




#content table {
font-size:13px;
}

.astrix {
color: #339966;
font-weight: bolder;
}

table.borderblue{
border:1px solid #7f9db9;
}

#print-logo {display: none;}

@media print {
  #print-logo { display: block; }
  #content { width:100%;}
  #sidebar { display:none ;}
  #footer {display :none ;}
}



/*FROM FORMSTYLE.CSS*/
@CHARSET "ISO-8859-1";

.emailManagerForm {
	text-align: right;
}
.emailManagerForm li {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

form input.enquire{width:380px;}
form fieldset {
  margin-bottom: 10px;
  border: none;
}
form legend {
  padding: 0 2px;
  font-weight: bold;
}
form label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form fieldset ol {
  margin: 0;
  padding: 0;
}
form fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form fieldset fieldset label {
  display: block;
  width: auto;
}
form em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form label {
  width: 160px; /* Width of labels */
}
form fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}
