@charset "utf-8";
/* CSS Document */

html,
body {
   height:100%;
   text-align:center;
   font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size:12px;
   color:#616161;
   background:url(../images/bgtiler.gif) top center repeat-x;
}
a {
	color:#8a010d;
	text-decoration:none;
}
a:hover {
	color:#d2232a;
}
h1 {
	color:#8a010d;
	font-size:26px;
	margin:10px 0;
}
h2 {
	color:#8a010d;
	font-size:20px;
	margin:10px 0;
}
h3 {
	color:#8a010d;
	font-size:14px;
	margin:10px 0;
}
p {
	line-height:18px;
	margin:10px 0;
}
strong {
	color:#8a010d;
}
.breadcrumb {
	text-transform:lowercase
}
.title {
	text-transform:lowercase;
	font-size:45px;
	margin: 20px 0;
}
.ruler {
	height:1px;
	border-bottom:1px solid #CCC;
	display:block;
	width:100%;
}
#container {
   min-height:100%;
   position:relative;
   background:transparent url(../images/bglogo.gif) no-repeat scroll left bottom;
}
#header {
   background:#7d161a;
}
#headerGraphics {
text-align:left;
font-size:13px;
padding:5px 0;
height:105px;
}


#headerlinks {
height:36px;
}
#headerlinks .sf-menu li a{
padding:12px;
background:transparent url(../images/splitter.gif) no-repeat scroll left bottom;
}
#headerlinks .sf-menu li ul li a{
padding:2px;
background: none;
}
#quote {
height:135px
}
#body {
   padding-bottom:60px;
}
#content {
	width:980px;
	margin:auto;
	text-align:left;
}
#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:60px;
   background:#181818;
   left:0px;
}
#footerContent {
	background:url(../images/footerlogo.gif) no-repeat right middle;
	width:860px;
	margin:auto;
	padding:10px 60px;
	text-align:right;
}

#sidebarRight {
	float:right;
	width:265px;
	padding:10px;
	background:url(../images/sidebar_tile.gif) no-repeat left top;
}

#sidebarRight p {
	line-height:16px;
}
#mainContent{
	width:675px;
	float:left;
	padding:10px;
	background:url(../images/mirror-logo.gif) no-repeat left top;
}
.welike td {
padding:5px;
vertical-align:top;
}
table.videoTable{
	margin:5px;
}
table.videoTable td{
	padding:10px;
	vertical-align:top;
}