/*
----------------------------------------------------------------------------- 
GENERAL
-----------------------------------------------------------------------------*/

body {
	padding: 0px;
	margin: 0px 10px 0px 10px;
	background: #ffffff;
	overflow: auto;
}

body, td {
	font: 12px "Lucida Sans",Arial,Helvetica,Sans-Serif;
	color: #666666;
	line-height: 1.5em;
}

p {
	margin: 0px 0px 15px 0px;
	text-align: justify;
}

h1 {
	font: 30px "Lucida Sans",Arial,Helvetica,Sans-Serif;
	color: #999999;
	margin: 0px 0px 20px 0px;
}

h2 {
	font: 22px "Lucida Sans",Arial,Helvetica,Sans-Serif;
	color: #666666;
	margin: 15px 0px 10px 0px;
}

h3 {
	font: 16px "Lucida Sans",Arial,Helvetica,Sans-Serif;
	color: #333333;
	margin: 15px 0px 10px 0px;
}

h4 {
	font: bold 13px "Lucida Sans",Arial,Helvetica,Sans-Serif;
	color: #333333;
	margin: 15px 0px 10px 0px;
}

ul {
	list-style: square;
}

.inputs {
	font: 11px "Lucida Sans",Arial,Helvetica,Sans-Serif;
	color: #666666;
	background: #ffffff;
	border: 1px dotted #cccccc;
}

/*
----------------------------------------------------------------------------- 
LAYOUT
-----------------------------------------------------------------------------*/

.maintable {
	width: 760px;
}

.logocell {
	width: 200px;
	padding: 0px 0px 15px 0px;
	text-align: center;
}

.headercell {
	width: 530px;
	padding: 0px 0px 15px 30px;
}

.navcell {
	width: 170px;
	padding: 15px 15px 15px 15px;
}

.contentcell {
	width: 530px;
	padding: 15px 0px 0px 0px;
}

.vdivider {
	background: #ffffff url(http://cities.chinesetakeoutmenu.com/images/dot_v.gif) repeat-y;
	width: 30px;
}

.hdivider {
	background: #ffffff url(http://cities.chinesetakeoutmenu.com/images/dot_h.gif) repeat-x;
	height: 1px;
}

.lfootercell {
	width: 185px;
	padding: 10px 0px 10px 15px;
	font: bold 11px "Lucida Sans",Arial,Helvetica,Sans-Serif;
	color: #999999;
	background: #f7f7f7;
}

.rfootercell {
	width: 520px;
	padding: 10px 10px 10px 30px;
	font: bold 11px "Lucida Sans",Arial,Helvetica,Sans-Serif;
	color: #999999;
	background: #f7f7f7;
}

#contactdetails {
	margin-top: 50px;
	text-align: center;
	font: 12px "Lucida Sans",Arial,Helvetica,Sans-Serif;
	color: #666666;
}

#bottomlinks {
	padding: 10px 0px 10px 0px;
	margin: 50px 0px 0px 0px;
	background: #ffffff url(http://cities.chinesetakeoutmenu.com/images/dot_h.gif) repeat-x;
	font: bold 11px "Lucida Sans",Arial,Helvetica,Sans-Serif;
	color: #999999;
	text-align: center;
}

/*
----------------------------------------------------------------------------- 
LINKS
-----------------------------------------------------------------------------*/

a {
	color: #00bce3;
	text-decoration: none;
}
a:hover {
	color: #666666;
}

.nav a:link, .nav a:visited {
	font: bold 11px "Lucida Sans",Arial,Helvetica,Sans-Serif;
	color: #999999;
	text-decoration: none;
	text-align: left;
	padding: 3px 10px 3px 10px;
	background: #ffffff url(http://cities.chinesetakeoutmenu.com/images/dot_h.gif) bottom left repeat-x;
	display: block;
	height: 1%;
}
.nav a:hover {
	color: #00bce3;
	background: #f7f7f7 url(http://cities.chinesetakeoutmenu.com/images/dot_h.gif) bottom left repeat-x;
}

.plain, .plain:hover {
	color: #666666;
	text-decoration: none;
}

.footer {
	color: #999999;
	text-decoration: none;
}
.footer:hover {
	color: #00bce3;
}
