/* -----------------------------------
Site:       The Balloon Shop
CSS author: Russ Weakley
Updated:	Date here
Updated by: Date here
----------------------------------- */

/* -----------------------------------
simple reset
----------------------------------- */

html, body, ul, ol, li, form, fieldset, legend
{
	margin: 0;
	padding: 0;
}

fieldset, img { border: 0; }
legend { color: #000; }

input, textarea, select, button
{
	font-size: 110%;
	line-height: 1.1;
	font-family: helvetica, arial, sans-serif;
}

button
{
	width: auto;
	overflow: visible;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td
{
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

ul li { list-style: none; }

abbr, acronym
{
	border-bottom: .1em dotted;
	cursor: help;
}

sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }

pre, code
{
	font-family: "Courier New", monospace, serif;
	font-size: 100%;
	line-height: 1.2;
}

/* -----------------------------------
elements
----------------------------------- */
body 
{
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #ffffff;
	color: #404040;
	text-align: center;
	background:#ffffff;
}
#page 
{
	background-color: white;
	border: 0px;
	text-align: left;
	position: relative;
	width: 778px;
    margin: 0 auto;
}

#placeholder
{    
	width: 720px;
	height: 300px;
	position: relative;
	top: 5em;
	color: #404040;
	border: 1px solid #c0c0c0;
}

#header_top
{
	width: 718px;
	height: 32px;
	top: 0;
	left: 0;
	position: absolute;
    background: url(bg_top.jpg) no-repeat;
    background-position: center;
    overflow: hidden;
}

#header_bottom
{
	width: 718px;
	height: 32px;
	bottom: 0;
	left: 0;
	position: absolute;
    background: url(bg_bottom.jpg) no-repeat;
    background-position: center bottom;
    text-align: right;
    overflow: hidden;
    color: #606060; 
}

#header_bottom a
{
    color: #606060;
    text-decoration: none 
}

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

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

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

#logo
{    
	width: 620px;
	height: 200px;
	top: 50px;
	right: 0px;
	position: relative;
	color:#404040;
	text-align:right;
	padding: 10px;
	border: 0px solid green;
}
