/* Global */
body
{
	margin: 0;
	padding: 0;
	background: #FCFCFC;
	font: 12px/1.4em Arial, Helvetica, sans-serif;
	letter-spacing:0px;
	color: #000;
	text-decoration: none;
 	font: 12px/1.4em Verdana, Arial, sans-serif;
}
#wrapper
{
	width:1000px;
}
#header
{
	width:1000px;
	height:148px;
	background: url(../images/top.jpg) repeat-y center;
	text-align:center;
}
#header1
{
	width:1000px;
	height:100px;
	text-align:center;
}
#header2
{
	width:1000px;
	height:48px;
	text-align:center;
}

#ad 
{
	float: right;
	padding:37px 37px 0px 0px;
}
#nav 
{
	height: 21px;
	padding-left: 45px;
	padding-top:25px;
}
#content
{
	width:1000px;
	text-align:center;
	background: url(../images/content.jpg) repeat-y center;
	padding-top:5px;
	
}
#box
{
	width:960px;
	background-color:#f2f2f2;
	margin-right:10px;
	margin-top:3px;
	margin-left:15px;
	margin-bottom:0px;
	padding:5px;
}
#footer
{
	width:1000px;
	height:87px;
	background: url(../images/bottom.jpg) repeat-y center;
	text-align:center;
	color:#FFFFFF;
}
.glossymenu{
	position: relative;
	padding: 0 0 0 7px;
	margin: 0 auto 0 auto;
	height: 25px;
	list-style: none;
}
.glossymenu li{
	float:left;
	padding-left:5px;
}
.glossymenu li a{
	float: left;
	display: block;
	color:#FFFFFF;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 6px; /*Padding to accomodate left tab image. Do not change*/
	height: 25px;
	line-height: 25px;
	text-align: center;
	cursor: pointer;	
}
.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 5px 0 0px; /*Padding of menu items*/
}
.glossymenu li.current a, .glossymenu li a:hover{
	color: #1b5390;
	background: url(http://www.mobiletore.com/images/buttonleft.gif) no-repeat; /*left tab image path*/
	background-position: left;
}
.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #1b5390;
	background: url(http://www.mobiletore.com/images/buttonright.gif) no-repeat right top; /*right tab image path*/
}
.button {
border-color:#DBDBDB;
background: #F2F2F2;
color:#666699;
font:11px Verdana,Arial,Helvetica,sans-serif;
border-width: 1px 1px 1px 1px;
border-style:solid;
padding:2px;
margin:0px;
height:21px
}