
/*---------------------------------------------------------

template:	lorem
version:	1.0
author:		gorotron
website:	http://www.gorotron.com

usage:		creative commons attribution v3.0

---------------------------------------------------------*/


/* Layout
---------------------------------------------------------*/

* {
	padding:0;
	margin:0;	
	list-style:none;
	border:0;
}

body {
	background:#000;
}

.container {  
	margin: auto;
	width: 1200px;
}

/* ------------Header with logos------------- */
#header {
	background:url(../images_toad/bg.gif) bottom repeat-x;
	height:155px;		
	margin: auto;	
}

#masthead {
  float:left;		
	padding: 40px 0 0 15px;	
}

#masthead2	{
  float: left;	
	padding: 41px 0 0 50px;		
}

#masthead3 {  
  float: left;	
	padding-left: 60px;
	padding-top: 40px;	
}

#masthead3 p {  
  color: white;
}

#masthead2 p {
	color:#ee1c25;
	font-weight: bold;
	font-size: 1.4em;	
}

#masthead2 ul {	
	bottom:0;	
	z-index:0;
}

#masthead2 li {
	float:left;
	margin-right:10px;
	background:#ee1c25 url(../images_toad/nav_over.gif) bottom repeat-x;
}

#masthead2 li a {
	font-size:1.3em;
	color:#fff;
	text-decoration:none;
	font-weight: bold;
	background:transparent url(../images_toad/nav_over_left.gif) top left no-repeat;
	display:block;	
}

#masthead2 li:hover {
	background:#ee1c25;
}

#masthead2 li a strong {
	padding:0.5em 10px 0.5em 0; 
	margin-left:10px;
	display:block;	
	background:transparent url(../images_toad/nav_over_right.gif) top right no-repeat;	
}

#masthead3 p {
	color:#fff;
	font-weight: bold;
	font-size: 1.4em;	
}


/* ------------Main center of page below header------------- */
#main {
	background:#FFF url(../images_toad/main.gif) repeat-x;
	width:100%;
	z-index:2; /* Covers up annoying IE7 nav bar spacing issue. */	
}

#content {
	background:#FFF;
	width:1000px;
	margin:0 auto;
	padding:2em;
}

/* --------------Side column right------------ */
#subContent {
	width:200px;	
	padding-left:2em;
	background:url(../images_toad/red_vr.gif) repeat-y;
	float:right;
}

#subContent ul li {
	background:url(../images_toad/bullet.gif) left no-repeat;
	padding-left:1em;
}

#subContent li a {
	font-size:1.3em;
	line-height: 1.8em;	
}

#subContent h2 {
	font-size:1.4em;	
}

#callnum {
  text-align: center;
	border: 3px solid red;
	margin-bottom: 2em;
	padding-top: 2px;
	background-color: black;	
}

#callnum p {
  color: red;
	font-weight: bold;
	font-size: 1.2em;
}

/*-------------Main content of page------------*/
.article {
	padding-bottom:4.5em;		
}

.intro {
  width: 700px;
	padding-bottom: 30px;
}

/* -------------Bottom of page; footer --------*/
#shrmpics {
  clear: both;
	padding-top: 20px;
}

#shrmpics p.pictitle {
  font-style: italic;
	font-size: 1.3em;
	color: #ee1c25;
}

#shrmpics p.imgs {		
	padding:2px;
	background:none;
	border: 2px solid #fff;	
}

#shrmpics .imgs a img {
  border: 2px solid #fff;
}

#shrmpics .imgs a:hover img {
 border: 2px solid #ee1c25; 
}

#footer p.comments {			
	font-size: 1.3em;
	position:absolute;
	text-align:right;
	right:50%;
	top:15%;
	padding-right: 1em;
	border-right:1px solid #ee1c25;
}

.hr {
	width:75em;
	height:128px;
}

#footer {
	clear:both;
	color:#CCC;
	background:#000;
	height:20em;
	position:relative;	
}

