/* @override 
	http://localhost/stylesheets/screen.css
	http://concorde-trophies.co.uk/stylesheets/screen.css
*/

body {
  margin: 0;
  padding: 0;
  background: #971111 url(../images/bg-repeat-y.gif) repeat-y left top;
}

a img {
  border-style: none;
}

/* @group Page Layout */

#head {
  padding-top: 20px;
  background: #0b3a98 url(../images/bg-nav.gif) repeat-x left bottom;
}

#container {
  padding-left: 20px;
}

#top_bar {
  background-color: #fff;
  height: 80px;
  
}

#top_bar #logo {
  float: left;
}

#top_bar #strapline {
  font: 1.4em Arial, Helvetica, Geneva, sans-serif;
  color: #0b3a98;
  position: relative;
  top: 39px;
  left: 116px;
  margin: 0;
  width: 294px;
  float: left;
}

#tab_links {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: right;
  height: 26px;
  width: 773px;
}

#tab_links li {
  float: right;
  background: url(../images/tab_normal_right.gif) no-repeat right top;
  margin-left: 2px;
}

#tab_links li.active {
  background: url(../images/tab_active_right.gif) no-repeat right top;
}

#tab_links li a {
  display: block;
  background: url(../images/tab_normal_left.gif) no-repeat left top;
  height: 26px;
  padding: 0 15px;
  text-decoration: none;
  color: #fff;
  font: bold 0.8em/1.6em Arial, Helvetica, Geneva, sans-serif;
  float: left;
}

#tab_links li.active a {
  background: url(../images/tab_active_left.gif) no-repeat left top;
  color: #2e2e2e;
}

#tab_links li a span {
  position: relative;
  top: 4px;
}

#footer {
  font-size: 0.8em;
  clear: both;
  text-align: center;
  padding-top: 20px;
}

#footer ul {
  list-style-type: none;
  padding: 4px 0;
  background-color: #e5e5e5;
  margin: 0;
}

#footer ul li {
  display: inline;
  margin-right: 5px;
  border-left: 1px solid #c2c2c2;
  padding-left: 5px;
}

#footer ul li.first {
  border-left-style: none;
}

#footer ul li a {
  color: #515151;
  text-decoration: none;
}

#footer ul li a:hover {
  text-decoration: underline;
}

#footer p {
  margin-top: 0;
  color: #959595;
}

#footer p a {
  color: #959595;
  text-decoration: none;
}

#footer p a:hover {
  text-decoration: underline;
}

/* @end */

/* @group Content */

#content {
  color: #3c3d3d;
  padding: 10px 0 10px 10px;
  font: 0.8em/1.2em Arial, Helvetica, Geneva, sans-serif;
  width: 762px;
  background: url(../images/bg-content.gif) repeat-x left top;
}

#content h1 {
  margin-top: 0;
  font-weight: normal;
  font-style: normal;
  color: #0b3a98;
  font-size: 1.6em;
}

#content a {
  color: #f00;
}

#content a:hover {
  text-decoration: none;
}

#text.with_sidebar {
  margin-left: 173px;
  width: 580px;
}

#text.without_sidebar {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 4px;
}

#contact_box {
  float: left;
  width: 161px;
}

#contact_box .text {
  border: 1px solid #e5e5e5;
  padding-left: 10px;
  padding-right: 10px;
  width: 141px;
}

#contact_box .text ul {
  list-style-type: square;
  font-size: 0.9em;
  padding-left: 25px;
  margin-left: 0;
}

#contact_box .text ul li {
  padding-left: 0;
  margin-left: 0;
}

/* @end */

/* @group Page Specific */

#splash {
  border: 1px solid #ccc;
  padding: 13px 270px 13px 13px;
  margin-bottom: 10px;
  background: #fff url(../images/splash.jpg) no-repeat right top;
  font-size: 0.9em;
  line-height: 1.2em;
  width: 290px;
  margin-left: 0;
  margin-right: 0 !important;
}

#splash h1 {
  font-size: 2em;
  line-height: 1em;
}

#splash h1 .highlight {
  color: #f00;
}

#splash a {
  color: #2f57a7;
  text-decoration: none;
}

#splash p {
  margin-top: 0;
  margin-bottom: 10px;
}

#award_links {
  height: 245px;
}

.award_link {
  width: 139px;
  background-color: #c4d0e6;
  margin-right: 6px;
  float: left;
  margin-top: 0;
  height: 245px;
  margin-left: 0;
}

.award_link p {
  margin: 4px;
}

#iframe_container {
  text-align: center;
  margin-bottom: 35px;
}

blockquote {
  margin: 0 0 0 10px;
  width: 143px;
  text-align: center;
  font-size: 0.85em;
  border: 1px solid #e5e5e5;
  padding: 10px;
  float: right;
}

/* @end */

/* @group Forms */

.required {
  color: #d20000;
}

form {
  background-color: #f5f5f5;
  padding: 5px 15px;
}

#pdf_order {
  width: 230px;
  float: right;
  margin-right: 20px;
}

form p {
  margin-top: 6px;
  margin-bottom: 6px;
}

form label {
  margin: 0;
  font-size: 0.85em;
}

form .personal_details input {
  width: 255px;
  margin: 0;
}

form#order textarea {
  width: 547px;
}

form#contact textarea {
  width: 256px;
}

form#order #item_details td {
  padding-right: 2px;
}

form#order #item_details .notes {
  width: 351px;
  margin-left: 2px;
}

form h3 {
  margin-top: 7px;
  margin-bottom: 0;
  font-size: 0.9em;
}

form#contact #map {
  width: 224px;
  float: right;
  margin-top: 10px;
}

/* @end */

/* @group Error Handling */

#flash {
  padding: 10px 10px 10px 37px;
  border: 1px solid #ffe688;
  font-size: 0.9em;
  font-weight: bold;
}

#flash p { margin: 0; }

#flash.error {
  background: #fdffdf url(../images/error.gif) no-repeat 7px 5px;
  color: #801700;
}

#flash.success {
  background: #fdffdf url(../images/notice.gif) no-repeat 7px 5px;
  color: #00314d;
}

/* @end */