/*----------------- PAGE SETTINGS START -----------------------------*/

body {
	margin: 0;
	padding: 0;
	color: rgb(38,38,38);
}

a {
	text-decoration: none;
}

h1, h2, h3, p {
	margin: 0;
	padding: 0;
}

img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 796px;
}

.clearfloat {
	clear: both;
}



/*----------------- HEADER START -----------------------------*/

#header {
	margin: 0;
	padding: 0;
	height: 102px;
	position: relative;
	background: url(../images/common_deco_header.gif) bottom no-repeat;
}

#header h1 {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 36px;
	top: 10px;
}

#header ul {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 32px;
	left: 376px;
	list-style: none;
}

#header li {
	display: inline;
	text-indent: -9999px;
}

#header a {
	display: block;
	height: 42px;
	float: left;
}

#header .home a {
	width: 52px;
	background: url(../images/common_submenu.gif) no-repeat;
}

#header .security a {
	width: 55px;
	background: url(../images/common_submenu.gif) -52px no-repeat;
}

#header .ipc a {
	width: 106px;
	background: url(../images/common_submenu.gif) -107px no-repeat;
}

#header .mobility a {
	width: 103px;
	background: url(../images/common_submenu.gif) -213px no-repeat;
}

#header .storage a {
	width: 101px;
	background: url(../images/common_submenu.gif) -316px no-repeat;
}



/*----------------- CONTENTS START -----------------------------*/

#content {
	width: 742px;
	margin: 0 18px 0 36px;
	border: 1px solid #ffffff;
}

#content h2 {
	margin: 25px 0;
	display: block;
	width: 698px;
	height: 66px;
	text-indent: -9999px;
	background: url(../images/title.gif) no-repeat;
}

#content .movie {
	margin: 0 0 5px 0;
	padding: 0;
	width: 480px;
	float: left;
}

#content .movie p {
	margin: 0;
	text-align: right;
}

#content .texts {
	margin: 0;
	padding: 0;
	width: 237px;
	float: right;
}

#content .texts p {
	margin: 22px 0 0 0;
}

#content .texts a {
	text-decoration: underline;
	color: #003399;
}



/*----------------- FOOTER START -----------------------------*/

#footer {
	margin: 20px 0 0 0;
	padding: 26px 0 10px;
	width: 796px;
	background: url(../images/common_deco_footer.gif) top no-repeat;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}

#footer li {
	display: inline;
}

#footer a {
	margin: 0;
	padding: 0 5px 0 2px;
	border-right: 1px solid rgb(170,170,170);
	font-size: 10px;
	color: rgb(150,150,150);
}

#footer a:hover {
	color: #F9AE00;
}

#footer span {
	padding: 0 0 0 15px;
	font-size: 10px;
	color: rgb(150,150,150);
}

