/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

* Filename: condor.css
* Website: http://condorperformance.com

== INDEX: ===================================
_reset       : Very basic stuff & reset
_main        : Main content
_text        : Headers, paragraphs, spans
_links       : a href
============================================

*/

/* _reset
==========================================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body {
  margin: 0;
  padding: 0;
}

html {
  font-size: 100.01%;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

fieldset {
  padding: .5em;
}

select option {
  padding: 0 5px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  text-align: center;
}

.nofloat {
  float: none !important;
}

.clear {
  clear: both;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
  visibility: hidden;
}

.clear2 {
  clear: both;
}

.hidden {
  visibility: hidden;
}

.none {
  display: none;
}

.visible {
  visibility: visible;
}

.invisible {
  display: none;
}

a img {
  border: none;
}

.middle {
  margin-left: auto;
  margin-right: auto;
}

/* _main
==========================================*/

body {
  background: #5a0000 url('../images/bg-main.png') repeat-x;
}

#wrap {
  width: 960px;
  overflow: hidden;
  margin: 0 auto;
}

#top-1 {
  background: url('../images/top-1.jpg') no-repeat;
  width: 605px;
  height: 160px;
  float: left;
}

#top-2 {
  background: url('../images/top-2.jpg') no-repeat;
	font-size: 135%;
  width: 350px;
  height: 90px;
	padding: 70px 0 0 3px;
  float: left;
	color: #666;
}

#top-2 strong {
	color: black;
}

#menu {
  clear: left;
  height: 44px;
}

#menu ul li {
  float: left;
  text-align: center;
}

#middle {
  position: relative;
  background: url('../images/middle.png') no-repeat;
  height: 290px;
}

#middle-small {
  background: url('../images/middle-small.png') no-repeat;
  height: 60px;
}

#slide {
  margin: 1px 0 0 2px;
}

#content {
  background: url('../images/bg-content.png') repeat-y;
  padding: 10px 25px 10px 40px;
  overflow: hidden;
}

#bottom {
  background: url('../images/bg-bottom.png') no-repeat;
  height: 44px;
}

#content-left {
  float: left;
  width: 500px;
  text-align: justify;
}

#content-right {
  float: right;
  width: 360px;
}

div.box-small {
  width: 45%;
  text-align: left;
}

#video {
  border: 1px solid #999;
  margin: 10px 0;
}

#footer {
  background: #e9e9e9 url('../images/footer-bg.png') repeat-x;
  border-top: 1px solid white;
  margin: 30px 0 0 0;
  height: 168px;
}

#footer #inside {
  width: 980px;
  margin: 0 auto;
  color: #777;
}

#footer-1,
#footer-2,
#footer-3 {
  margin: 0 20px;
  padding: 30px 0 0 0;
  line-height: 175%;
  float: left;
}

#footer-1 {
  width: 270px;
  margin-right: 0;
}

#footer-2 {
  background: url('../images/logo-footer.png') 20px 30px no-repeat;
  height: 120px;
  width: 365px;
}

#footer-3 {
  width: 220px;
  line-height: 175%;
  margin: 0 0 0 50px;
  font-size: 14px;
}

#footer-3 ul {
  float: left;
  margin: 0 20px 0 10px;
}

/* _text
==========================================*/

body {
  font-family: "Segoe UI", "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
  font-size: 13px;
  line-height: 165%;
  color: #333;
}

p {
  margin-top: 10px;
}

p.sep {
  text-align: center;
  margin: 15px 0 25px 0;
}

p.testimonial {
  text-align: right;
  padding: 5px 5px 5px 0;
  margin: 15px 0 0 0;
  border-top: 2px solid #e5e5e5;
}

p.testimonial span {
  font-weight: bold;
}

.blog-entry {
  padding: 5px;
  margin: 5px 0;
}

.blog-entry img {
  margin: 0 6px 0 0;
  position: relative;
  top: 2px;
}

.blog-entry a {
  display: block;
  margin: 0 0 0 20px;
}

.blog-entry:hover {
  background: #f6f6f6;
  outline: 1px solid #eee;
}

h1,
h2 {
  color: #a70000;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 10px 0;
}

#middle h2 {
  width: 200px;
  position: absolute;
  top: 40px;
  right: 220px;
  color: white;
}

h2.small {
  color: black;
  font-size: 18px;
  margin: 25px 0 10px 0;
}

.enquiry h3 {
  color: white;
  font-size: 16px;
  text-align: right;
  padding: 42px 33px 0 0;
}

#middle p {
  width: 400px;
  position: absolute;
  top: 65px;
  right: 20px;
  color: #f7f7f7;
  font-size: 14px;
  line-height: 150%;
}

form * {
  font-family: "Segoe UI", Segoe, "Trebuchet MS", Tahoma, Verdana, sans-serif;
}

