@charset "utf-8";

/* Author: Chris Campbell
|  Last Modified: July 17th 2007
|  Contact: chriscampbellwaterloo@gmail.com
--------------------------------------------------------------------------------*/

/* General Comments
--------------------------------------------------------------------------------*//* 
Want (px) -> declare this (%)
(px) (%)
10 	 77
11 	 85
12 	 92
13 	 100
14 	 107
15 	 114
16 	 122
17 	 129
18 	 136
19 	 144
20 	 152
21 	 159
22 	 167
23 	 174
24 	 182
25 	 189
26 	 197
--------------------------------------------------------------------------------*/

/* General Style
--------------------------------------------------------------------------------*/

html {
	background: #0F0F0F;
	
}

/* PC Repair Style
--------------------------------------------------------------------------------*/

.buttonbar {
border-top-style:solid;
border-top-color:#0F0F0F;
border-width:2px 0 0;
}

.titlebar1 {
border-bottom-width:0;
border-bottom-style:none;
border-top-width:2px;
border-top-style:solid;
border-top-color:#0F0F0F;
}

.style2 {
font-size:10px;
color:#999;
}


.style31 {
color:#A3A3A3;
}


.style12 {
color:#CCC;
font-size:10px;
}

a:link {
color:#A3A3A3;
text-decoration:none;
}

a:visited {
text-decoration:none;
color:#A3A3A3;
}

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

a:active {
text-decoration:none;
}

/* PC Repair Style END
--------------------------------------------------------------------------------*/

body {
	width: 817px;
	margin: 0 auto;
	font-size: 95%;
	line-height: 1.5;
}

#wrap {
	background: #0F0F0F;
	min-height: 700px;
	_height: 700px;
}

h1 {
	margin: 0;
}

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

.cf {
	display:block;
}

h2 {
	font-size: 122%;
	color: #00A5D2;
	font-weight: bold;
	padding: 4px 0 3px 0;
}

strong, u {
	color: #f00 !important;
}

/* Additional
--------------------------------------------------------------------------------*/
.pad {
	padding: 30px;
}

.error {
	color: #f00;
}


/* Header Style
--------------------------------------------------------------------------------*/
#header {
	background: url(../img/logo2.gif);
	height: 123px;
	width: 817px;
}

#header h1 {
	text-indent: -9999px;
}

/* Box Style
--------------------------------------------------------------------------------*/
.box {
	width: 799px;
	margin: 0 auto;
}

.top {
	background: #1f1f1f;
	width: 799px;
	height: 25px;
}

.bottom {
	background: #1f1f1f;
	width: 799px;
	height: 25px;
}

.content {
	background: #1f1f1f;
	width: 799px;
}

.content img {
	margin: 5px 0 20px 0;
} 

.content ul {
	width: 727px;
	margin: 0 auto;
}

.banner {
	border: none;
	margin: 0 auto;
}

.left {
	float: left;
	width: 400px;
	margin-left: 40px;
	_margin-left: 20px;
	_margin-right: 0;
	padding: 0;
	color:#666;
}

.right {
	float: right;
	width: 220px;
	margin-right: 40px;
	_margin-right: 20px;
	_margin-left: 0;
}

.right ol {
 margin: 10px;
}

p {
	margin-bottom: 10px;
}

/*form label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}

form li {
  list-style: none;
  padding: 5px;
  margin: 0;
  
}

form label {
  width: 40px;
}*/

label {
	display: block;
	color:#666;
}

input {
	width: 180px;
	margin: 0 0 10px 0;
}

.bsubmit {
	float: right;
	background: url(../img/button.gif) no-repeat;
	width: 95px;
	height: 19px;
	border: none;
	text-indent: -9999px;
	cursor: hand;
	cursor: pointer;
}

.pin {
	height: 1px;
	float: none;
	 clear: left;
	 _display: none;
}

.error {font-size: 1.3em; color: #c00; border-top: 1px dashed #c00; border-bottom: 1px dashed #c00; display: block; padding: 10px 0;}
.sucess {font-size: 1.3em; color: #0c0; border-top: 1px dashed #0c0; border-bottom: 1px dashed #; display: block; padding: 10px 0;}
