
body
{
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	background-image: url('/images/leaves.gif');
    background-repeat: no-repeat;
    background-position: top right;
}

div#pagewrapper
{
	background-image: url('/images/girl.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	min-height: 454px;
	margin: 0px;
	padding: 0px;
}

* html div#pagewrapper
{
	height: 454px;
}

div#site_header
{
	background-image: url('/images/line.gif');
	background-repeat: repeat-x;
	height: 200px;
	margin: 0px;
	padding: 0px;
	margin-right: 2px;
	margin-top: -10px;
}

div#left_corner
{
	position: absolute;
	left: 0px;	
	top: 1px;
	margin-top: -10px;
}

div#right_corner
{
    position: absolute;
    right: 0px;
    top: 0px;
	background-image: url('/images/right_corner.gif');
    background-repeat: no-repeat;
	height: 200px;
	width: 250px;
	margin: 0px;
	padding: 0px;
	margin-top: -10px;
}

div#footer
{
	background-color: #C03E63;
	color: #fff;
	text-align: center;
	padding: 3px;
	font-weight: bold;
	font-size: 1em;
	letter-spacing: 0.9em;
}

div#contentwrapper
{
	width: 570px;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.9em;
	line-height: 2em;
	position: relative;
}

div#main_menu
{
	width: 150px;
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: 10px;
	margin-top: 20px;	
}

div#main_menu ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

div#main_menu img.right
{
	float: right;
}

div#main_menu img.left
{
	float: left;
}

div#main_menu ul li
{
	background-color: #C03E63;
	height: 18px;
	margin: 0px;
	padding: 0px;
	width: 140px;
	margin-bottom: 5px;
}

div#main_menu ul li a
{
	text-decoration: none;
	color: #fff;
	font-size: 0.6em;
	float: left;
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
}

div#brand_menu
{
	position: absolute;
	top: 59px;
}

div#brand_menu ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;	
}

div#brand_menu ul li
{
	float: left;
    margin: 0px;
    padding: 0px;
	width: 90px;
	height: 35px;
	background-image: url('/images/bullet_back.png');
	text-align: center;
}

div#brand_menu ul li img
{
	padding-top: 5px;
	border: 0px;
}

img.offer_box
{
	background-repeat: no-repeat; 
	background-position: 5px 5px;
}

div#shop_wrapper
{
	width: 690px;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.9em;
}

.buttons
{
    background-image: url('/images/shop_button.png');
    background-repeat: no-repeat;
	width: 110px;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	height: 18px;
	padding-top: 1px;
}

.offerp
{
	margin-right: 5px;
	margin-bottom: 10px;
}

.offerp p
{
	margin-top: 10px;
}

.offerp img
{
	display: block;
}


#signup {
        padding: 35px 0px 100px 0px;
        background-position: top right;
        background-repeat: no-repeat;
        }

#signup h2 {
        margin-top: 0px;
        text-align: left;
        font-weight: bold;
        }
#signup h2 b, #signup h2 strong {
        color: #a2294a;
        }

#signup p {
        margin: 0px;
        padding: 0px 0px 10px 0px;
        }
#signup p b, #signup p strong {
        color: #a2294a;
        }

#signup_form {
        margin: 0px auto;
        }

#signup_form th {
        text-align: left;
        color: #a2294a;
        font-size: 11px;
        text-transform: uppercase;
        font-weight: bold;
        padding-top: 8px;
        }
#signup_form .signup_input {
        width: 450px;
        border: solid 1px #bbb;
        background-color: #fff;
        padding: 4px;
        color: #777;
        text-transform: uppercase;
        }

#signup_form .submit_cell {
        text-align: right;
        }
#signup_form .submit_cell input {
        border: solid 1px #bbb;
        background-color: #fff;
        padding: 3px 5px;
        font-size: 10px;
        color: #c03e63;
        text-transform: uppercase;
        font-weight: bold
        }


