/**************************************************************************
 1. SPECIFIC TO HTML TAGS
 */
body {
	background: url(/images/template_images/bg.jpg) repeat-x top #fcfae5;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width: 770px;
	padding:0; /* needed for opera */
	margin: 0 auto;
	text-align:center;
	font-size:90%;
}

/* Tables */
table {}
tbody {}
td{  
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
}
tfoot {}
th {}
thead {}
tr {}

/* standard tables that are used to display data are styled with the class 'data' */
table.data {
	border-collapse:collapse;
	width:580px;
	padding:0 10px 0 0;
	border:1px;
	font-size: 130%;
	margin:0;
	
}
table.data th, table.data .footer{
	padding:2px 5px 3px;
  	border-top:1px solid #000000;
	background-color:#fff648;
	font-size: 90%;
}

table.data .footer{
	font-size: 120%;
}

table.data .alt th, table.data .alt td {
  background:#FFFFFF;
  border-color:#000000;
}

table.data tr{
	margin:2px 2px 0 0;
	border-bottom:1px solid #000000;
	background-color:#ffffff;
	border-spacing:1px;
}
table.data tr td{
	border-top:1px dotted #000000;
	margin-bottom:2px;
	padding:2px 6px 2px 6px;
	font-size: 95%;
	color:#656565;
}

table.data tr.cancelled td{
	text-decoration:line-through;
	color:#000000;
}
table.data tr.cancelled td a{
	text-decoration:line-through;
	color:#000000;
}


/* Headings */
h1{
	color: #000000;
	font-size: 120%;
	line-height: 150%;
	font-weight: bold;
	margin-bottom:0.1em;
}
h2{
	color: #575757;
	font-size: 110%;
	line-height: 140%;
	font-weight:bold;
	margin:0;
}
h3 {
	display:inline;
	color: #575757;
	font-size: 100%;
	line-height: 130%;
	font-weight:bold;
}
h4 {}
h5 {}
h6 {}

/* Paragraphs */
p{ 
	margin:0.8em 0.2em 1.0em; 
	line-height: 1.2em; 
}

/* Lists */
dd {}
dl {}
dt {}
li {}
ol {}
ul {}

/* Links  */
a:link, a:visited, a:active {text-decoration: none; color: #e89c25; }
a:hover {text-decoration: underline; color: #e89c25; }

a.link-external {
	background: url(/images/icons/link_external.png) center right no-repeat;
	padding-right: 13px;
}
a.tab, a.tab:visited{
	color:#000000;
	background-color: #f9d552;
	border: 1px solid #000000;
	padding: 2px;
	cursor:pointer;
	margin: 0 0.1em;
}
a.tabselect, a.tabselect:visited{
	color:#000000;
	padding: 2px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

a.block, a.block:visited{ /* displays a link as a block - currently only used on the order_admin page  */
	float:left;
	border:1px solid #000;
	background-color:#f9d552;
	padding: 5px;
	margin: 10px;
	display:block;
}

/* images */
img { border:0; }
map {}
area {}

acronym{ cursor:help; border-bottom:1px dashed #0099FF; }
address{ font-size: 0.85em; }
em{ color:#FB6C34; font-style:normal; }

/* forms */
form { /* best not to style the form tag as it will affect the cart order page */
	margin:0.1em;
	padding:0;	
}

form.standard input, form.standard select, form.standard textarea{
	padding:1px;
	margin:0.15em;
	font-size:90%;
}

fieldset{ border:0; padding:5px; }
fieldset.visible{ border:1px dotted #000000; padding:5px; margin:2px; }
fieldset.visible legend{
	border:1px solid #000000;
	padding:0.2em;
	margin-bottom:0.4em;
	background-color: #656565;
}
input.textbox, input.errorField, textarea {
	color : #000000;
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
	/*background-image: url(/images/template_images/form-shadow.gif);*/
	padding:1px;
}
input.errorField {
	border: 1px solid #FF0000;
}

.formBlock {
	width:350px;
	margin:0 auto 0 auto;
	text-align:right;
}

input.button{
	color : #000000;
	background-color: #f9d552;
	border: 1px solid #000000;
	cursor : pointer;
}

input.button:hover, input.button:focus{
	cursor : pointer;
	border: 1px solid #000000;
	background-color: #ff0000;
}

option.strong{
	background:#E5E5E5;
}

legend{color:#FFFFFF;}

/* (XHTML-1.0-Transitional ONLY) - avoid using where possible */
iframe {}
noframes {}
center {}
basefont {}
font {}	
s {}
strike {}
applet {}


/**************************************************************************
 * Above the header
 */
#aboveHeader{
	font-size:70%;
	margin:5px 0;
}

#aboveHeader a:link, #aboveHeader a:visited, #aboveHeader a:active {text-decoration: none; color: #000000; }
#aboveHeader a:hover {text-decoration: underline; color: #ff0000; }

#aboveHeader em{} /* names of logged in users */
#aboveHeader a{} /* logout button */

#currency{
	float:right;
	color:#00000;
}
#currency ul{
	padding:0;
	margin:0;
	display:inline;
	float:left;
}
#currency li{
	display:inline;
	float:left;
	padding:2px;
}

#currency a{border:2px solid #FAD965; } /* none selected currency */
#currency em{border:2px solid #FFFFFF;}; /*selected currency */

#currency img{
	display:inline;
}

/**************************************************************************
 * MAIN CONTAINER
 */

#globalContainer {
	/*border-left: 1px solid #000000;
	border-right: 1px solid #000000;*/
	text-align:left;	
}

#globalContainer td{
	font-size:75%;
}