form.enquiry {
  background: url('../images/form-bg-2.png') repeat-y;
  width: 333px;
}

.form-top {
  background: url('../images/form-bg-1.png') no-repeat;
  height: 85px;
}

.form-content {
  min-height: 300px;
  padding: 0 20px 5px 36px;
}

.form-bottom {
  background: url('../images/form-bg-3.png') no-repeat;
  height: 15px;
}

.enquiry hr {
  clear: both;
  height: 1px;
  border: none;
  background: #c7c7c7;
  border-top: 1px solid #f2f2f2;
  margin: 10px 0 10px 0;
}

.enquiry label {
  width: 60px;
  text-align: right;
  float: left;
  font-weight: bold;
  padding-top: 4px;
  color: #555;
  text-shadow: 1px 1px #e9e9e9;
}

.enquiry label:hover {
  color: #666;
  cursor: pointer;
}

.enquiry input {
  margin: 0 3px 7px 9px;
  width: 182px;
  padding: 6px 10px;
  border: 0 solid #fff;
  background: transparent url('../images/input-bg.png') no-repeat;
  opacity: 0.9;
}

.enquiry input:hover,
.enquiry input:focus {
  background-position: -202px 0;
  opacity: 1.0;
}

.enquiry select {
  margin: 3px 3px 7px 11px;
  width: 199px;
  padding: 3px 0;
  border: 1px solid #bbb;
  background-color: #fafafa;
  outline: 1px solid #eee;
}

.enquiry select:hover {
  background: #fcfcfc;
  border-color: white;
}

.enquiry select.long {
  width: 100%;
  margin-left: 0;
  margin-bottom: 11px;
}

.enquiry textarea {
  background: #f6f6f6 url('../images/textarea-bg.png') repeat-x;
  opacity: 0.8;
  border: 1px solid #bbb;
  outline: 1px solid #eee;
  margin: 3px;
  width: 98%;
  height: 120px;
}

.enquiry textarea:hover,
.enquiry textarea:focus {
  opacity: 1.0;
  border: 1px solid white;
}

.enquiry label.nofloat,
.enquiry input.nofloat,
.enquiry textarea {
  margin-left: 0px;
}

.enquiry input#submit {
  background: none;
  display: block;
  background: url('../images/submit-bg.png') top right no-repeat;
  height: 37px;
  width: 122px;
  line-height: 37px;
  font-weight: bold;
  text-decoration: none;
  color: white;
  cursor: pointer;
  margin: 10px auto 0 auto;
}

.enquiry input#submit:hover {
  color: #ffea89;
}

#content ul {
  list-style-type: disc;
  padding: 5px 0 0 15px;
}

#gareth {
  text-align: right;
  font-style: italic;
  margin: 30px 0 0 0;
}

#gareth img {
  display: block;
  float: right;
}

#gareth span {
  font-weight: bold;
  font-size: 16px;
  font-style: normal;
  display: block;
}

img.map {
  display: block;
  margin-top: 15px;
  border: 1px solid #888;
}

.testimonial {
  background: url('../images/testimonial-bg.png') 4% 0 no-repeat;
  border-left: 3px solid #bf3434;
  margin: 15px auto 30px auto;
  width: 80%;
  padding: 15px 15px 0 15px;
  font-style: italic;
}

.testimonial span {
  display: block;
  text-align: right;
  font-weight: bold;
  font-style: normal;
}

/* _links
==========================================*/

a:link,
a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #9d3f3f;
  text-decoration: underline;
}

a:hover,
a:active {
  text-decoration: none;
  color: black;
}

#menu ul li a {
  background: url('../images/bg-menu.png') -239px 0 no-repeat;
  display: block;
  width: 120px;
  height: 44px;
  line-height: 50px;
  font-size: 14px;
  text-transform: uppercase;
  color: #7a7a7a;
  text-shadow: 1px 1px white;
  text-decoration: none;
  margin: 0 -1px 0 0;
}

#menu ul li a:hover,
#menu ul li a:active {
  background-position: -120px 0;
  text-decoration: none;
  color: #aa0000;
}

#menu ul li a.active:link,
#menu ul li a.active:visited,
#menu ul li a.active:hover {
  background-position: 0 0;
  color: white;
  text-shadow: 1px 1px #880000;
  cursor: default;
}

#top-2 a {
	color: #666;
}

a.button-red {
  display: block;
  background: url('../images/btn-2.png') top right no-repeat;
  height: 37px;
  width: 130px;
  line-height: 37px;
  text-decoration: none;
  color: white;
}

a.button-red:hover {
  color: #ffea89;
}

a.button-red span {
  background: url('../images/btn-1.png') no-repeat;
  display: block;
}

#footer a {
  color: #777;
}

#footer-3 a {
  font-weight: normal;
}