@charset "utf-8";
/* CSS Document FOR Powered By Webwizard.com

CSS File Created by Cesar L. Diaz
May 14, 2008

Main Theme - Kuler ID # 15065

#4B4A38
#EBE8CB
#979673
#575742
#333226

*/

/* Main HTML Tags */

body  {
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
	background:#F3DDCE url(/images/bg.jpg) top center repeat-y;
	margin: 0; 
	padding: 0;
	color: #000;
	line-height:15px;
}
html, body {
	height: 100%;
	margin-bottom: 1px;
}
a img {
	border:0px
}
a {
	color:#EEE;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 35px;  
    border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(../images/quote.gif) no-repeat 5px 5px;    
	color:#900;
}

h1, h2, h3, h4, h5 {

	color:#452401;
	
}
/* Layout Objects */
#header {
	width:auto;
	height:68px;
	min-width: 780px;
	background-color:#F2F2F2;
	background:url(../images/header_shade.jpg);
	
}
#headerLogo {
	width:800px;
	height:66px;
	margin-top:0px;
	background:url(../images/header_logo.jpg);
	position:relative;
}

#headerTiny {
	margin:0;
	padding:0;
	width:auto;
	height:10px;
	background-color:#943528; 
}
#headerShortcuts {
	text-align:center;
	padding:2px;
	color:#EEEEEE;
	margin-left:605px;
	font-size:11px;
	width:180px;
	height:25px;
} 
#header_bellow {
	width:auto;
	height:auto;
	text-align:right;
}
#container { 
	width: 60em; 
	margin: 5px auto; 
	text-align: left; 
	font-size: .8em;
}

#container a {
	color:#900;
}
#navtop{
	display:block;
	height:35px;
	background:transparent url(../images/bgOFF.gif) repeat-x top left;
	font: bold 0.75em arial,verdana,helvitica,sans-serif;
	margin-bottom: 30px;
	text-align:center;
	font-size:12px;
}

#navtop ul {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	
}

#navtop ul li {
	display:block;
	float:left;
	margin:0;
	text-align:center;
}

#navtop ul li a,#navtop ul li a:visited {
	display:block;
	float:left;
	color:#555;
	text-decoration:none;
	padding:10px 20px 0 20px;
	height:24px;
	background:transparent url(../images/bgDIVIDER.gif) no-repeat top right; 
	letter-spacing: 1px; 
	text-transform: uppercase; 
	outline: none; 
}

#navtop ul li a:hover{
	color:#943528;
	background:#fff url(../images/bgON.gif) repeat-x;
}
#layer_div {
	width:auto;
	height:35px;
	background-color:#F2F2F2;
	border-top:4px solid #943528;
	padding:0;
	text-align:center;
	clear:both;

}
#menu {
	width:800px;
	font-size:12px;
}
#info {
	background: url(../images/info_bg.gif) no-repeat;
	width: 800px;
	height:auto;
	margin: 0 auto;
	clear: both;
	}
	
#info h2 {
	font: 100 140% Arial, Helvetica, sans-serif;
	letter-spacing: 1.5px;
	color: #464646;
	padding: 22px 0 0 25px;
	}
	
#info p {
	width: 220px;
	color: #898888;
	padding: 5px 15px 0 15px;
	}
		
#info ul {
	list-style-image: url(../images/bullet.gif);
}

#info li {
	line-height: 22px;
	}
	
#info a:link, #info a:visited {
	color: #585858;
	text-decoration: none;
	}
	
#info a:hover, #info a:active {
	color: #585858;
	background-color: #FFFFFF;
	}
	
#whatisthis {
	float: left;
	width: 300px;
	height:auto;
	}
#templatetypes {
	float:left;
	width: 200px;
	padding: 15px 0 0 15px;
	}
#mainProjects {
	text-align:left;
	width:800px;
	font-size:12px;
	}
	
#supportlinks {
	width: 155px;
	padding: 15px 55px 15px 35px;
	}
#wrap {
background:#ffffff;
color:#404040;
margin:0 auto;
width:800px;
}
#mainContent {

	width:605px;
	height: auto;
	padding:15px;
	font-size:11px;
	border-right:3px solid #900;
	float:left;
	text-align:left;
}

#mainContent a {
	color:#900;
}
#rightBar {
	width:150px;
	height:auto;
	padding:5px;
	float:right;
	text-align:left;
	font-size:10px;
}
#rightBar a {
	color:#900;
}
/* Footer */	
#footer {
	color: #900;
	background: #F2F2F2;
	border-bottom:1px solid #900;
	border-top:1px solid #900;
	clear: both;
	width:auto;
	height: auto;
	text-align: center;	
	font-size: 9px;
	padding:10px;
	margin-bottom:5px;
}
#footer a { 
	color: #900;
}

/* alignment classes */
.float-left  { float: left; padding: 0;}
.float-right { float: right; padding: 0;}
.align-left  { text-align: left; padding: 0;}
.align-right { text-align: right; padding: 0;}

/* display and additional classes */
.clear { clear: both; }
.small {
font-size:0.8em;
}	