/* *************************************************************************
* HEADER
*/
#header {
	/* position: relative; */
	/* background-color: #223261; */
	Xborder-bottom: 1px solid #000000;
}

#headerBanner {
	border-top:5px solid #000000;
	margin:0;
	display:block;
	clear:both;
	height:65px;
	width: auto;
	text-indent:-9999px;
	vertical-align:bottom;
	background:url(/images/template_images/main_banner.jpg) #fad345 bottom no-repeat;
}

#headerOptions { /* contains horizontalNav below the banner */
	margin-right:4px;
	width: auto;
}

/* *************************************************************************
* main area
*/
#maintable {
	clear:both;
	border-collapse:collapse;
	width:100%;
	border:0;
	padding: 0;
	margin: 0;
	font-size:120%; /* hmmm not sure why but I had to increase the size of font inside table to make it match outside size */
}

#maintable{
	height: 280px;
}

html>body #maintable{ /* method explained at http://www.webcredible.co.uk/user-friendly-resources/css/more-css-tricks.shtml */
	height: auto;
	min-height: 280px;
} 

#col-1 {
	width: 160px;
	height: 100%;
	min-height: 100%;
	padding: 0;
	margin: 0;
	vertical-align: top;
	background-color:#FFFFFF;
}

#col-2 {
	Xborder-left: 1px solid #000000;
	width: 607px;
	text-align:left;
	padding: 0;
	margin: 0;
	vertical-align: top;
	background-color:#FFFFFF;
}

/* inside col-2 */

#bodyContainerBG{
	vertical-align:top;
	margin: 0 4px 0 0;
}

#bodyContainer{
	color:#000000;
	text-align:left;
	margin:5px 5px 5px 5px;
	
}

/**************************************************************************
* Footer
*/

#footer {
	margin-top:5px;
	clear: both;
/*	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;*/
	height:5px;
	font-size:5px;
	background-color:#f9d552;
	border-bottom:5px solid #000000;
}

/**************************************************************************
* Under footer - copyright and other options
*/

#underFooter {
	padding:0;
	margin:0;
	color:#000000;
	font-family: Verdana, Arial;
	font-size: 70%;
}

#underFooter div{
	margin: 0;
	padding: 0;
}

#underFooter ul{
	margin: 0;
	padding: 0;
}

#underFooter ul li {
	margin: 0;
	padding: 0 2px 0 2px;
	list-style: none;
	
}
#underFooter ul li {
	float:right;
}
#underFooter a {
	vertical-align:top;
	color:#666666;
}

/**************************************************************************
* Horizontal Navigation
*/

/* this is for the css top navigation */
.horizontalNav{
	white-space:nowrap;
	color:#7a7a7a;
	padding: 0;
	margin: 0;
}

.horizontalNav ul {
	float:right;
	margin: 0;
	padding: 0 8px 0 0;
	white-space:nowrap;
	background-color:#FFFFFF;
}

.horizontalNav li {
	display:inline;
	float:right; /*  had to float right to get it to work in opera (float left did not work) */
	width:auto;
	border-left:1px solid #FFFFFF;
	padding:0;
	margin: 0 3px;
	list-style: none;
}

.horizontalNav ul li a{ /* normal */
	text-decoration:none;
	color:#7a7a7a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height:1.7em;
	float:left;
	font-weight:100;
	background-color:#FFFFFF;
	display: block;
	margin:0;
	padding:0 0.4em 0 0.4em;
}
.horizontalNav ul li a h1{
	font-size: 100%;
}

.horizontalNav ul li a:hover, .horizontalNav ul li a:focus{ /* hover */
	color:#000000;
	background:#FFFFFF; 
	text-decoration:none;
}

.horizontalNav .selected, .horizontalNav a.selected, .horizontalNav a.selected:visited{ /* selected */
	color:#000000;
	background-color:#FFFFFF;
	border-bottom:2px solid #fff94c;
}

.horizontalNav li a:visited{ /* normal */
	color:#7a7a7a;
	text-decoration:none;
}

/* order icon -  this is for the 'your order' button */
.horizontalNav ul li a.orderIcon {
	background: url("/images/template_images/order.gif") center left no-repeat;
	padding-left: 17px;
	background-color:#FFFFFF; /* normal */
}

.horizontalNav .orderIcon:hover {
	background: url("/images/template_images/order.gif") center left no-repeat;
	background-color:#FFFFFF; /* hover */
}

