﻿/*** Mise en Page ***/

/* Wraps */
#wrapper {
	position:relative;
	width:100%;
}

#subnav_wrap {
	position:relative;
	min-width:986px;
}

#header_wrap {
	position:relative;
	min-width:980px;
}

#nav_wrap {
	position:relative;
	min-width:980px;
}

#content_wrap {
	position: relative;
	min-width:980px;
	min-height:100px;
}

#footer_wrap {
	position:relative;
	min-width:100%;
	height:26px;
	padding:0;
}

#subnav {
	position:relative;
	width:975px;
	height:20px;
	padding:2px 5px 0 0;
	margin:0 auto;
	color:#FFFFFF;
	background:#1E1E28;
	border-bottom:3px solid #F1E411;
	text-align:right;
}

#header_home {
	position:relative;
	width:980px;
	height:198px;
	padding:0;
	margin:0 auto;
	background:#33334B;
	text-align:left;
}

#header_pagetype {
	position:relative;
	width:980px;
	height:118px;
	padding:0;
	margin:0 auto;
	background:#33334B;
	text-align:left;
}

#nav {
	position:relative;
	width:970px;
	height:24px;
	padding:0 5px;
	margin:0 auto;
	font-weight:bold;
	background:url('../../images/bg_menu.jpg') top left no-repeat;
	text-align:left;
}

#main {
	position:relative;
	width:980px;
	padding:0;
	margin:0 auto;	
	text-align:left;
}

#footer {
	position:relative;
	width:980px;
	height:20px;
	color:#FFFFFF;
	background:#1E1E28;
	border-top:2px solid #F1E411;
	margin:0 auto;
	padding:4px 0 0 0;
	text-align:center;
}

div.clearfooter {
	height:22px;
	clear: both;
}


#home_logo {
	float:left;
	width:294px;
	height:198px;
}

#home_animflash {
	float:left;
	width:424px;
	height:198px;
}

#home_download {
	float:left;
	width:261px;
	height:198px;
	background:#33334B;
}

#type_logo {
	float:left;
	width:290px;
	height:118px;
}

#type_baseline {
	float:left;
	width:430px;
	height:118px;
}

#type_download {
	float:left;
	width:260px;
	height:118px;
	background:#33334B;
}

#contentLeft {
	float:left;
	width:699px;
	padding:10px;
}

#contentRight {
	float:left;
	width:241px;
	padding:10px;
}

.w_home {
	color:#FFFFFF;
	background:url('../../images/shadow_bg_home.png') top center repeat-y;
}

.w_pagetype {
	color:#000000;
	background:url('../../images/shadow_bg_pagetype.png') top center repeat-y;
}
