/* ------------------------------------------------------------------ */

body {
	font-size: 12px;
	font-family: verdana, helvetica;
	color: #ffffff;
	background-color: #756252;
	margin:  0;
	padding: 0;
	line-height: 16px;
}

/* My Main Layout */
/* ------------------------------------------------------------------ */

#content	 {
	background-color: #887169;
	position: relative;
	margin: 0;
	padding: 0;
	margin-left:auto;
	margin-right:auto;
	width: 880px !important;
	width: 880px;
	text-align: left;
	background-image: url(../images/ctr1pixbg.png);
}


#content_main		{
	background-image: url(../images/ctrmainbg.jpg);
	background-repeat: no-repeat;
}
#content_home_main	{
	background-image: url(../images/homebg.jpg);
	background-repeat: no-repeat;
}
/*#content_main	{ background-image: url(../images/ctr1pixbg.png); background-repeat: repeat-y; } */

/*
#content_footer	{ background-image: url(../images/footer.png); background-repeat: no-repeat; }
*/


/* ------------------------------------------------------------------ */

a 			{
	color : #CC9900;
}

a:visited	{  color : #000;}
a:link		{ color : #000;}
a:hover		{
	color : #FFCC33;
}
a img 		{ border: 0; margin: 0;}

hr 			{}

h1	{}
.maintitle	{}

h2	{
	font-size: 15px;
	font-weight: bold;
}
.subtitle	{}
h3, .mainheading	{
	font-size : 20px;
	margin : 0;
	padding : 4px 0 10px;
	color:white;
	font-weight: bold;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: -0.05em;
}
h4, .subheading, 	{ font-size : 12px; margin : 0 0 0 0; padding : 0 0 0 0;  }
h5, .smallheading	{ font-size : 10px; margin : 0 0 0 0; padding : 0 0 0 0;  }

.mainbulk	{
	font-size: 12px;
	color: #000;
}

/* small text ... such as a sub note to a statement */
.subtext	{
	font-size: 10px;
	color: #663300;
}

/* ------------------------------------------------------------------ */

/* Project positions */

#ctr_incinemas	{
	position: absolute;
	top: 26px;
	left: 0px;
}
#ctr_title		{ position: absolute; top: 85px; left: 260px; }
#ctr_home_title	{ position: absolute; top: 210px; left: 270px; }

#navarea	{
	position: absolute; top: 104px; left: 0px; color : white; z-index: 2;
}

#navarea 	ul					{ padding: 0 ; margin: 0 ; list-style-type: none; }
#navarea	ul li				{ display: block; margin: 0; padding: 0; line-height: 22px; padding-left : 66px; }
#navarea	ul li.hilight		{ background-image: url(../images/navhilightline.png); color : black;}

#navarea a				{ color : white; text-decoration: none; }
#navarea a:visited		{ color : white; text-decoration: none; }
#navarea a:link			{ color : white; text-decoration: none; }
#navarea a:hover		{ color : black; }

/* === */

#content_listing	{}
#content_listing h4	{
	color : #FFCC66;
	font-size : 1em;
	margin: 0;
	padding: 1.3em 0 .4em 0;
}
#content_listing ul	{ margin: 0; padding: 0; list-style-type: none; }
#content_listing li	{ margin: 0; padding: 0; font-size : 1em; line-height: 1.3em;}


/* ------------------------------------------------------------------ */


.mainform	{}
form	{}

label	{
	float : left;
	width : 180px;
	padding-right: 10px;
	font-size: 10px;
	font-weight: bold;
}

.wide label	{	width : 280px;	}
.sublabel	{	
	font-size: 10px;
	font-weight: bold;
}

#fixedtipdiv{
	position:absolute;
	padding: 2px;
	border:1px solid black;
	font-size :  12px;
	z-index:100;
}

.hidden { 
	position: absolute;
	left: -1000em;
}

.tinyinfotext 	{ color: red; font-size: 10px; }
.tinytext		{ font-size: 10px;}
.teenytext		{ font-size: 8px;}
.tinyinfotext a 			{ 
	font-size : 10px;
}

.tinytext a 			{ 
	font-size : 10px;
}
