/*
###===========================================================================
#
# Copyright (c) 2006 by Computors Limited. All Rights Reserved.
#
# No part of this publication or software may be reproduced, transmitted,
# transcribed, stored in a retrieval system, or translated into any
# language without the prior written authorization of Computors Limited.
#
# This is a licensed product of Computors Limited.
#
# File CSS    : site.css
# Description : Main Cascading Style Sheet for site
#
###===========================================================================
*/
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
HTML {
    overflow: -moz-scrollbars-vertical;
}
BODY {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 67.5%;
	color: #000000;
  background-color: #FFFFFF;
  scrollbar-face-color:#F9F9F9;
  scrollbar-arrow-color:#3d3d3d;
  scrollbar-track-color:#E3E3E3;
  scrollbar-shadow-color:#EAEAEA;
  scrollbar-highlight-color:#EAEAEA;
  scrollbar-3dlight-color:#EAEAEA;
  scrollbar-darkshadow-Color:#EAEAEA;
	background:url('../images/background.gif') top left repeat-x;

}

textarea {font-family: arial;}

H1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #000000;
	text-indent: -5000;
}

H2 {
	font-size: 1.6em;
	font-weight: bold;
}
H3 {
	font-size: 1.2em;
	font-weight: normal;
	color: #000000;
}
UL {
    list-style-type: disc;
    padding: 15px;
}
IMG {
    behavior: url(/js/pngbehavior.htc);
    border-width: 0px;
}
TABLE {
    border-collapse: collapse
}
A:link, A:visited, A:hover, A:active {
	text-decoration: underline;
    outline: none;
}
:focus {
    -moz-outline-style: none;
}

/*
###===========================================================================
### Base Template Definitions
###===========================================================================
*/
#BASE_Page {
    width: 100%;
    height: 100%;
	  text-align: center;
	  border-top: 3px #FF6501 solid;

}
#BASE_Container {
	  width: 700px;
	  height: 100%;
    text-align: left;
	  margin-left: auto;
	  margin-right: auto;
    background-image: url(/images/home_bg_outer.jpg);
    background-repeat: no-repeat;
    background-position: 315px 375px;
}

#BASE_Container_Services {
	  width: 700px;
	  height: 100%;
    text-align: left;
	  margin-left: auto;
	  margin-right: auto;
    background-image: url(/images/services_bg_outer.jpg);
    background-repeat: no-repeat;
    background-position: 315px 375px;
}

#BASE_Container_Contact {
	  width: 700px;
	  height: 100%;
    text-align: left;
	  margin-left: auto;
	  margin-right: auto;
    background-image: url(/images/contact_bg_outer.jpg);
    background-repeat: no-repeat;
    background-position: 315px 375px;
}

#BASE_Logo {
    float: left;
    width: 200px;
    padding: 0px;
    margin: 0px;
    clear: none;
}
#BASE_Header {
    float: left;
    clear: none;
    width: 700px;
    padding: 0px;
    margin: 0px;

}
#BASE_Header_Menu {
    float: right;
    width: 280px;
    padding: 0px;
    margin: 0px 49px 0px 0px;
    text-align: right;
}

#BASE_Header_Menu_Contact {
    float: right;
    width: 280px;
    padding: 0px;
    margin: 0px 49px 0px 0px;
    text-align: right;
}

#BASE_Header_Menu_Services {
    float: right;
    width: 280px;
    padding: 0px;
    margin: 0px 49px 0px 0px;
    text-align: right;
}

#BASE_Left_Menu {
    float: left;
    width: 200px;
}
#BASE_Content {
    width: 600px;
    height: 400px;
    min-height: 400px;
    float: left;
    clear: none;
    background-color: #F9F9F9;
    border: 1px #EBEBEB solid;
    background-image: url(/images/home_bg.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
}

#BASE_InnerContent {
    overflow: auto;
    width: 600px;
    height: 400px;
}

#BASE_InnerContent2 {
    overflow: auto;
    width: 600px;
    padding: 10px;
    height: 400px;
}

#BASE_Content_Services {
    width: 600px;
    height: 400px;
    min-height: 400px;
    float: left;
    clear: none;
    background-color: #F9F9F9;
    border: 1px #EBEBEB solid;
    background-image: url(/images/services_bg.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
}

#BASE_Content_Contact {
    width: 600px;
    height: 400px;
    min-height: 400px;
    float: left;
    clear: none;
    background-color: #F9F9F9;
    border: 1px #EBEBEB solid;
    background-image: url(/images/contact_bg.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
}

#BASE_Footer {
    width: 610px;
    padding: 0px;
    text-align: left;
}
.XCOPYRIGHT {
    font-size: 1em;
    color: #000000;
    padding: 0px;
}


