/* body */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(images/background.png);
	background-repeat: repeat;
        background-position : center;
/*	font-family: tahoma,verdana,arial,sans-serif;*/
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #666;
}

h1, h2 {
	font-size: 16px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	margin-top: 5px;
	margin-bottom: 10px;
}

h3 {
	width: inherit;
	background: url(images/box-back.png);
	background-repeat: no-repeat;
	border-right: 1px solid #ccc;
	font-size: 10px;
	font-weight: bold;
	margin: 0;
	padding-left: 34px;
	line-height: 24px;
	display: block;
}

h4, h5 {
	font-size: 12px;
	font-weight: bold;
	color: #ca232a;
}

#placeholder {
	width: 760px;
	height: 1px;
	padding: 0;
	margin: 0;
}

/* main content box */
#header {
	background-image: url(images/header.png);
	background-repeat: repeat-x;
        background-position: center;
	width: 100%;
	height: 118px;
	margin: 0;
	padding: 0;
	display: block;
}

#logo-product {
	/*padding-top: 36px;
	padding-left: 52px;*/
	margin: 0;
	float: left;
	top: 36px;
	left: 52px;
	position:relative;
}

#logo {
	padding-top: 56px;
	padding-right: 15px;
	margin: 0;
	float: right;
}

#header-icons {
	position: absolute;
	display: inline;
	width: 782px;
	padding-top: 12px;
}

#header-icons ul {
        list-style: none;
        padding: 0;
        margin: 0;
	float: right;
/*      background-color: #000;*/
}

#header-icons ul li {
	float: left;
	padding-right: 20px;
}

#header-icons a {
	color: #666;
	text-decoration: none;
}

#flames {
    background-image : url(images/background-top.png);
    background-position : top center;
    background-repeat : no-repeat;
    width : 100%;
    margin : 0px; 

    text-align : center; /* fuckin stupid IE! */
}

#main {
    margin: 0 auto 0 auto;
    padding : 0;
    width : 978px;
    text-align : left;
}

#content {
	width: 100%;
	margin-top: 5px;
}

#page-content {
	margin-left: 12px;
}


select, input, textarea {
    font-size: 100%;
/*    border: 1px solid #bbbbbb;*/
}

/*
.submitbutton:hover {
        border: 1px solid #cd0100;
}

.imagebutton {
        border: 1px solid transparent;
}
.imagebutton:hover {
        border: 1px solid #cd0100;
}
*/

form {
    margin: 0;
    padding: 0;
}

.formS { text-transform: font-family: arial, verdana, helvetica; font-size: 11px; color: #fff; border: 1px outset #F09A12;  background-color: #D08A1B; font-weight: bold; }
.text_2 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 13px;
	color: #727272;
}