#footer ul {
	position:absolute;
	text-align:right;
	right:50%;
	top:50%;
	margin-top:-4em;
	padding:3em 1em;
	border-right:1px solid #ee1c25;
}

#footer li {
  font-size: 1.1em;
}

#footer a {	
	color:#FFF;	
	text-decoration:none;
}

#footer a:hover {
	color: red;
	text-decoration:underline;		
}

#footer img {
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-2.9em;	
	margin-left:1em;	
}

/* Typography
---------------------------------------------------------*/

body {
	font:65% "Trebuchet MS"; /* Change this % to alter the size of the whole page */
	color:#333;
}

a {
	color:#000;
	text-decoration: underline;
}

a:hover {
	color:red;
	text-decoration:none;
}

p {
	line-height:1.5em;	
	font-size:1.3em;
	margin-bottom:1em;
}

h1 {	
	font-size: 3.6em;
	padding:0;
	margin:0;
	color:#FFF;
}

h2 {		
	margin-bottom:0.5em;
}

blockquote {
	border-left:0.3em solid #ee1c25;
	padding-left:2em;
	margin-left:1em;	
	color:#666;
}

/* -------------- MAIN CONTENT AREA MISC.-------------- */
/* specials.php page */
.article table.catalog {
  border: none;
	margin-left: auto;
	margin-right: auto;	
}

td.cp {
  width: 110px;
	padding: 5px;
	border: 3px solid #ee1c25;
	text-align: center;
}

table.catalog td.p, td.p2, td.p3 {
  text-align: center;
	vertical-align: bottom;		
	font-family: arial, sans-serif;
	color: #000;
	font-size: 1.2em;
	padding-bottom: 2em;
}

.catalog a {  
  font-weight: bold;
	color: #000;
	text-decoration: none;
}  

.catalog a:hover {
  color: #ee1c25;
	text-decoration: underline;	
} 

p.title {
  font-style: italic;
	font-weight: bold;
	color: #ee1c25;
}
	
.cattitle {
  width: 800px;		
}

.cattitle p {
  float: left;  	
	font-size: 1.4em;	
	padding:0 1em;	
}



/* contact_us.php page */
table.contacts {
  margin-right: auto;
	margin-left: auto;
	border-collapse: collapse;	
}

table.contacts td{
  border-bottom: 5px solid #ee1c25;	
}

table.contacts td.contact {
	width: 90%;	
}

table.contacts td.cpic {
	padding: 5px;
	text-align: center;
}

table.contacts td.cpic img {
	border: 3px solid #000;	
}

/* qform.php page */
table.form {  
	width:600px;
	border: 2px solid #ee1c25;	
}

#form td {
  font-size: 1.3em;	
	padding-top: .2em;
	padding-left: 20px;
	background:#000;
	border:outset #ee1c25;
	color: #fff;
}

input {
  margin-left: 1em;
  line-height: 1.4em;
  margin-bottom:.2em;
  background: #fff;
  height: 1.4em;
}

td.buttons {
  padding-right: 50px;	
}

td.buttons p input {
  background: #ee1c25;
	width: 8em;
	color: #fff;
	font-weight: bold;
	font-size: .95em;
	height: 2em;	
}

textarea {
  line-height: 1.2em;
  margin-bottom:.2em;
  background: #fff;  
  width: 40em;
  padding: .2em;
}

/* logos.php page */
.article table.artlogo {
  border: none;
	margin-left: auto;
	margin-right: auto;	
}

td.al {
  width: 150px;
	height: 150px;
	padding: 5px;
	border: 3px solid #ee1c25;
	text-align: center;
}

table.artlogo td.des {
  text-align: center;
	vertical-align: bottom;		
	font-family: arial, sans-serif;
	color: #000;
	font-size: 1.2em;
	padding-bottom: 2em;
}


.cattitle p {  	
	font-size: 1.4em;
	display: inline;
	padding:0 4em;		
}