/*
	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 { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,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-hints {
	width:206px;
	height:700px;
	background: url(/images/left-sidebar/left-purple-middle.jpg) no-repeat;;
	}
	
#main-content {
	float:left;
	width:387px;
	padding:30px 10px;
	}

#sidebar-right-hints {
	float:right;
	width:159px;
	height:3382px;
	color:white;
	background: url(/images/right_sidebar.jpg)  no-repeat 20px 0;
	}

#footer {
	position:relative;
	background:#33cc33;
	padding:50px 35px 35px 35px;
	text-align:center;
	display:inline-block;
	}
	
/* $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-discounts {
	height:22px;
	line-height:22px;
	background-color: #ffcc00;
	font-size: 140%;
    font-weight: bold;
	padding:0;
    padding-left: 190px;
}

	
/* $3 - Sidebar Styles ///////////////////////////////////////////////////////////////////////////////////*/


	.hints-monkey {
		position:absolute;
		top:-133px;
		left:44px;
		height:182px;
		width:141px;
		}
	
	.kits-menu  {
		padding:10px;
		}
		
		.kits-menu ul {
		padding-left:23px;
		}
	
	.kits-menu a {
		color:white;
		}
	
	
/* $3 - Content Styles ///////////////////////////////////////////////////////////////////////////////////*/

h2 {
	font:bold 15px Arial, Helvetica, sans-serif;
	color:#6666CC;
	}

.content-hints {
	background:url(/images/checklist-container-bg.jpg) repeat-y;
	}

#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;
	}
.red-bullet li {
	background:url(/images/red-bullet.gif) 0 3px no-repeat;
	padding-left:18px;
	margin-bottom:4px;
	}
.red-bullet ul  {
	background-image:none;
	margin: 20px;
	}
.red-bullet li li  {
	background-image:none;
	padding-left: 0;
	}
ol.hints {
	color:red;
	}

ol {
	margin-bottom:25px;
	}

ol li {
	margin-bottom:6px;
	}

p.back-top {
	text-align:right;
	}

p.back-top a {
	background:url(/images/white-bg-arrow.gif) 0 50% no-repeat;
	padding-left:13px;
	}
.blue_text {
        color: #1515ff;
        font-weight: bold;
}

#main-content form {
    margin: 0;
    padding: 0;
    margin-right: 120px;
}
#main-content form fieldset {
    clear: both;
    float: left;
    border: 0;
    margin: 0;
}
#main-content form fieldset.hidden {
    border: 0;
}
#main-content form fieldset legend {
    white-space: nowrap;
    background-color: #CCCCCC;
    font-weight: bold;
    width: 560px;
    padding: 1px;
    display: block;
}
#main-content form fieldset ol {
    margin: 0;
    padding: 0;
}
#main-content form fieldset li {
    display: block;
    list-style: none;
    margin: 0;
    clear: both;
}
#main-content form label {
    margin: 0 0 0 5px;
}
#main-content form label.element {
    display: block;
    float: left;
    width: 100px;
    padding: 0;
    margin: 5px 0 0 0;
    font-weight: bold;
    text-align: right;
}
#main-content form input, form textarea, form select {
    width: auto;
    border: 1px solid #333;
}
#main-content form textarea {
    overflow: auto;
    width: 200px;
    height: 100px;
}
#main-content form br {
    clear: left;
}
#main-content form div.element {
    display: inline;
    float: left;
    margin: 5px 0 0 10px;
    padding: 0;
}
#main-content form li.reqnote {
    font-size: 80%; 
    margin: 5px 0 0 10px;
}
#main-content form span.error, form span.required {
    color: red;
}
#main-content form div.error {
    border: 1px solid red;
    padding: 5px;
    width: 300px;
}
#main-content form  li.reqnote {
   font-size: 11px;
}
#contactdetails {
background-color: #e4e4e4;
position: absolute;
top:0;
right:136px;
height:500px;
padding-left: 3px;
font-weight: bold;
}
#contactdetails a {
font-weight: normal;
}
.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 */

#main-content ol ol,
#main-content ol ul {
list-style-type: lower-alpha;
}
#main-content ol ol {
list-style-type: lower-alpha;
}
/* $5 - footer Styles ///////////////////////////////////////////////////////////////////////////////////*/

#footer p {
	margin-bottom:10px;
	}

.footer-links {
	color:white;
	}

.footer-links a {
	color:#000;
	}



