/*
		Styles by gavjof
		www.gavjof.com
		
	\\ SCREEN.CSS (for Front End Styles) //
*/
html {
background-color: #000;
}

body { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color:#fff;
	background-color: #000;
	margin: 0;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Customise the standard HTML
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a:link, a:visited, a:active {
	color:#9C3E15;
	text-decoration:none;
	font-weight:bold;
}

a:hover{
	color:#9c3e15;
	text-decoration:underline;
}

hr {
	margin: 5px 0px 5px 0px;
	color: #603;
	border: 0;
	border-top: 1px solid #592312;
	height: 1px;
}
/* Page Headings */
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
h1  	{font-size:1.8em;}
h2  	{font-size:1.5em;}
h3  	{font-size:1.3em;}

form {margin: 0;}

blockquote 	{
	font-style:italic;
	color: #666;
	border-left: 2px solid #666;
	padding-left: 10px;
	font-size: 1.2em;
}

abbr				{}
acroynm			{}
cite				{}
address			{}
strong			{}
em					{}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Layout Blocks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#main { /* Holds the page items in place */
	width:910px;
	margin:0px auto 0px auto;
	padding:0px;
	background: #000;
}
/* HEADER */
#header{
	height:116px;
	width:100%;
}
#logo-wrap{
	float:left;
	width:193px;
	height:72px;
	margin-top:40px;
	background:url(/images/logo-colcacchio.gif) top left no-repeat;
}
#utility-links{
	float:right;
	width:230px;
}
.franchise{
	position: relative;
	float:left;
	height:80px;
	width:70px;
}
.franchise a:link, .franchise a:active, .franchise a:visited, .contact a:link, .contact a:active, .contact a:visited{
	color:#fff;
}
.franchise a:hover, .contact a:hover {
	color:#9c3e15;
	text-decoration:none;
}
.contact{
	position: relative;
	float:left;
	height:80px;
	width:70px;

}
.text{
	position: absolute;
	bottom: 0px;
	font-size:11px;
}
.searchbox{
	width:228px;
	padding-top:15px;
	float:left;
}

input{
	height:17px;
	border: 1px #777 solid;
	padding:2px 4px 0 4px;
	background:#333;
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
}
textarea {
	border: 1px #777 solid;
	padding:2px 4px 0 4px;
	background:#333;
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
}
input[type=text]{
	height:17px;
	border: 1px #777 solid;
	padding:2px 2px 0 2px;
	background:#333;
	color:#fff;
	margin-right:10px;
}
input:focus,textarea:focus, select:focus { 
	border: 1px solid #864A32; 
}
input[type=submit]{
	height:21px;
	border: 1px #777 solid;
	padding:1px 2px 1px 2px;
	background:#333;
	color:#fff;
}
input[type=radio]{
	border: none;
	background:none;
}

#search_string {
	padding:0px;
	height:17px;
	color:#000;
	border: 1px solid #2d2d2d;
	padding:1px 4px 0 4px;
	background:#fff;
	width:125px;
}
#search_submit{
	background:#000;
	border: 1px #2d2d2d solid;
	padding:0px 4px 1px 4px;
	height:20px;
	color:#fff;
}
select {
	border: 1px #777 solid;
	background:#333;
	color:#fff;
	min-width:156px;
}

/* BIG IMAGE SECTION */

#main-image{
	float:left;
	height:414px;
	width:872px;
}
#text-on-image {
	padding:20px 30px;
	line-height:22px;
}

#right-col{
	background:url(/images/glow-rhs.jpg) top left no-repeat;
	height:414px;
	width:19px;
	float:left;
}

#left-col{
	background:url(/images/glow-lhs.jpg) top left no-repeat;
	height:414px;
	width:19px;
	float:left;
}
#btm-glow{
	margin-left:19px;
	background:url(/images/glow-btm.jpg) top no-repeat;
	width:872px;
	height:31px;
}


/* CONTENT */

#contentContainer{
	background:#161415 url(/images/bg-gradient.gif) repeat-x top;
	width:872px;
	margin-left:19px;
}
#content { /* main content from the WYSIWYG goes in here */
	padding: 20px 30px 20px 30px;
	width:630px;
	line-height:22px;
	float:left;
}
* html #contentContainer #content {text-align:left;} /* ie6 misbehaves */
* html #contentContainer #content table {width: 90%;} /* ie6 fix to stop tables being pushed below floats */

/* FOOTER */

.splash{
	padding:0 12px 0 12px;
	width:265px;
	float:left;
}

.contact-box{
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#fff;
	float:left;
	font-size:11px;
	font-variant:small-caps;
	line-height:16px;
}

.lhs{
	margin-right:25px;
	margin-left:65px;
	text-align:left;
}

.rhs{
	
}

#footer{
	width:900px;
	margin:10px 0px 25px 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	text-align:center;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	Header Menu #####
	#######################

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#navContainer {width: auto;display:block;clear:both;border:0;}


/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* Header menu */	 
#header_menu {position: absolute; margin-left: 20px;}
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}

#nav {
	height: 1.68em;
	background:url(/images/glow-top.jpg) no-repeat bottom;
	padding:16px 0 0 20px;
	font-size:110%;
}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	font-size: 81%; 
	text-transform: uppercase;
	width: auto;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav ul li {float: left; list-style: none; color: #fff; text-align: center; font-weight: normal;}
#nav ul li a {display: block; padding: 5px 10px; padding-bottom: 5px; color: #fff; text-decoration: none; font-weight:normal;}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {color: #9c3e15;}
#nav li a:active, #nav ul li a.active {color: #9c3e15;}

/* Current page Customisations*/
#nav li.menu-current a		{color: #9c3e15; }
#nav li.menu-current a		{font-weight: bold;} 

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 12em; margin: 0; display: none; text-transform: none; font-size: 100%; border-top:2px solid #373737; padding-left:2px;}
#nav .menu li ul li {width: 12em; text-align: left; list-style: none; font-weight: normal; margin: 0; padding: 0; line-height: 1.2em;}
#nav .menu li ul li a {width: 11.5em; padding: .6em .1em .6em .4em; color: #fff; border: 0; background: #111; font-weight:normal;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {background: #000; color: #9c3e15;}

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {display: block;}


/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a 	{ width: 11.5em; padding: .6em .1em .6em .4em; list-style: none; background: #c6c6c6; color: #fff; }

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}




/* end menu */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Custom Classes (Re-useables)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
/*  Float containers fix: */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*  \*/
* html #clearfix {
	height: 1%;
}
/*  */

.stealth {visibility:hidden; display:none;} /* hides from normal css enabled browsers */



/* Inline font Styles */
/* Pretty styles for changing text in the WYSIWYG editor */

.important	{font-weight:bold;color:#f00;}
.code				{font-family: "Courier New", Courier, mono; color:#093;letter-spacing: 1px;}

.info-box		{border: 1px solid #cc3; background-color:#F9F8E2;padding:4px;}

#block a {
	color:#FFF; 
	font-weight:normal;
}
#block a:hover {
	text-decoration:underline;
}

