/*============================================================*/ 
/* BASIC */
/*============================================================*/
/* GENERAL ELEMENTS */

* {
	margin: 0;
	padding: 0;
	outline: none;
}

body{
	background: url('../images/ui/bg_fade.png') repeat-x 0 0;
	background-attachment:fixed;
	zoom: 1;
	}

.clear{ clear:both; }
.left { float:left; }
.right { float:right; }
.center { align:center; }

.margintop {margin-top: 16px; }
.marginbottom {margin-bottom: 16px; }

.marginleft {margin-left: 16px; }
.marginright {margin-right: 16px; }


.pad16top {padding-top:16px: }
.pad16bottom {padding-bottom:16px: }
.pad16right {padding-right:16px: }
.pad16left {padding-left:16px: }


br.clear{ clear:both; }

hr.clear{ 
	clear:both;
	margin-top:8px;
	margin-bottom:8px;
}

/*===========================================*/
/* Main page layout containers               */
/*===========================================*/

#pagewrapper{
	width:960px;
	height: 100%;
	margin: auto;
	padding: 0 0 0 0;
	background:#fff;	
	overflow: visible;
}

/* ======================================== */
/* Full Width Header section                */
/* ======================================== */

#header {
	float: left;
	width: 960px;
	height: 200px;
	top: 0;
	
	margin:0;
	padding:0;
}

/* ======================================== */
/* Menu Bar                                 */
/* ======================================== */

#menu{
	float: left;
	overflow:hidden;	
	width: 960px;
	height: 32px;

	text-align:center;
	
	background: url('../images/ui/menu_grad.png') repeat-x 0 0;
	margin:  0 0 0 0;
	padding: 0 0 0 0;
	border: none;
}

/* ======================================== */
/* Full Width content section               */
/* ======================================== */

#contentwrapper {
	float: left;
	width: 960px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;	
	background: url('../images/ui/content_bg_16.png') repeat-y 0 0;
	overflow:visible;
}

/* 16px wide header image */

#contenttop{
	float: left;
	overflow:hidden;	
	width: 960px;
	height: 16px;
	background: url('../images/ui/content_top_16.png') 0 0;
	z-index:2;
}

/* ======================================== */
/* Left Hand Side Main content section      */
/* 0 0 16 688 16 0 0                        */
/* ======================================== */

#maincontent {
	float: left;
	width: 684px;
	margin: 0 0 0 0;
	padding: 0 0 0 16px;
	border: 0 0 0 0;	
	overflow: visible;
	
}

#contentblock{
	float: left;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0 0 0 0;	
}

/* ======================================== */
/* SIDEBAR                                  */
/* ======================================== */

#sidebar{
	float: right;
	height: 100%;
	width: 240px;
	margin: 60px 0 0 0;
	padding: 0 0 0 0;
	overflow:hidden;
}

#sidebar_video{
	height:  100%;
	width: 	 220px;
	margin:  0 10px 0 10px;
	padding: 0 0 0 0;
	overflow:hidden;
}

#sidebar_top{
	float: right;
	height:  100%;
	width: 	 240px;
	margin:  0 0 0 0;
	padding: 0 0 0 0;
	overflow:hidden;
}

#sidebar_btm{
	float: right;
	width: 208px;
	height: 180px;
	margin: 0 0 0 0;
	padding: 0 16px 0 16px;
	overflow:hidden;
}

#twitterbox p,h1,h2{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;	
}

#socialicons{
	display: inline-block;
	padding-left:16px;
}

#socialicons img{
	padding:0;
	margin: 2px;	
}

#socialicons img:hover{ 
	width:68px;
	height:68px;
	margin-left: -2px;
	margin-top: -2px;
	padding: 0; 
	border: 0; 
}

/* ======================================== */
/* Full Width footer                        */
/* ======================================== */

#footer {
	float:left;
	clear:both;
	width: 960px;
	height: 48px;
	clear:both;
	
	padding: 0;
	margin:0;
	border: none;
	background: url('../images/ui/content_btm_48.png') 0 0;	}

