/* -----------------------------------------------------------------------

   thistlecommunications.co.uk 
   Site Specific Styles
   darrell.wilson@bigredcreative.com

--------------------- Cleanup Misc Annoyances ------------------ */

/* always display firefox scrollbar and prevent shifting */

html { overflow-y: scroll; }

/* remove firefox dotted outline from focused or active links */
a:active, a:focus { outline:none; }

/* -------------------  Begin Site Specific Styles -----------------*/

body {background-color: #272528; }


/* STRUCTURE */

#wrapper {
	border-top: 6px solid #e6511e;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
	position: relative;
	background: #FFF url(../images/interface/circleTransp.gif) 780px -47px no-repeat;
        text-align: left;
}		
#logo {
	margin-left: 40px;
	padding: 15px 0;
}
#mainLeft {
	background: #3D3D3F;
	color: #FFF;
	margin: 0 2px 3px 0;
	height: 195px;
}
#home #mainLeft, #home #mainRight {
	height: 354px;
}
#mainRight {
	margin: 0 0 3px 0;
	width: 678px;
	float: left;
	padding: 0;
	height: 195px;
}

#home #bottomContent {
	background: url(../images/interface/bottomContentHomeBG.gif) repeat-y;
}
#home #botRight {
	margin-right: 0;
	width: 403px;
}


#bottomContent {
	background: url(../images/interface/bottomContentBG.gif) repeat-y;
        margin: 0;
}
#botLeft, #botCent, #botRight {
	background: transparent;
	padding-top: 0;
        margin-top: 0;
	margin-right: 3px;
	padding-bottom: 15px
}
#botLeft {
	border-top: 6px solid #0A71B3;
}
#botCent, #botRight { border-top: 6px solid #E6511E; }
#botRight {
	margin-right: 0;
	width: 676px;
	float: left;
}


/* MAIN NAVIGATION */
#mainNav {
	margin: 0; 
	padding: 0;
	list-style-type: none;
	width: 950px;
	float: left;
	background-color: #C2C2C2;
	margin-bottom: 3px;
}
#mainNav li {
	margin: 0;
	padding: 0;
	float: left;
}
#mainNav li a {
	float: left;
	width: 134px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	line-height: 2.5;
	border-right: 2px solid #FFF;
}
#mainNav li a:hover {
 	background-color: #3D3D3F;
}
#mainNav li a#contact_nav { border-right: none; }
.active {background-color: #3D3D3F; }


/* TYPOGRAPHY */
#mainLeft h3 {
	font-size: 1.4em;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 25px 25px 1.1em 25px;
	line-height: 1.2;	
}
#mainLeft p {
 	font-size: .95em;
 	line-height: 1.2;
 	margin: 1.1em 25px;
 	color: #CCC;
}
#botLeft h3 {
	font-size: 1.1em;
	color: #0A71B3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 20px 25px 1em 25px;
	line-height: 1.4;
	text-transform: uppercase;
	font-weight: bold;	
}
#botLeft h5 {
	margin: 10px 10px 0 25px;
}
#home #botLeft p {
	font-size: .95em;
	line-height: 1.1;
 	margin: 1em 25px .8em 25px;
 	color: #000;
}
#botLeft p {
	font-size: .95em;
	line-height: 1.1;
 	margin: .2em 25px .8em 25px;
 	color: #000;
}
#botLeft a, #botLeft a:visited {text-decoration: none; color: #0A71B3;}
#botLeft a:hover {text-decoration: none; color: #000;}
#botCent h3 {
	font-size: 1.1em;
	color: #E6511E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 20px 10px 1em 25px;
	line-height: 1.4;
	text-transform: uppercase;
	font-weight: bold;	
}
#botCent p {
 	font-size: .95em;
 	line-height: 1.2;
 	margin: 1.1em 25px;
 	color: #000;
}
#botCent a {text-decoration: none; color: #000;}
#botCent a:hover {text-decoration: none; color: #E6511E;}
#home #botRight div { float: left; margin: 0; padding: 0;}
#botRight h3 {
	font-size: 1.1em;
	color: #E6511E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 20px 60px 1em 25px;
	line-height: 1.4;
	text-transform: uppercase;
	padding: 0;
	font-weight: bold;
}
#botRight p {
 	font-size: .95em;
 	line-height: 1.2;
 	margin: 1.1em 60px 1.8em 25px;
 	color: #000;
	padding: 0;
}
#home #botCent h4 {
        margin: 0 0 0 25px;
        text-transform: uppercase;
        height: auto;
        font-size: 1em;
        font-weight: bold;
}

#home #botCent h4#voip { padding-top: 20px;}

#home #botCent p { margin: 0 0 0 25px; }

#home #botCent a, #home #botCent a.visited {color: #E6511E;}

#home #botRight h3 {
	margin: 20px 13px 1em 25px;
}
#contact #botRight h3 {
	margin: 20px 13px 5px 25px;
}
#home #botRight p {
	width: 150px;
 	margin: 1.1em 13px 1.1em 25px;
}

span#contactNum {
	font-size: 1.8em;
	font-weight: bold;
}
.newsDate {
	color: #0A71B3;
}
.removeLinkColor {
 color: #000;
}

