﻿/* Import stylesheets */
@import url('Styles.css');
@import url('Menus.css');

* { margin: 0; padding: 0; border: 0; }
body, html { background: url('../images/layout/body_bg.jpg') center top no-repeat #d1dff0; font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; font-size: 89%; }


/*************
Defaults
*************/

/* Links */
a {text-decoration: underline; padding: 0px 2px; color: #000; }
a:visited {color: #000;}
a:hover {color: #000; text-decoration:none;}
a:active {color: #000;}

/* Headings */
h1 { clear: both; font-weight: 700; font-size: 1.7em; padding: 0px; font-family: Trebuchet MS; color: #770425;}
h2 { clear: both; font-weight: 700; font-size: 1.3em; padding: 0; font-family: Trebuchet MS; color: #770425;}
h3 { clear: both; font-weight: 700; font-size: 1.1em; padding: 0; font-family: Trebuchet MS; color: #770425;}

/* Forms */
input { border: 1px solid #000; display: inline; float: left; padding: 5px; line-height: 1em;}
input[type='hidden']{display:none;}
.inputOver { background: #fff; }
.inputOut { background: #f0f0f0; }
#__EVENTTARGET, #__EVENTARGUMENT, #__VIEWSTATE, #__EVENTVALIDATION {display: none;}

textarea { border: 1px solid #000; display: inline; float: left;}
select {border: 1px solid #000; display: inline; float: left;}
.button { border: 1px solid #000; display: inline; float: left; padding: 5px; line-height: 1em; background: url('../images/layout/button_bg.png') #972b2c no-repeat; color: #fff;}
.button:hover { background-color: #651a1a; cursor: pointer; }
.checkbox { border: 0; display: inline; float: left; }

/* Bulleted Lists / Numbered Lists */
.userText ul {list-style-type: disc; padding: 0 0 15px 15px; list-style-position: inside;}
.userText ul ul, .userText ul ol, .userText ol ul, .userText ol ol {padding: 5px 0 10px 15px;}
.userText ol {padding: 0 0 15px 15px; list-style-position: inside;}
.userText li {padding: 1px 0;}

/* Other */
.strong { font-weight: bold; }
p { padding: 5px 0; clear: both; line-height: 140%; }

a.noDecoration {background: none; border: none; text-decoration: none;}
a.noDecoration:hover {background: none; border: none; text-decoration: none;}

.clear {clear: both;}




/********
 Tables 
********/


/* Bespoke design table */

.mainColMiddle table.bespokeDesignTable {width:420px;margin-top:30px; margin-bottom:30px; border-collapse:collapse;border-bottom:1px solid #aeaeae;}

.mainColMiddle table.bespokeDesignTable  th {padding:0 4px 0px 4px;font-size:1.1em;font-weight:500; }

.mainColMiddle table.bespokeDesignTable  td {padding:6px 0 6px 0; border-top:1px solid #aeaeae;}

.mainColMiddle table.bespokeDesignTable .tick {background:url('../images/layout/tick.jpg') no-repeat; background-position:relative; background-position:center;} /* !!! background-position:relative; used to position ticks in IE 6, will not show without !!! */

.mainColMiddle table.bespokeDesignTable p {text-align:left;}


/* Specification tables */


.mainColMiddle table.specificationTable {width:420px;margin-top:30px; margin-bottom:30px; border-collapse:collapse;border-bottom:1px solid #aeaeae;}

.mainColMiddle table.specificationTable td {padding:6px 10px 6px 0; border-top:1px solid #aeaeae;}

.mainColMiddle table.specificationTable p {text-align:left; color:#000;}

.mainColMiddle table.specificationTable p strong {color:#333333;} 

/* PIE nomnom */

behavior: url(/PIE/PIE.htc);
