*{
    margin:0 auto;
    padding:0;    
}
.clear{clear:both;}
#wrapper{
    width:930px;
    margin:auto;
    /*height:;*/
    /*border:1px solid #441106;*/
}

#header{
    width:930px;
    height:179px;
    background:url(header.jpg) no-repeat;
    background-position:bottom;
    /*border:1px solid #441106;*/
}
div.logo{
    float:left;
    width:253px;
    height:100px;
    margin:30px 0 0 10px;
    background:url(logo.jpg) no-repeat;    
    /*border:1px solid #441106;*/
}
#header a.signup{
    float:right;
    width:107px;
    height:31px;
	 margin-right:325px;
	 margin-top:130px;
    background:url(signup.gif) no-repeat;
    
}
#content{
    padding:20px;
    /*border:1px solid #441106;*/
}
#content ul.weprovide{
    float:left;
    width:350px;
    /*height:300px;*/
    list-style:none;
    /*border:1px solid #441106;*/
}
#content ul.whouses{
    float:left;
    height:300px;
    list-style:none;
    margin-left:5px;
    /*border:1px solid #441106;*/
}
#content ul.whymobile{
    float:right;
    width:300px;
    /*height:300px;*/
    list-style:none;
    /*border:1px solid #441106;*/
}
#content li{
    margin:5px 0 5px 0;
}
#content li.weprovide{
    width:71px;
    height:16px;
    background:url(weprovide.gif) no-repeat;
    margin:0 0 20px 0;
    /*border:1px solid #441106;*/
}
#content li.whouses{
    width:119px;
    height:15px;
    background:url(whouses.gif) no-repeat;
    margin:0 0 20px 0;
    /*border:1px solid #441106;*/
}
#content li.whymobile{
    width:154px;
    height:31px;
    background:url(whymobile.gif) no-repeat;
    margin:0 0 20px 0;
    /*border:1px solid #441106;*/
}
#content li.list{
    margin-left:50px;
    font-size:11px;
    font-family:Trebuchet MS;
    list-style:url(bullet.jpg);
}
#content li.img01{
    display:block;
    width:209px;
    height:47px;
    background:url(img01.gif) no-repeat;    
}
#content li.img02{
    display:block;
    width:208px;
    height:48px;
    background:url(img02.jpg) no-repeat;    
}
#content li.learnhow{
    display:block;
    width:201px;
    height:32px;
    /*background:url(learnhow.jpg) no-repeat;*/
    margin:50px 0 0 0;
}
#content li.txt{
    list-style:none;
    font-size:11px;
    font-family:Trebuchet MS;
}
#content a.author{
    display:block;
    width:325px;
    height:30px;
    margin:30px 0 0 0;
    background:url(author2.gif) no-repeat;
    background-position:right;
}
#content a{
    color:#000000;
    font-size:12px;
    font-family:Trebuchet MS;
    text-decoration:none;
}
#content a:link{
    color:#af0707;
    font-size:13px;
    font-family:verdana;    
}
#content a:active{
    color:#af0707;
    font-size:13px;
    font-family:verdana;    
}
#content a:visited{
    color:#af0707;
    font-size:13px;
    font-family:verdana;    
}
#content a:hover{
    color:green;
    font-size:13px;
    font-family:verdana;    
}
/* footer*/
#footer{
    width:930px;
    height:50px;
    color:#828282;
}
#footer ul{
    list-style:none;
    text-align:center;
}
#footer a{
    color:#828282;
    font-size:12px;
    font-family:Tahoma;
    text-decoration:none;
}
#footer a:active{
    color:#828282;
    font-size:12px;
    font-family:tahoma;
}
#footer a:visited{
    color:#828282;
    font-size:12px;
    font-family:tahoma;
}
#footer a:hover{
    color:#441106;
    font-size:12px;
    font-family:tahoma;
}
#footer li{
    display:inline;
}
#footer dd.copyright{
    color:#000000;
    font-size:12px;
    font-family:tahoma;
    text-align:center;
}


/***************************************archie start*********************************************************************************/

.dropdown {

	float:left;
	padding-right:0px;	
}
.dropdown dt a, .dropdown dt a:active, .dropdown dt a:visited, .dropdown dt a:hover {
	width: 125px;
	font-weight:bold;
	cursor:pointer;

	color: #ffffff;
	margin-right: 5px;	
	background: #006600;	
	text-align: center
}

.dropdown dd {
	position:absolute;
	overflow:hidden;
	width:150px;
	display:none;
	background:#006600;	
	z-index:200;
	opacity:0;
}

.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	padding:5px;
	color: #ffffff;
	text-decoration:none;
	background:#006600;	
	width:125px;
	text-align: center
}
.dropdown a:hover {
	background:#33cc33;		
	text-align: center
}
.dropdown .underline {	
	border-bottom:1px solid #b9d6dc;
}


#menu{	
    width:930px;
    height:23px;
    /*background:url(menubar.jpg);*/
    background:#006600;
    /*border:1px solid red;*/
    text-align: center;        
}

#menu a{
    color:#ffffff;
    font-size:16px;
    font-weight:bold;
    font-family:Trebuchet MS;
    text-decoration:none;        
    padding: 0px 12px;
    /*border:1px solid red;*/             
}
/*******************************************************archie end*****************************************************************/