/*
#CC9999 - light plum
#996666 - brownish red
#FFCCCC - pinkish
#CC6666 - off red
#990000 - contrast dark red(border)
*/
/**************************************************************************
Background colour, fonts, margins, all are done here
**************************************************************************/
*{margin:0;
padding:0;}
html{ height:100%;}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	margin:0;
	padding:0;
	height:100%;
	
}

h1{color:#cc0000; font-weight:bold; font-size:20px; margin-top: 40px;}


/**************************************************************************
All the goodness of links
**************************************************************************/	
a:link, a:visited, a:active {
	color: #999;
	text-decoration: none;
}

/**************************************************************************
Need I comment?
**************************************************************************/
a:hover {
	text-decoration: underline;
	color: #cc0000;
}


/**************************************************************************
This is the giant white box that holds everything together
**************************************************************************/
#thebox {
	width: 695px;
	background-color: white;
	color: #666;
	/*border: 1px #cccccc solid;*/
	margin:auto;
	padding: 0px;
	height:100%;
	
}

/**************************************************************************
This was the best way I thought they orange square logo thingy could be 
displayed. The logo coding looks really messy and rather horrible. I'm sure 
there are better ways of doing this. Please drop me a line if you know how.
**************************************************************************/
#logo { 
	text-align: center;
	width: 695px;
	margin:0;
	height:109px;
	/*background-color: #cc0000;*/	
	background-image:url(../images/header.gif);	
}


/**************************************************************************
Navigation bar, lists, and links - Uses Gill Sans for the good ol' Mac. 
I'm using different linking styles for the navigation bar. Also, <li> tags 
are used.
**************************************************************************/

#nav{
	width:100%;
	background-image:url(../images/nav_bg.gif);
	height:41px;
	background-repeat: no-repeat;
	background-position: center;
	margin:0 0 20px 0;
	padding:0 0 15px 0;
	color:#ffcccc;
	
}


#navlist{ padding:13px 0 0 30px;}
#navlist li{ float:left; margin-left:35px; list-style:none; border-right:1px solid #990000; height:30px; width:150px;}
#navlist li img{float:left; margin-right:5px;}
#navlist h4{ color:#ffffff; font-weight:bold; font-size:11px;}
#navlist a,#navlist a:link,#navlist a:active,#navlist a:visited{ color:#ffffff; text-decoration:none;}
#navlist a:hover {color:#CC9999;}
/*************************************************************************
* portfolio accordion
*************************************************************************/
#accordion {
	margin:20px;
}
#accordion a,#accordion a:link,#accordion a:active,#accordion a:visited{color:#cc0000; text-decoration:none; font-weight:bold;}

#accordion a:hover{ color:#999999;}
h3.toggler {
	cursor: pointer;
	/*border: 1px solid #ffcccc;
	border-right-color: #cc6666;
	border-bottom-color: #cc6666;*/
	font-family: 'Andale Mono', sans-serif;
	font-size:12px;
	color: #cc0000;
	margin: 0 0 4px 0;
	padding: 3px 5px 1px;
	height:25px;
	line-height:25px;	
	
}

h3.toggler img{float:left; margin:0 75px 0 10px; border:2px solid #cccccc;}

div.element{clear:both; margin-bottom:20px; }
div.element p, div.element h4 {
	margin:0 0 20px;
	padding:4px;

}

div.element img{ float:left; margin:0 10px 20px 20px; }

/*** carousel **********/
.stepcarousel{
position: relative; /*leave this value alone*/
border: 10px solid #999999;
overflow: scroll; /*leave this value alone*/
width:650px; /*Width of Carousel Viewer itself*/
height: 475px; /*Height should enough to fit largest content's height*/
font-family:Verdana, Arial, Helvetica, sans-serif;
margin-top:5px;
color:#000000;
}

.stepcarousel h4{color:#cc0000; font-weight:bold; font-size:1.25em; margin-top: 40px;}
.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px; /*margin around each panel*/
width: 300px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.panel img{margin-bottom:15px;}
.panel a{color:#cc0000; text-decoration:none; font-weight:bold;}
.panel:hover{
	cursor:pointer;
	background-color:#ebebeb;
	padding:5px 2px 5px 5px;
	border:1px dashed #999999;
}


/**************************************************************************
The content - full of goodness and textaulity, hehe.
**************************************************************************/
#content {
	color: #666;
	font-family: 'Gill Sans', Verdana, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 10px 10px;
	background-attachment: fixed;
	
	background-repeat: no-repeat;
	background-position: 325px 150px;
}


#content h2 { 
font-size: 10px;
letter-spacing: 3px;
text-transform: uppercase;
}

#foot {
background-color:#ffcccc;
border:1px dashed #996666;
text-align: left;
padding:10px;
color: #996666;
margin:0px;
}

ul.services{
	color:#666;
	margin-left:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	font-size:12px;	
	}

ul.services li{ 
	margin-top:10px;
		}

a.f_nav{ 
	color:#999999; 
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	padding:0 25px 0 25px;}
a.f_nav:hover{ color:#996666; } 
.clear{clear:both;}


