* { margin: 0;
	padding: 0;
	border: 0;
	outline:none;
}

html {
	font-size: 62.5%;
	height:100.1%;
}

body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	background:url(../images/bgtile.jpg) repeat #eff1f2;
	color:#707070;
	height:100.1%;
}

h1, h2, h3, h4, h5 {
	color:#666666;
	font-weight:normal;
}

h1 {
    font-size: 2.1em;
	margin-bottom:8px;
}

h2 {
    font-size: 1.9em;
}

h3 {
    font-size: 1.7em;
}

h4 {
	font-size: 1.5em;
}

h5 {
	font-size: 1.3em;
}

a:link {
	color:#000000;
	text-decoration: underline;
}

a:visited {
	color:#000000;
	text-decoration: underline;
}

a:hover {
	color:#333333;
	text-decoration: none;
}

a:active {
	color:#000000;
	text-decoration: underline;
}

p {
	line-height:1.6em;
}
/*
input, textarea {
	border: 1px solid #c2c2c2;
	padding:3px;
}*/



/*---------------------------------- MAIN BODY STYLES ------------------------------------ */


#header {
	height:99px;
	width:521px;
	margin:12px auto;
}


#container {
	width:775px;
	margin:0 auto 12px auto;
}

#certificates {
	width:400px;
	float:left;
}

#sidebar {
	width:300px;
	float:right;
}

#certificates ul li ul li{
	list-style:none;
}

#certificates ul li ul li a {
	display:block;
	width:300px;
	padding:3px 6px;
	background-color:#e1e1e1;
	border:solid 1px #cccccc;
	margin:0 0 4px 18px;
	text-decoration:none;
	color:#464646;
}

#certificates ul li ul li a:hover{
	background-color:#dddddd;
	border:solid 1px #999999;
	text-decoration:none;
	color:#000000;
}

ul.menu {
	list-style:none;
}

ul.menu li {
	/*margin-bottom:8px;*/
}

ul#c1,ul#c2,ul#c3,ul#c4 {
	margin:-24px 0 36px 0px;
}

ul li a.rawik{
	width:163px;
	height:48px;
	background:url(../images/rawik.jpg) no-repeat;
	display:block;
	text-indent:-9999px;
	margin-bottom:36px;
}

ul li a.afrc{
	width:145px;
	height:48px;
	background:url(../images/afrc.jpg) no-repeat;
	display:block;
	text-indent:-9999px;
	margin-bottom:36px;
}


ul li a.bouldergear{
	width:89px;
	height:69px;
	background:url(../images/bouldergear.jpg) no-repeat;
	display:block;
	text-indent:-9999px;
	margin-bottom:36px;
}

ul li a.snowdragons{
	width:152px;
	height:36px;
	background:url(../images/snowdragons.jpg) no-repeat;
	display:block;
	text-indent:-9999px;
	margin-bottom:36px;
}

#container ul.notes {
	margin-top: 8px;
	margin-left: 36px;
}

.fine {
	font-size: 0.8em;
}

/*--------------- LOGIN STYLES -----------------*/

h1.login {
	text-align:center;
}

#loginbox {
	width:232px;
	height:101px;
	margin:0 auto;
	padding:16px 0 0 16px;
	background:url(../images/loginbox.jpg) no-repeat;
}

input.login {
	width:126px;
	height:25px;
	font-size:1.3em;
	color:#666666;
	background:url(../images/loginInput.png) no-repeat;
	padding:2px 6px;
	margin-bottom:4px;
	float:left;
}

p.login {
	width:75px;
	float:left;
	margin-top:2px;
}

input.loginbtn {
	float:left;
	width:109px;
	height:32px;
	background-color:#0000FF;
	margin: -3px 0 0 52px;
	background:url(../images/loginbtn.jpg) 0 3px no-repeat;
	text-transform:uppercase;
	padding:-3px 0 0 0;
	font-weight:bold;
	color:#666666;
	cursor:pointer;
}

input.loginbtn:hover {
	color:#333333;
	background-position:bottom;
}



/*------------- SEARCH STYLES --------------*/


input.search {
	width:266px;
	height:25px;
	font-size:1.4em;
	color:#666666;
	background:url(../images/input.png) no-repeat;
	float:left;
	padding:1px 6px;
	margin-bottom:4px;
}



input.arrow {
	width:19px;
	height:19px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/arrow.png) top no-repeat;
	cursor:pointer;
	float:right;
	margin-top:2px;

}

input.arrow:hover {
	background-position:bottom;
}

p.results {
	width:300px;
	float:left;
	margin-bottom:4px;
	font-style:italic;
}

#sidebar ul {
	list-style:none;
	float:left;
}

#sidebar ul li a {
	width:275px;
	margin-bottom:3px;
	display:block;
	padding:3px 6px;
	background-color:#e1e1e1;
	border:solid 1px #cccccc;
	margin:0 0 4px 18px;
	text-decoration:none;
	color:#464646;
}

#sidebar ul li a:hover {
	background-color:#dddddd;
	border:solid 1px #999999;
	text-decoration:none;
	color:#000000;
}



/*----------------------------------------------------------- CERTIFICATE PAGE STYLES -----------------------------------------------------------*/

.title {
	color:#999999;
}


table, td {
	/*border:solid 1px #cccccc;*/
}

td {
	width:380px;
	padding:0 18px 18px 0;
	vertical-align:top;
}

table td p {
	margin-left:8px;
}

table td h5{
	color:#e1e1e1;
	background-color:#666666;
	padding:2px 6px;
	text-transform:uppercase;
	margin:0 0px 4px 0;
}
table td h4{
	color:#e1e1e1;
	background-color:#666666;
	padding:2px 6px;
	text-transform:uppercase;
	margin:0 0px 4px 0;

}

table ul {
	list-style:none;
	margin:0 8px 0 8px;
}

table ul li {
	padding:2px 0;
}

table td p.status {
	margin:0;
	padding-left:8px;

}

img.checkmark {
	float:left;
	padding-top:4px;
	margin-right:6px;
}


table.testing td {
	width:500px;
}

table.testing td.result {
	width:233px;
}


/*----------------------------------------------------------- FOOTER -----------------------------------------------------------*/




#footer {
	width:754px;
	margin:0 auto;
	text-align:center;
}

/*
#footer a, #footer a:visited {
	text-decoration:none;
	color:#5d7a90;
}

#footer a:hover {
	color:#0c3d61;
	text-decoration:underline;
}

#footer a:active {
	color:#000000;
}
*/





/*----------------------------------------------------------- CLEARFIX -----------------------------------------------------------*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

