* {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

td {
	font-size: 0px;
	line-height: 0px;
}

body, html {
	height: 100%;
	background: #eaeae9 url(files/images/common/common_back.gif) top repeat-x;
}

body {
	min-width: 760px;
}

.clear {
	clear: both;
}

#container {
	min-height: 100%;
}

* html #container {
	height: 100%; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
/**************************
HEADER
**************************/
#header {
	height: 122px;
	padding: 0px;
	margin: 0px;
}

#header_logo {
	height: 122px;
	width: 778px;
	background: url(files/images/common/logo.jpg) top no-repeat;
	margin-left: auto;
	margin-right: auto;
}

/**************************
CONTENT AND COLUMNS
**************************/

.inner {
	width: 100%;
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/

#main {
	width: 650px;
	position: relative; /*** IE needs this  ***/
	margin-left: auto;
	margin-right: auto; /*** -2 border ***/
}

#main_flash {
	height: 299px;
	width: 650px;
	margin-top: 15px;
}

#main_menu {
	height: 25px;
	width: 650px;
}

#main_menu_grey {
	height: 25px;
	width: 186px;
	background: #5b5b58 url(files/images/common/arrow.gif) left no-repeat;
	float: left;
}

a.grey {
	font-size: 16px;
	font-family: Tahoma;
	font-weight: bold;
	line-height: 24px;
	margin-left: 40px;
	text-decoration: none;
	color: #333333;
}

a.grey:hover {
	color: #888888;
}

a.red {
	font-size: 12px;
	font-family: Tahoma;
	font-weight:bold;
	line-height: 24px;
	margin-left: 18px;
	text-decoration: none;
	color: #111111;
}

a.red:hover {
	color: #888888;
}

#main_menu_red {
	height: 25px;
	width: 464px;
	background: #f70026;
	float: left;
}

#main_content {
	width: 650px;
	background: #b4b4b2 url(files/images/common/content_back.gif) top repeat-x;
	padding: 10px 0px 30px 0px;
}

#main_content_grey {
	width: 186px;

}

#main_content_white {
	width: 464px;
}

div.main_content_button {
	height: 25px;
	width: 186px;
	background: url(files/images/common/button_back.gif) top no-repeat;
	margin: 0px 0px 3px 0px;
	font-size: 14px;
	font-family: Tahoma;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	color: #eeeeee;
}

div.lang_button {
	height: 25px;
	width: 186px;
	margin: 0px 0px 3px 0px;
	font-size: 14px;
	font-family: Tahoma;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	color: #eeeeee;
}

#round_top {
	height: 9px;
	width: 454px;
	margin-left: auto;
	margin-right: auto;
}

#round_main {
	width: 424px;
	background: #ffffff url(files/images/common/round_right.gif) right repeat-y;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 20px;
	font-size: 12px;
	font-family: Tahoma;
	line-height: 15px;
}

#round_main p {	padding: 5px 0 5px 0px;
}

#round_main ol {
	margin-left: 20px;
}


#round_main h1 {
	margin: 0px 0px 5px 0px;
	font-size: 18px;
    line-height: 18px;
    color: red;
}

#round_main h2 {
	margin: 0px 0px 5px 0px;
	font-size: 16px;
    line-height: 16px;
}

p span {
	font-size: 12px;
	font-family: Tahoma;
	line-height: 15px;
}

#round_bottom {
	height: 18px;
	width: 454px;
	margin-left: auto;
	margin-right: auto;
}
hr{
	background: #999999;
	margin: 6px 0px 5px 0px;
}
input{
	background: #CCCCCC;
	border: 1px inset;
	margin: 6px 0px 5px 0px;
	width: 100%;
}
select{
	background: #CCCCCC;
	border: 1px inset;
	margin: 6px 0px 5px 0px;
	width: 100%;
}
.promotion {
	display: block;
	width: 120px;
	height: 40px;
	background: url('/ivpro.gif') no-repeat 0 0;
	padding: 25px 0px 0px 0px;
	text-align: left;
	font: 12px Arial, sans-serif;
	color: #000000;
}