/*
###===========================================================================
### Default
###===========================================================================
*/


.PageSelect {
  float: right;
  clear: none;
  padding: 2px;
  margin: 4px;
  border: 1px #CCCCCC solid;
  text-align: center;
}

a.XPageNav:link, a.XPageNav:visited, a.XPageNav:active {
    color: #BA0000;
    text-decoration: none;
}
a.XPageNav:hover {
    color: #FF7F7F;
}



SELECT, INPUT, TEXTAREA {
	font-size: 8pt;
	margin: 0px 0px 2px 0px;
    padding: 0px 0px 0px 0px;
}
TABLE.header {
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
TABLE.footer {
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
A.Login:link, A.Login:visited, A.Login:active {
	color: #333333;
	text-decoration: none;
}
A.Login:hover {
	color: #31803a;
	text-decoration: underline;
}
A.CartLink:link, A.CartLink:visited, A.CartLink:active {
	color: #333333;
	text-decoration: none;
}
A.CartLink:hover {
	color: #31803a;
	text-decoration: underline;
}


/*
###===========================================================================
### Global CSS for Form Messages
### Should not need to change these.
###===========================================================================
*/
.XFORMMSG {
	width: 450px;
	margin: 0px;
	padding: 6px;
	border-width: 1px;
	border-style: solid;
	overflow: hidden;
}
.XFORMMSG_TEXT {
    float: left;
	clear: none;    
	font-size: 1em;
    padding: 0px 0px 0px 4px;
	color: #333333;
}
.XFORMMSG_ICON {
    float: left;
	clear: none;    
}
.XFORMMSG_OK {
	background-color: #DDFFDD;
	border-color: #00FF00;
}
.XFORMMSG_INFO {
	background-color: #DDDDFF;
	border-color: #0000FF;
}
.XFORMMSG_WARNING {
	background-color: #FFFFDD;
	border-color: #FFFF00;
}
.XFORMMSG_ERROR {
	background-color: #FFDDDD;
	border-color: #FF0000;
}




/*============================================================================*/
/* User Forms                                                                 */
/*============================================================================*/
DIV.Userform_Form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
DIV.Userform_Area {
	padding: 0px 0px 0px 0px;
}
DIV.Userform_MsgArea {
	width: 560px;
	background-color: #FFDDDD;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	border-width: 1px 1px 1px 1px;
	border-color: #FF0000;
	margin-left: 2px;
	padding-left: 2px;
	border-style: solid solid solid solid;
}
.XUSER_Title {
    color: #FFFFFF;
    font-size: 1em;
	padding: 0px;
}
DIV.Userform_Text {
}
DIV.Userform_Section {
	float: none;
	clear: both;
}
DIV.Userform_SubTitle {
	clear: none;
	font-weight: bold;
}
DIV.Userform_Lab {
	float: left;
	clear: none;
	width: 150px;
	text-align: right;
	padding: 2px 4px 0px 0px;
	white-space: nowrap;
}
DIV.Userform_Data {
	float: left;
	clear: none;
	padding: 0px 0px 0px 0px;
}
DIV.Userform_Field_Comments {
	float: left;
	clear: none;
	font-size: 7pt;
	color: #666666;
	padding: 4px 0px 0px 8px;
}
.Userform_Divider {
	height: 2px;
	color: #3768AA;
	width: 80%;
	text-align: center;
}
DIV.Userform_Button_Area {
	float:left;
	clear: none;
}

.Submitform_Area {
  padding: 0px;
}

input.Submitform_Buttons {
  background-color: #FAF8F9;
  border: 1px #C7C7C7 solid;
}

div.Submitform_Buttons {
  padding: 0px;
  margin-top: 15px;
}

INPUT.Submitform_Buttons {
    background-color: #ffffff;
    border: 1px #cccccc solid;
    color: #000000;
}
/* The following have no element type as they can be applied to any form control. */
.required {
	font-size: 8pt;
  border: 1px solid #6699CC;
/*	padding: 1px 4px 1px 4px; */
	background-color: #FFFFDD;
}
.optional {
	font-size: 8pt;
  border: 1px solid #6699CC;
/*	padding: 1px 4px 1px 4px; */
	background-color: #FFFFFF;
}
.error {
	font-size: 8pt;
/*	border: 1px solid #FF0000; */
/*	padding: 1px 4px 1px 4px; */
	background-color: #FFDDDD;
}
/* Don't add background colour or border styles to legends. */
/* These are controlled by the class. */
#Form_Legend_Required, #Form_Legend_Optional {
	width: 90px;
	color: #333333;
	text-align: center;
	white-space: nowrap;
	margin: 2px 0px 0px 5px;
}
