/*
	Style Index
	
	$1 - Site Structure Styles
	$2 - Header Styles
	$3 - Sidebar Styles
	$4 - Content Styles
	$5 - Footer Styles
*/


/* undohtml.css 
(CC) 2004 Tantek Celik. Some Rights Reserved.
http://creativecommons.org/licenses/by/2.0
This style sheet is licensed under a Creative Commons License.
Purpose: undo some of the default styling of common (X)HTML browsers */

:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,img
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }



/* $1 - Site Structure Styles ///////////////////////////////////////////////////////////////////////////////////*/

body {
	padding:15px 0;
	font:12px Arial, Verdana, Helvetica, sans-serif;
	background:#CCCCFF;
	}
	
#container {
	width:780px;
	margin:0 auto;
	background:white;
	
	}

#sidebar-left {
	float:left;
	}
	
	.sidebar-left-kits {
		width:206px;
		}
	
#main-content {
	float:left;
	width:387px;
	padding:30px 10px;
	}
.style1 {
        color: #fff;
        font-weight: bold;
        font-size: 110%;
}
#sidebar-right-kits {
	position:relative;
	float:right;
	width:159px;
	height:3190px;
	color:white;
	}

#footer {
	background:#33cc33;
	padding:35px;
	text-align:center;
	}
	
/* $2 - Header Styles ///////////////////////////////////////////////////////////////////////////////////*/

.header-top-bar {
	height:37px;
	padding:6px 20px 0 20px;
	background:#211D1E;
	}

.header-top-bar h1 {
	margin:0;
	padding:0;
	}

.header-top-bar h1 a {
	font:bold 26px Arial, Helvetica, sans-serif;
	color:white;
	float:left;
	}
.header-top-bar p.header-p {
	color:white;
	width:390px;
	text-align:center;
	font-style:italic;
	font-weight:bold;
	float: right;
	}
.header-p-span {
	margin: 0 0 0 20px;
	width:200px;
	font-size: 14px;
	float:left;
}
.header-top-bar p.header-p img {
	float:left;
	margin-top: -5px;
}
#header-nav {
	margin-bottom:-1px;
	height: 30px;
	}

html>body #header-nav {
	margin-bottom:-1px;
	padding-top:0;
	}

.header-strip-kits-help {
	height:22px;
	line-height:22px;
	background-color: #ffcc00;
	font-size: 140%;
	font-weight: bold;
	padding:0;
	padding-left: 240px;
}

	
/* $3 - Sidebar Styles ///////////////////////////////////////////////////////////////////////////////////*/

	.kits-menu  {
		padding:10px;
		}
		
		.kits-menu ul {
		padding-left:23px;
		}
	
	.kits-menu a {
		color:white;
		}
	
.orangeElephant {
	margin-top: 400px;
}	
.orangeCrocodile {
	margin-top: 400px;
}	
.orangeLion {
	margin-top: 400px;
}	
.orangeHippo {
	margin-top: 400px;
}
	
/* $3 - Content Styles ///////////////////////////////////////////////////////////////////////////////////*/
.red-table {
        border-collapse: collapse;
        font-size: 11px;
	}
.red-table td {
	border:1px solid #ED6D74;
        border-collapse: collapse;
	}

.kits-top-right {
	position:absolute;
	top:0;
	right:0;
	height:151px;
	width:207px;
	}


.content-kits {
	background:url(/images/hints-sidebar-right-full.jpg) repeat-y 0 20px;
}
#main-content a,
#main-content a:link,
#main-content a:visited {
	color:#2D2F91;
	font-weight: bold;
	}

#main-content a:hover {
	color:  #ff3300;
	}

#main-content p {
	margin-bottom:15px;
	line-height:1.4;
	}

.content-header {
	margin-bottom:8px;
	}

img {
	border:none;
	}




.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: inline-block;}
/* End hide from IE-mac */
	

/* $5 - footer Styles ///////////////////////////////////////////////////////////////////////////////////*/

#footer p {
	margin-bottom:10px;
	}

.footer-links {
	color:white;
	}

.footer-links a {
	color:#000;
	}