/* Contact Form */
#contact_form {
	width: 200px;
	float: left;
	margin: 0;
	padding: 46px 10px 0 0;
}						
#contact_form fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
#contact_form fieldset ol {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#contact_form fieldset li {
	padding: 0;
}
#contact_form fieldset.submit, #contact_form input.submit {
	border-style: none;
	width: auto;
	background-color: #C2C2C2;
	color: #E6511E;
	float: right;
	padding: 0;
	margin: 0;
}
#contact_form label { 
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	text-transform: uppercase;
	font-size: .8em;
	padding: .5em 0 0 0;
	color: #3D3D3F;
	font-weight: lighter;
	
}
#contact_form textarea {
	height: 60px;
	padding: 0;
}
#contact_form input, #contact_form textarea {
	border: 1px solid #FFF;
	background-color: #A6A6A6;
	color: #272528;
	margin: 0;
	padding: 0;
	width: 200px;
}
#contact #contact_form {
	margin: 0;
	padding: 0 10px 0 25px;
	
}
#contact #contact_form textarea {
	height: 100px;
}

/* Products Page Boxes */
#featureBox {
	margin: 0 0 0 25px; 
	padding: 0;
	list-style-type: none;
	width: 626px;
	float: left;
}
.featBoxTop { height: 48px; }
#featureBox li:hover {
	background: #808080 url(../images/interface/TCIconRollover.gif) right -10px no-repeat;
}
#featureBox li {
	margin: 0 4px 4px 0;
	padding: 0;
	float: left;
	width: 206px;
	height: 80px;
	background-color: #A6A6A6;
}
#featureBox li.noRightMargin { margin-right: 0; }
#featureBox h5 {
	color: #E6511E;
	font-size: .9em;
	margin: 2px 0 0 7px;
	
}
#featureBox p {
	font-size: .9em;
	margin: 0 0 10px 7px;
	
}
#featureBox a {
	background-position: 97% center ;
	background-repeat: no-repeat;
	color: #fff;
	text-decoration: none;
	padding: 2px 0 0 7px;
	border-top: 1px dotted #FFF;
	display: block;
	text-transform: uppercase;
	margin-top: 5px;
	font-weight: lighter;
	font-size: .8em;
}
#featureBox a.pdf { background-image: url(../images/interface/pdfIcon.gif);}
#featureBox a.form { background-image: url(../images/interface/arrowIcon.gif);}
#featureBox a.pdf:hover { background-image: url(../images/interface/pdfIconOver.gif);}
#featureBox a.form:hover { background-image: url(../images/interface/arrowIconOver.gif);}

ul#servicesList {
   margin: 0 25px;;
   padding: 0;
   text-indent: 0;
}
ul#servicesList li {
   padding: 3px 0 3px 15px;
   list-style-type: none;
   background: #C2C2C2 url(../images/interface/listCollapsed.gif) no-repeat left 6px; 
   border-bottom: 1px dotted #fff;
}
ul#servicesList li a {
   display: block;
   padding: 3px 0;
}
ul#servicesList li a:hover, ul#servicesList li a:visited, ul#servicesList li a:active {
   color: #0A71B3;
}
ul#servicesList li a#siemensLink {
   background: #C2C2C2 url(../images/interface/siemensLogo.gif) no-repeat right center; 
}
ul#servicesList li a#necLink {
   background: #C2C2C2 url(../images/interface/necLogo.gif) no-repeat right center; 
}
ul#servicesList li a#landgLink {
   background: #C2C2C2 url(../images/interface/landgLogo.gif) no-repeat right center;
}
ul#servicesList li a#panasonicLink {
   background: #C2C2C2 url(../images/interface/panasonicLogo.gif) no-repeat right center; 
}
ul#servicesList li a#ciscoLink {
   background: #C2C2C2 url(../images/interface/ciscoLogo.gif) no-repeat right center; 
}
ul#servicesList li.selected {
  background-image: url(../images/interface/listExpanded.gif);
}
ul#servicesList li ul {
  margin: 0;
  padding: 0;
}
ul#servicesList li ul li {
  background-image: none;
  border-bottom: none;
  padding: 0;
  margin: 0;
  font-size: .9em;
}

/* Links Page Styles */
#links #bottomContent {
	background-image: none;
	background-color: #C2C2C2;
}
#links #botRight { width: 950px; }
#links #featureBox {width: 100%;}
#links #featureBox li { width: 222px; }
#linkIntro { height: 61px; }
#links #featBoxTop { height: 50px; }

/* Customer Support Page Styles */
#customer #featureBox li {  
    height: 110px;
}
#customer #featBoxTop {
   height: 85px;
}
#customer #featureBox h5 { margin-top: 4px;}
#customer #featureBox p {
   margin-bottom: 0;
}
#customer #botLeft h3 {
  margin-bottom: 0;
}
#featureBox p.contactNum { color: white; font-size: 1.5em; margin-bottom: 5px;  }
#featureBox p.note { color: #FFF; }

/* News Page Styles */
#news #botRight p {
 margin-bottom: 1em;
}

/* Site Credit Styles */
#credit {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
 text-align: right;
 padding-top: 2px;
}
#credit p {
  font-size: .95em;
  color: #ccc;
}
#credit a {
 color: #ccc;
 text-decoration: none;
}
#credit a:hover {
 color: #C1022C;
 text-decoration: none;
}