/*
   __              __                                             
  /\ \  __        /\ \                                            
  \_\ \/\_\    ___\ \ \/'\     ___ ___      __      ___     ____  
  /'_` \/\ \  /'___\ \ , <   /' __` __`\  /'__`\  /' _ `\  /',__\ 
 /\ \L\ \ \ \/\ \__/\ \ \\`\ /\ \/\ \/\ \/\ \L\.\_/\ \/\ \/\__, `\
 \ \___,_\ \_\ \____\\ \_\ \_\ \_\ \_\ \_\ \__/.\_\ \_\ \_\/\____/
  \/__,_ /\/_/\/____/ \/_/\/_/\/_/\/_/\/_/\/__/\/_/\/_/\/_/\/___/ design.com
  
*/

/* __________________________________ GENERAL __________________________________ */

* {margin:0;}
a img {border: 0;}
fieldset {border:0; padding:0;}
ul, ol {padding:0;}
.img_left img{float:left;}
.left {float:left;}
.right {float:right;}
.clear {clear:both;}
.over {overflow:hidden;}
.over1 {overflow:hidden; height:1px;}
.block {display:block;}

/* __________________________________ BASE __________________________________ */

body {
	margin:0px;
	background: url(images/background.jpg);
	font-family: Arial, Helvetica, sans-serif;
}

.main {
	position:relative;
	width: 1000px;
}

	.main img { float: left; }

.info {
	color: #70161A;
	font-size: 13px;
	font-weight: bold;
	position: absolute;
	top: 218px;
	left: 162px;
	line-height: 20px;
}

.bill {
	position: absolute;
	width: 380px;
	font-size: 14px;
	font-weight: bold;
	color: #C91A70;
	top: 257px;
	left: 545px;
}

.bill .sub {
	height: 120px;
}

.bill .sub input { margin: 0px; padding: 0px; }

.bill .sub img {
	float: left;
	width: 91px;
	height: 51px;
	padding: 0 10px 0 0;
}

.bill .sub a {
	text-decoration:none;
	color: #C91A70;
}

.bill .sub a:hover {
	text-decoration:underline;	
}
	

.blue { color: #0084B5; }
.orange { color: #FF4535; }
.green { color: #4EA52A; }