.horizontalNav .orderIcon {
	background: url("/images/template_images/order.gif") center left no-repeat;
	padding-left: 17px;
	background-color:#FFFFFF; /* selected */
}

/* *************************************************************************
* Vertical Navigation
*/

.verticalNav, .subNav{
	color:#7a7a7a;
	margin: 0;
	padding: 0;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
}

#col-1 ul.verticalNav li a.selected{
	color:#000000;
}

ul.verticalNav, ul.subNav{
	margin:0;
	padding:0;
}

ul.verticalNav li, ul.subNav li{
	width:100%;
	float:left;
	padding:0;
	margin:0;
	list-style: none;
}

.verticalNav li a, .verticalNav h1, .subNav li a, .subNav h1{
	border-bottom:1px solid #FFFFFF;
	text-decoration:none;
	color:#7a7a7a;
	background:#FFFFFF;
	display: block;
	font-size: 1em;
	line-height: 1.5em;
	Xheight:auto;
	padding: 5px 0 5px 10px;
	margin:0;
	width:94%;
	
}

.verticalNav li a, .verticalNav h1{
	background:url(../images/template_images/fade_bottom_bg_sml_yellow.gif) bottom right;
	clear:both;
}

.subNav li a, .subNav h1{
	background:#FFFFFF;
	font-size:0.9em;
}

ul.subNav li a, ul.subNav h1{
	background:url(../images/template_images/fade_bottom_bg_sml2.gif) bottom right;
	padding: 3px 0 3px 10px;
}

ul.subNav h1{
	text-decoration:underline;
}

.verticalNav li a:visited, .verticalNav li a:active{
	color:#7a7a7a;
	text-decoration:none;
}

.subNav li a:visited, .subNav li a:active{
	color:#000000;
	text-decoration:none;
}

.verticalNav li a:hover{
	color:#000000; /* colour must be explicitly defined for IE5 */
	text-decoration:none;
}

.subNav li a:hover{
	color:#000000;
	text-decoration:none;
}


/* ********************************************************************************
* COMPONENTS (see documentation for more information)
*********************************************************************************** */
/* COMPONENT cart preview - this is the quick preview that shows what is ordered */
#cartPreview{ clear:both; }
#cartPreviewText{ }

#cartPreview a{
	background-color:#fff648;
	text-decoration:none;
	color:#000000;
	display: block;
	padding:3px;
	margin: 0px;
}

#cartPreview a.orderIcon{
	background: url(/images/template_images/order.gif) center left no-repeat;
	padding-left: 16px;
	background-color:#bdbcbc;
	border-bottom:1px solid #000000;
	display:block;
}

/* COMPONENT login - login form */
#loginBlock{
	padding:2px;
	text-align:right;
	width:156px;
	Xborder:1px solid #000000;
	color:#000000;
}
#loginBlock h2{
	background-color:#FFFFFF;
	padding-right:3px;
}

#loginBlock *{
	padding:0;
	margin:0;
}

#loginBlock input{
	font-size:80%;
	padding:1px;
	margin:1px;
}

#loginBlock {
	font-size:95%;
}


/* button styles - edit/print/delete images */

.fileOptionImg{ /* used for image buttons on the site  */
	border: outset 1px #FFFFFF;*/
	width: 15px;
	height: 14px;
	vertical-align:middle;
	/* background-color:#D0D0D0; */
}
.fileOptionImg:hover{
	border: outset 1px #000000; 
}

.cart{
	margin:1px;
}
.cart img{
	width: 16px;
	height: 16px;
	border:0;
}

.cart:hover{
	margin:0;
	border: outset 1px #000000;
}

/* ****************************************************************
* other global block-level elements
*/

/* to fix a bug with safari on macs I had to position the iframe off screen instead of hiding it */
#hiddenfr {
	position:absolute;
	left:-9999px;
	/*display: none;*/
}

#changeContainer{ /* this is used by the dynamically generated input field used to edit values  */
	position:absolute;
}

#changeContainerPrice{
	position:absolute;
}

#cms_displaylayer { /*used for floating layer */
	background-color:#FFFFFF;
	border:1px solid #000000;
	position:absolute;
	display:none; /*initially hidden*/
	z-index:1;
}


/**************************************************************************
* Client details form included in multiple places
*/
#clientDetails{
	width:590px;
}

#clientDetails fieldset{
	float:left;
	width:280px;
	text-align:right;
}

/* GENERIC CLASSES  - used throughout the site *****************************8*/
.error{ float:none; }
.left{ float:left; }
.right{ float:right; }
.clear {clear:both; }

#onlinesoft{
	clear:both;
	float:right;
	width:auto;
	margin-top:3px;
	text-align:right;
}

/* *************************************************************************
* Accessibility tweeks
*/

.hideme { display: none; } /* Items will be displayed when CSS is not supported and in high Visisbility mode */
	
.noScriptHide{ visibility:hidden; }