﻿/*
 *	Author : Wan Mohd Fairuz (mdpai))
 *	URL	: http://www.watt.com.my
 *	Package : Zoom.my prelaunch
 */
 
/* general */
*{
	margin: 0;
	padding: 0;
}

body {
	padding: 0;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
	color:#564b47;
	background-color: #306FA6;
}
	
#wrapper{
	margin: 0 auto;
	padding-top: 5px;
	width: 800px;
}

/* general elements */
a{
	text-decoration: none;
	color:#564b47;
}

a:hover{
	text-decoration: underline;
}

h1{
	font-size:28px;
	color: red;
	text-align:center;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	letter-spacing: -1px;
}

h2{
	font-size:18px;
	text-align:center;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	letter-spacing: -1px;
}

p{
	line-height: 1.5em;
}

ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

li { 
	background: url('images/right_blue.png') left top no-repeat;
	padding-left: 20px;
	margin-bottom: 10px; 
}


/* optin box */

.squeezebox {
	margin: 0 auto;
	padding: 0px;
	height: 300px;
}

.optin {
	width: 300px; 
	background-image: url('images/optin.gif');
}

.optin_big {
	width: 600px; 
	background-image: url('images/optin_big.gif');
}

	.name, .email {
		position: absolute;
		font-family: Arial, Helvetica;
		font-size: 10pt;
		border: none; 
		height:16px; 
		width: 180px;
		background: transparent; 	
	}
	
	.name { 	
		background: url('images/dude.png') no-repeat;
		background-position:right;
	}
	
	.name_small{
		margin: 90px 0px 0px 90px;
	}
	
	.name_big{
		margin: 90px 0px 0px 240px;
	}
	
	.email { 
		background: url('images/email.png') no-repeat;
		background-position:right;

	}
	
	.email_small{
		margin: 123px 0px 0px 90px;
	}
		
	.email_big{
		margin: 123px 0px 0px 240px;
	}

	
	.button {
		position: absolute;
		margin: 151px 0px 0px 154px;
	}
	
	.button_big {
		position: absolute;
		margin: 151px 0px 0px 304px;
	}
	
/* */

.titles{
	background-color: #306FA6;
	margin: 10px 0 10px 0;
	padding: 5px 0 5px 0;
	color: white;
	font-size: 13px;
	letter-spacing: 2px;
	text-align: center;
	font-weight: bold;
	border-bottom: medium black double;
	border-top: medium black double;
}

.spacer{
	height: 15px;
}

.left{
	float: left;
	width: 300px;
}
.right{
	float: left;
}
.clear{
	clear: both;
}


/* sections */

#newsflash{
	overflow: auto;
	width: 100%;
	height: 1.2em;
	font-family: arial, Helvetica, sans-serif;
	color: #663300;
	font-size: small;
	text-align: center;
	background-color:#FFEC9F;
	padding: 0.05em 0 0.15em 0;
	border-bottom: 1px black solid;
	position: fixed;
	z-index: 99;
}

#newsflash:hover{
	background-color:#FFFF99;
	cursor: pointer;
}

#content{
	overflow: auto;
	background: white url('images/bg.gif') repeat-y scroll;
	padding: 10px 100px 5px 100px;
}

#footer{
	overflow: auto;
	height: 160px;
	background: url('images/footer.gif');
	text-align: center;
}

#footer .links{
	padding-top: 65px;
}


#footer .att{
	color: #ffffff;
	padding-top: 10px;
}

#footer a{
	text-decoration: underline;
	color:#564b47;
}

#footer a:hover{
	font-size: 1.05em;
}