*
{
	padding: 0;
	margin: 0;
}

html
{
	width: 100%;
	height: 100%;
}
	
body
{
	width: 100%;
	height: 100%;
	background-image: url("../images/products/bottom_left.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center bottom;
}

p
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a img
{
	border: none;
}


div#Main
{
	width: 750px;
	height: 600px;
	position: absolute;
	left: 50%;
	margin-left: -383px;
	margin-top: 20px;
}

div#Logo
{
	float: left;
}

div#PrintedLatex img
{
	padding-left: 50px;
}

div#FoilBalloon
{
	text-align: center;
}

div#BalloonGas 
{
	text-align:center;
}

div#Valves img
{
	padding-left: 90px;
}

div#Stick img
{
	float: right;
	padding-right: 20px;
}

div#Inflator img
{
	padding-left: 80px;
}

div#Weight img
{
	float: right;
	padding-right: 95px;
	padding-left: 15px;
}

p.PromotionalItems
{
	text-align: center;
	padding-left: 10px;
	padding-top: 15px;
}

p.PromotionalItems img
{
	border: 1px solid #cccccc;
	margin-right: 5px;
	margin-left: 10px;
	margin-bottom: 20px;
}

ul#MainMenu
{
	float: right;
	margin-top: 50px;
	list-style: none;
}

ul#MainMenu li
{
	float: left;
	padding: 10px;
}

table#PageBody
{
	clear: both;
	margin-bottom: 20px;
}

table#PageBody td
{
	vertical-align: top;
}

table#PageBody td img
{
	vertical-align: top;
}

table#PageBody td#MainImage
{
	height: 128px;
}

table#PageBody td#HomeLeftPane
{
	width: 302px;
}

table#PageBody td#HomeBodyCopy
{
	padding: 15px 140px 14px 14px;
	background-image: url("../images/home/right_image.jpg");
	background-repeat: no-repeat;
	background-position: bottom right;
}

div#Valves
{
	text-align: left;
}

div#BalloonColor
{
	text-align: center;
}

div#FoilBalloonColor
{
	text-align: center;
}

table#PageBody td#HomeBodyCopy p
{
	margin-top: 10px;
}

table#PageBody td#BodyCopy
{
	padding: 14px 14px 14px 14px;
}

table#PageBody td#BodyCopy p
{
	margin-bottom: 10px;
}

table#PageBody td#BodyCopy h3
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #f26722;
}

table#PageBody td#BodyCopy strong
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}

table#PageBody td#BodyCopy ul
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: small;
	list-style-image: url("../images/bullet.jpg");
	list-style-position: outside;
	padding-left: 14px;
	padding-top: 4px;
}

table#PageBody td#BodyCopy li
{
	margin-bottom:14px;
}

table#PageBody td#LeftPane
{
	width: 35%;
}

table#PageBody td#Footer
{
	background-color: #f26722;
	height: 20px;
	vertical-align: middle;
	padding-right: 5px;
}

table#PageBody td#Footer p
{
	float: right;
	color: #ffffff;
	font-size: x-small;
}

table#PageBody td#Footer p img
{
	padding-right: 5px;
	padding-top: 1px;
}

table.Form
{
	
}

table.Form td
{
	border-bottom: 1px solid #dddddd;
	padding: 5px;
}

table.Form td.Label
{
	border-bottom: none;
	padding-bottom: 0px;
	font-family: Tahoma, Arial, Verdana; 
	font-size: 11px;
}

table.Form td.Data
{
	width: 160px;
}

table.Form td.LongData
{
}

table.Form td.Msg
{
	width: 220px;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana;
	color: #ff0000;
}

.Msg span
{
	color: #ff0000;
	display: none;
}

table.Form td.Data input.Text
{
	width: 95%;
}

td.Right
{
	text-align: right;
}

.Note
{
	font-size: 11px;
	color: #ff0000;
}

span.Note
{
	display: none;
}

input.Text
{
	border: 1px solid #999999;
	padding: 2px;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana;
	color: #363b74;
}
textarea
{
	border: 1px solid #999999;
	padding: 2px;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana;
	color: #363b74;
	width: 360px;
	height: 100px;
}

select
{
	border: 1px solid #999999;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana;
	color: #363b74;
}

input[type=button],
input[type=submit]
{
	border-left: 2px solid #666699;
	border-top: 2px solid #666699;
	border-right: 2px solid #333366;
	border-bottom: 2px solid #333366;
	background-color: #363b74;
	height: 20px;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Tahoma, Arial, Verdana;
}

input.Button
{
	border-left: 2px solid #5279e7;
	border-top: 2px solid #5279e7;
	border-right: 2px solid #202e59;
	border-bottom: 2px solid #202e59;
	background-color: #3954a1;
	height: 20px;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Tahoma, Arial, Verdana;
}

.Right
{
	text-align: right;
}