@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family:Tahoma, arial, sans-serif;
	font-size: 12px;
	background-color: #747474;
}

#pageWrap {
	width: 800px;
	height: 900px;
	background: #c5e2f6 url(images/header_map.jpg) no-repeat left top;
	margin: 0px auto;
}
#header {
	position: relative;
	width: 800px;
	height: 235px;
	margin: 0px;
}
#header p {
	position: absolute;
	top: 8px;
	left:470px;
	color:#00C;
	font-size: 13px;
}
#search_box {
	position: absolute;
	top: 20px;
	left: 250px;
	width: 212px;     
	height: 20px;    
	background: url(images/bg_search_box.gif); 
} 
#search_box #s {     
	float: right;     
	padding: 0;     
	margin: 2px 0 0 2px;     
	border: 0;     
	width: 159px;    
	background: none; 
} 
#search_box #go { 
    width: 46px;
	height: 18px;
	float: left;    
	margin: 1px 0 0 1px; 
}
#header .fla {
	position: absolute;
	top: 76px;
	right:58px;
}
#header .img1 {
	position:absolute;
	top:73px;
	left:135px;
}
#header .img2 {
	position:absolute;
	top:110px;
	left:270px;
}

#header ul {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 45px;	
	bottom: 4px;
	list-style: none;
	width: 650px;
}
#header ul li {
	float: right;
}
#header ul a {
	padding: 0 1.2em;
	line-height: 1.8em;
	text-decoration: none;
	color: #fff;
	display: block;
}
#header ul a.selected {
	color:#0F0;
	cursor: default;
}
#header ul a.selected:hover {
	text-decoration: none;
}
#header ul a:hover {
	text-decoration: underline;
}

#header .navbar {
	position: absolute;
	top: 190px;
	left: 100px;
}
#main {
	width: 800px;
	height: 500px;
}
#main #leftCulm{
	position: relative;
}
#main #leftCulm .day30img {
	position: absolute;
	top: -50px;
	left: 76px;
}

#main #leftCulm .pageofWord {
	position: absolute;
	top: 0;
	left: 150px;
}
#main #leftCulm .fla2 {
	position: absolute;
	top: 262px;
	right: 270px;
}
#main #rightCulm .server {
	float: right;
	position: absolute;
	top: 210px;
	right: 140px;
}
#main #rightCulm .waytopay {
	float: right;
	position: absolute;
	top: 320px;
	right: 270px;
}
#main #rightCulm .liveSupport {
	position: absolute;
	top: 400px;
	right: 130px;
}
#main #rightCulm .domain {
	position: absolute;
	top: 480px;
	right: 130px;
}
#main #rightCulm .cisco {
	position: absolute;
	top: 570px;
	right: 110px;
}
.clear {
	clear: both;
}
#footer {
	height: 185px;
	/*margin-top: 480px;*/
	margin-bottom: 0;
	background: #313131;
}
#footer #firstUl {
	
	float: right;
	direction:rtl;
	list-style: none;
}
#footer #firstUl li {
	width: 150px;
}
#footer #firstUl a {
	
	padding: .6em 1.2em;
	text-decoration: none;
	color: #FFF;
	line-height: 2em;
	border-bottom: #666 dotted 1px;
	display: block;
}
#footer #firstUl a:hover {
	background-color:#666;
}
#footer p {
	float: left;
	margin: 10px 0 0 10px;
}

#footer #secondUl {
	margin-right: 20px;
	float: right;
	direction:rtl;
	list-style: none;
}
#footer #secondUl li {
	width: 200px;
}
#footer #secondUl a {
	
	padding: .6em 1.2em;
	text-decoration: none;
	color: #FFF;
	line-height: 2em;
	border-bottom: #666 dotted 1px;
	display: block;
}
#footer #secondUl a:hover {
	background-color:#666;
}
