/*Computer Assistance Global Styles*/
/*author: Diarmuid Simpson*/
/*contact: diarmuid@clickclickclick.co.uk*/
/*date: 11.06.2010*/

@import url("colours.css");

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:	x-small; /*For IE5/Win */
	voice-family:	"\"}\"";
	voice-family:	inherit;
	font-size:	small;  /*For compliant browsers */
}

html>body {
	font-size:	small;  /*For opera, firefox, ie7 etc */
}

.clear {
	border: 0;
	clear: both;
    display: block;
    float: none;
    margin: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

form {
    position: relative;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 160%;
    margin: 20px 0px 20px 0px;
}

h2 {
    font-size: 110%;
}

p, a, label {
    font-size: 100%;
}

a img {
    border: 0;
}

.hl {
    font-weight: bold;
    text-decoration: none;
}

#container {
    width: 100%;
    background: #333333 url("../img/bg.jpg") repeat-x;
    min-height: 280px;
    margin-top: 5px;
}

#logo {
     position: absolute;
     right: 0px;
}

#top-options {
     position: absolute;
     left: 10px;
     top: 45px;
     font-weight: bold;
     width: 300px;
}

#top-options a {
     text-decoration: none;
     display: block;
     float: left;
     margin-right: 20px;
}


#inner-container {
   position: absolute;
   width: 960px;
   min-height: 400px;
   left: 50%;
   margin-left: -480px;
   top: 42px;
}

#nav-bar {
    width: 100%;
    overflow: auto;
    padding-bottom: 10px;
    margin-top: 88px;
}

#main-menu, #options-menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

#main-menu {
    width: 70%;
    float: left;
}

#options-menu {
    width: 30%;
    float: right;
}

#main-menu li, #options-menu li {
    float: left;
    margin-right: 1px;
}

#options-menu li {
    float: right;
}

#main-menu li a, #options-menu li a {
    text-decoration: none;
    font-weight: bold;
    display: block;
    padding: 7px 10px 7px 10px;
}

#options-menu li #email-icon {
    margin-bottom: -1px;
}



#main {
    width: 100%;
    overflow: auto;
    padding-bottom: 20px;
    padding-top: 15px;
    border-top-width: 1px;
    border-top-style: dotted;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
}

#main #heading {
    position: relative;
    float: left;
    width: 50px;
    min-height: 700px;
}

#main #content {
    width: 895px;
    padding-left: 15px;
    float: left;
}

#main #content #top {
     width: 100%;
     overflow: auto;
}

#top #banner-image, #top #slideshow, #top #panel {
     float: left;
}

#top #slideshow {
    width: 700px;
    height: 220px;
}

#top #panel {
    width: 180px;
    padding-left: 15px;
}

#panel .box {
    width: 178px;
    min-height: 68px;
    border-width: 1px;
    border-style: solid;
}

#panel #call {
    background: url("../img/tel_number.jpg") no-repeat;
    height: 103px;
}

#panel #opening_hours {
    margin-top: 4px;
    background: url("../img/opening_hours.jpg") no-repeat;
    height: 108px;
}

#options {
     width: 100%;
     min-height: 200px;
     margin-top: 20px;
     overflow: auto;
}

#options .box ul {
     margin: 0;
     padding-left: 28px;
}

#options .box ul li {
     margin-bottom: 7px;
}

#options #box-right {
    margin-right: 0;
}

#logo-box {
    width: 98%;
    padding: 15px 1% 15px 1%;
    margin-top: 20px;
    background-color: #ffffff;
    overflow: hidden;
}

#logo-box img {
    position: relative;
	float: left;
}

#logo-box #cisco {
    margin: 0px 0px 0px 17px;
}

#logo-box #dell {
    margin: 15px 0px 0px -12px;
}

#logo-box #linux {
    margin: 20px 0px 0px 15px;
}

#logo-box #microsoft {
    margin: 17px 0px 0px 23px;
}

#logo-box #netgear {
    margin: 30px 0px 0px 24px;
}

#logo-box #intel {
    margin: 10px 0px 0px 9px;
}

#logo-box #toshiba {
    margin: 0px 0px 0px 7px;
}


#bottom {
    width: 100%;
    overflow: auto;
}

#bottom p {
    font-size: 90%;
    line-height: 1.5em;
}

#bottom #contact-wrap {
    float: left;
}

#bottom #car-wrap {
    float: right;
}

#slideshow {
     position: relative;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
}

.info-box {
    width: 843px;
    padding: 15px 25px 15px 25px;
    background-color: #4e4e4e;
    background: url("../../img/dotted_box_bg.png");
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px dotted #666666;
}

.info-box h2 {
     margin-bottom: 10px;
     width: 200px;
}

.info-box ul {
    list-style: url("../../img/yellow_arrow.gif");
    margin: 0;
    padding-left: 20px;
}

.info-box ul li {
    margin-bottom: 7px;
}

#enquiry-form {
    background-color: #333333;
    display: none;
}

#enquiry-form label {
    color: #cccccc;
}

#enquiry-form {
     position: absolute;
     top: 100px;
     left: 50%;
     width: 420px;
     margin-left: -200px;
     z-index: 110000;
     padding: 20px;
     border: 1px solid #cccccc;
}

#enquiry-form h2 {
    margin-bottom: 20px;
}

#enquiry-form label {
    width: 100px;
    display: block;
}

.input input {
    width: 250px;
}

#enquiry-form .input {
    margin-bottom: 15px;
    width: 380px;
    overflow: auto;
}

#enquiry-form label, #enquiry-form input, #enquiry-form .submit, #enquiry-form #send-enquiry-hide-wrap {
    float: left;
}

#enquiry-form .submit {
    width: 300px;
}

#enquiry-form #send-enquiry-hide {
    color: #fbb001;
    font-weight: bold;
    text-decoration: none;
}

#enquiry-form #send-enquiry-hide-wrap {
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 5px;
    padding-right: 5px;
}

#enquiry-form .submit, #enquiry-form #captcha-row {
    padding-left: 100px;
    margin-bottom: 10px;
}