#clearer {
	width: 960px;
	height: 48px;
	clear:both;
}

/*===============*/
/* BANNER STYLES */
/*===============*/

#logo_ace {
	margin:none;
	border:0;
	position: relative;
	top: 20px;
	left:4px;
	width: 700px;
	z-index: 5;
}

#logo_colin {
	position: relative;
	margin:none;
	border:0;	
	top: -165px;
	left: 760px;
	width: 240px;
	z-index: 4;
}

#logo_corner_320 {
	position: relative;
	margin:none;
	border:0;	
	top: -165px;
	left: 680px;
	width: 240px;
	z-index: 20;
}

#star_right {
	float:right;
	margin:0 -20px 0 0;
	border:0;	
	left: 460px;
}

#star_left_280 {
	position:relative;
	float:left;
	z-index:1;
	margin:-12px 8px 0 -13px;
	border:0;	
}

#headingtext {
	display: block;
	width: 100%;
	margin:12px 0px 12px 0px;
	text-align: center ;
}


img.titleimg {
 	display: block;
 	margin-left:auto;
	margin-right:auto;
	z-index: 20;
}


#star_right_280 img{
	position:relative;
	top: -8px;
	right: -20px;
}

#logo_tmc {
	position: relative;
	left: 30px;
	
	margin:none;
	border:0;
	padding: 0;
}


#logo a {
	border:0;
}



#header.random {
	background: url('../images/headers/randomimage.php') no-repeat 0 0;
}

#header.stars {
	background: url('../images/headers/hdr_stars_960.jpg') no-repeat 0 0;
}

/*============================================================*/ 
/* Generic Text Styles for the whole site                     */
/*============================================================*/

p,h1,h2,h3,h4,h5,h5,ol,ul {
	margin: 0px;
	padding: 0 0 0 0;
}

p,ul {
	font-family: "Philosopher", Georgia, Times, serif;
	font-size:1.25em;
	font-weight:normal;
	line-height:1.4em;
	color: #3c0050;
	text-align:left;
	margin-bottom:1em;
}

h1, h2, h3, h4 {	font-family: 'Permanent Marker', arial, serif; }

h1 {
	text-align:left;
	font-size: 1.5em;
	color: #960096;

	margin-bottom: 8px;	
	overflow: hidden;
}

.pagetitle {
	font-size:48px;
	line-height:60px;
	text-align:center;
	text-shadow: 2px 2px 2px #aaa;
}

.smallertitle { font-size:36px; }

	
h2 {
	text-align:left;
	
	font-size: 1.5em;
	color: #3c0050;
	margin-top: 8px;
	margin-bottom: 4px;
	overflow: hidden;
}

h3 {
	text-align:left;
	
	font-size: 1em;
	color: #222222;
	margin-top: 8px;
	margin-bottom: 4px;	

	overflow: hidden;
}

/*==================================================================================================
LIST Items
==================================================================================================*/

#maincontent UL {
	float: left; 
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.starlist LI {
	z-index: 100;
	background-image: url(../images/ui/PurpleStarBullet.png) !important;
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding-left: 40px;
	margin-bottom: 16px;
	font-family: 'Permanent Marker', arial, serif; 
	font-size: 1.75em;
	line-height:1.25em;
	color: #960096;
}

.altrows { margin-left: 40px; }

.indent_1 { margin-left: 20px; }
.indent_2 { margin-left: 40px; }
.indent_3 { margin-left: 60px; }
.indent_4 { margin-left: 80px; }



/*============================================================*/ 
/*Specific Styles for individual elements                     */
/*============================================================*/

p.phonenumber{
	font-size:2em;
	font-weight:bold;
	text-align: center;
}


p.caption{
	font-size:1em;
	font-weight:normal;
	color: #dddddd;
	text-align: center;
	margin: 8px 0px 16px 0px;
}

#footer p.copyright {
	font-family: "Lucida Grande","Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 16px 8px 8px 16px;
	text-align: left;
	font-size: 0.5em;
	color: #808080;
	z-index: 2;
}

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

