/* COMMON */
* {
	margin: 0;
	padding: 0;
}
body, html {
	width: 100%;
	height: 100%;
	background-color: #fff;
	color: #000;
	font: 14px normal Arial, Helvetica, sans-serif;
}
img {border: none;}
a {text-decoration: none;}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
#incell #content .last {
	padding-right: 0;
	background-image: none;
}
#incell #content .underline {text-decoration: underline;}

/* POSITION */
#table {
	display: table;
	width: 100%;
}
#cell {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
#incell {
	width: 974px; /*1010px*/
	height: 688px; /*700px*/
	margin: 0 auto;
	padding: 12px 12px 0 24px;
	background: url(v2images/page_bg.gif) left top no-repeat;
}
#content {
	position: relative;
	width: 100%;
	height: 100%;
}
/* LAYOUT */
#right {
	position: absolute;
	top: 0;
	right: 0;
	width: 597px;
	height: 544px;
	background: url(v2images/right_bg.gif) no-repeat;
}

#samples {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 544px;
	width:974px;
	background: url(v2images/right_bg_1.gif) no-repeat;
}

#side {
	position: absolute;
	top: 58px;
	right: 0;
	width: 340px;
	height: 544px;
	background: url(v2images/side_bg.gif) no-repeat;
}
#flash {
	padding-top: 13px;
	width: 352px;
	height: 360px;
}

#play {
	position: absolute;
	top: 49px;
	left: 277px;
	width: 114px;
	height: 118px;
}
#copy {
	width: 634px;
	height: 220px;
}
#copy1 {
	width: 634px;
	height: 330px;
}
#footer {
	width: 974px;
	background: url(v2images/footer_line.gif) 155px 0 no-repeat;
	text-align: center;
}
/* RIGHT */
.lang,
.top_submenu {margin-top: 5px;}

.lang {
	margin-left: 30px;
	display:inline; /* for IE */
}
.lang, .lang dt, .lang dd {float: left;}
.lang dt {padding-right: 10px;}
.lang dd {margin-left: 7px;}
.lang a {color: #000;}

.top_submenu,
.top_menu {
	display: inline; /* for IE */
	width: auto;
	margin-right: 30px;
	color: #fff;
}
.top_submenu,
.top_menu {
	float: right;
	list-style: none;
}
.top_submenu li,
.top_menu li {float: left;}
.top_submenu a,
.top_menu a {color: #fff;}

.top_submenu {font-size: 12px;}
.top_submenu li {
	padding: 0 5px 0 3px;
	background: url(v2images/top_submenu_sep.gif) 100% 3px no-repeat;
}

.top_menu {
	margin-top: 8px;
	font-size: 16px;
}
.top_menu li {padding: 0 0 0 10px;}

#logo {
	position: absolute;
	top: 32px;
	left: 19px;
	width: 233px;
	color: #002AFE;
}
#logo p {text-align: right;}

#right .content {
	position: absolute;
	top: 173px;
	left: 10px;
	width: 230px;
	font-size: 16px;
}

#samples .content {
	position: absolute;
	top: 153px;
	left: 10px;
	width: 230px;
	font-size: 16px;
}

/* SIDE */
h2 {
	height: 25px;
	margin-bottom: 13px;
	padding: 9px 0 0 28px;
	font-size: 18px;
	font-weight: normal;
}
#content .button {
	float: left;
	width: 139px;
	height: 43px;/*51px*/
	margin: 0 0 0 21px;
	padding: 16px 0 0 0;
	background: url(v2images/button.gif) 0 0 no-repeat;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

#side .content {
	padding-bottom: 15px;
	background: url(v2images/side_line.gif) 30px 100% no-repeat;
}
/* FLASH */
#flash img {display:block;}
/* FOOTER */
#footer {padding-top: 10px;}
#footer a {color: #002AFE;}
#footer ul {
	margin: 3px 0 3px 0;
}
#footer li {
	display: inline;
	padding: 0 25px 0 30px;
	background: url(v2images/footer_sep.gif) 100% 3px no-repeat;
}
/* COPY */
.film {
	height: 79px;
	padding: 54px 0 0 7px; 
	background: left bottom no-repeat;
}
.bar {
	height: 56px;
	margin-top: 19px;
	padding: 7px 0 0 5px;
	background: 0 0 no-repeat;
	font-size: 18px;
}
.bar .icons {margin-top: 5px;}
/* SIGNUP */
label {
	float: left;
	width: 135px;
	margin: 10px 5px 7px 30px;
	font-size: 16px;
	color: #fff;
}
input {border: 0 transparent solid;}
input.input {
	float: left;
	width: 122px;
	height: 17px;
	padding: 8px;
	margin: 0 0 10px 0;
	background: transparent url(v2images/input_bg.gif) 0 0 no-repeat;
}
#content .form .button {
	margin: 10px 0 0 170px;
	padding: 0;
	height: 51px;
}
