/*------------------------------------------------------
*							*
*	ComputerService - CSS			*
*	Sections:					*
*		1./ Default CSS			*
*		2./ Positional CSS		*
*		3./ Typo CSS			*
*		4./ Extra CSS			*
*							*
--------------------------------------------------------*/

/*------------------------------------------------- 
		1./ Default CSS
---------------------------------------------------*/
html, body {
	background: url(../images/background.gif) top center repeat-y #ababab;
	margin: 0;
	padding: 0;
	border: 0;
}
div, img, td, tr {
	margin: 0;
	padding: 0;
	border: 0;
}
/*------------------------------------------------- 
		2./ Positional CSS
---------------------------------------------------*/
#HeaderBox {
	width: 760px;
	height: 162px;
	margin: 10px 0 10px 0;
}
	#Header {
		float: left;
		width: 509px;
		height: 123px;
	}
	#Address {
		float: right;
		width: 242px;
		height: 162px;
		background: #707170;
	}
	#Menu {
		float: left;
		width: 509px;
		height: 30px;
		margin: 9px 0 0 0;
		background: #707170;
	}
#BodyBox {
	width: 760px;
}
	#BodyBgTop {
		width: 760px;
		height: 11px;
		margin: 0;
	}
	#Body {
		width: 760px;
		margin: 0;
		background: #eeeeee;
	}	
	#BodyText {
		width: 720px; 
		margin: 0 20px 0 20px;
	}	
	#BodyBgBottom {
		width: 760px;
		height: 11px;
		margin: 0;
	}

#FooterBox {
	width: 760px;
	margin: 10px 0 0 0;
}
	#FooterBgTop {
		width: 760px;
		height: 7px;
		margin: 0;
	}
	#Footer {
		width: 760px;
		margin: 0;
		background: #e7e7e7;
	}	
	#FooterText {
		width: 720px; 
		margin: 0 20px 0 20px;
	}	
	#FooterBgBottom {
		width: 760px;
		height: 7px;
		margin: 0;
	}
#AddressBox {
		width: 760px;
		margin: 10px 0 0 0;
	}	
	#AddressText {
		width: 720px; 
		margin: 0 20px 0 20px;
	}
/*------------------------------------------------- 
		3./ Typo CSS
---------------------------------------------------*/
div, td, tr, p {
	font-size: 12px;
	font-family: tahoma, verdana, arial, sans-serif;
	line-height: 1.7em;
	text-align: left;
	color: #020202;
}
h1 {
	font-size: 16px;	
	font-family: tahoma, verdana, arial,sans-serif;
	color: #307274;
	margin: 0 0 15px 0;
	padding: 0;
	border: 0;
}
h2 {
	font-size: 14px;
	font-family: tahoma, verdana, arial,sans-serif;
	color: #307274;
	margin: 0 0 10px 0;
	padding: 0;
	border: 0;
}
h3 {
	font-size: 12px;
	font-family: tahoma, verdana, arial,sans-serif;
	color: #307274;
	margin: 5px 0 5px 0;
	padding: 0;
	border: 0;
}
p {
	margin: 2px 0 10px 0; 
	color: #1d1d1d;
}
ul {
	margin-top: 3px;
	margin-bottom: 15px;
}
li {
	list-style: url(../images/li.gif);
	margin-left: -10px;
}
a {
	color: #307274;
	text-decoration: none;
}
a:hover {
	color: #307274;
	text-decoration: none;
	border-bottom: 1px dotted #307274;
}
select, input, textarea {
	font-size: 12px;
	font-family: tahoma, verdana, arial, sans-serif;
	margin: 0;
	padding: 0;
	border-left: 1px solid #c1c1c1;
	border-top: 1px solid #c1c1c1;
	border-right: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
}

/*------------------------------------------------- 
		4./ Extra CSS
---------------------------------------------------*/
#Address p {
	color: #ffffff;	
	font-size: 11px;
	font-family: arial, tahoma, verdana, sans-serif;
	line-height: 20px;
	margin: 8px 0 0 10px; 
}
#Address a {
	color: #ffffff;	
}
#Address a:hover {
	color: #ffffff;
	border-bottom: 1px dotted #ffffff;	
}
#Menu p {
	margin: 3px 0 0 20px;
	font-size: 14px;
	color: #ffffff;
}
#Menu a {
	color: #ffffff;
}
#Menu a:hover {
	color: #ffffff;
	border-bottom: 1px dotted #ffffff;	
}
#AddressText p {
	font-size: 11px;
	font-family: arial, tahoma, verdana, sans-serif;
	line-height: 14px;
}
.error {
	color: red;
}