#footer a:hover {
	font-weight: bold;
}


a.menulink, p.menulink {
	font-size: 0.5em;
	text-align:center;
	color: #666666;
	text-decoration:none;
}

/*============================================================*/  
/* IMAGE STYLES */
/*============================================================*/

#boxright {
	float: right; 
	padding: 8px 8px 8px 8px ;
	margin: 0px 8px 0px 16px;
}

#boxleft {
	float: left; 
	padding: 8px 8px 8px 8px ;
	margin: 0px 16px 0px 8px;
}

#boxright img{
	background-color: #888;
	margin: 16px;	
	border: 1px solid #666;
	padding: 8px;
}

p.picright {
	font: bold 0.75em/normal "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	clear:both;
	margin-top:8px;
}

.thumbnail img {
	position: relative;

	background-color: #888;
	padding: 4px;
	margin: 0;
	border: 0;
}

.rightoverlap{
	float:right;
	margin-right: -50;
}

.corneroverlap{
	margin-left: -40;
}

.leftoverlap20{
	margin-left: -20;
}

.tmclogo{
	position: relative;
	float:right;
	margin:-160px 32px 0 0;
	border:0;
	z-index: 60;
}

/*============================================================*/ 
/* NAVIGATION NAV */
/*============================================================*/

/* MAIN MENU */

#menu ul {
	font-family: 'Lucida Grande', Arial, Verdana, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#menu li {
	float: left;
	padding: 0 4px 0 4px;
}

#menu a {
	display: block;
	background: #222 url(../images/ui/menu_grad.png) 0 0;
	border: 0px #000;
	padding: 8px 4px 8px 4px;
	
	text-align:center;
	text-decoration: none;
	color: #fff;
	font-size: 1.4em;
	text-transform: uppercase;
}

#menu a:hover {
	background: #222 url(../images/ui/menu_grad_inv.png) 0 0;
	color:#ff00ff;
}


/* SUBMENU */

#submenu ul {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	font-size: 0.9em;
	text-align:center;
	text-decoration: none;
	text-transform: uppercase;

	margin: 0;
	padding: 8px 0px 0px 16px;
	list-style: none;
	float: left;
}

#submenu li {
	color: #fff;
	text-decoration: none;
	display: inline;
	float: left;
	padding: 4px 0 0 0 ;
}

#submenu a {
	border: 1px #000;
	padding: 4px 4px 4px 4px;
	color: #222;
	text-decoration: none;
}

#submenu a:hover {
	text-align:center;
	text-decoration: none;
	color:#000000;
	border: 1px #000000;
	background: #fffff;
}



/* IE Fixes */

/* force hover on entire width of  link */
* html #menu #submenu a {
	height: 1px;
}

.preload {
	background-image:url(../images/ui/glassy-line.gif);
	display: none;
}

/*============================================================*/ 
/* BASIC */
/*============================================================*/

#subForm {
	padding-left:16px;
	padding-right:16px;
	font-size: 0.8em;
}

#subForm .label {
	float: left;
	clear: left;
	width: 100px;
	margin-right: 4px;

	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: right;
}

input#sendmsg {
	margin-left: 110px;
}

select#refer {
}

input#name, input#email, textarea#comments {
	width: 300px;
	background-color: #eeeeee;
	font-family: "Century Gothic", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif
	font-size: 1em;
}

input#name:focus,
input#email:focus,
textarea#comments:focus,
select#refer:focus
{
	background-color: #ffff00;
}


.spacer20{height:20px; clear:both}
.spacer40{height:40px; clear:both}
.spacer60{height:60px; clear:both}
.spacer80{height:80px; clear:both}
.spacer100{height:100px; clear:both}


/*============================================================*/ 
/*CSS Hacks for Internet Explorer */
/*============================================================*/

* html #header,#menu,#content,#footer {
	width:100%;
	display: inline; 
	zoom: 1;
}


/*============================================================*/


