body {
	margin: 50px 0 0 0;  /*100px original */
	padding: 0;
	background: #FFFFFF url(../images/img01.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h2, h3, h4 {
	margin: 0;
	font-weight: normal;
	color: #3E3E3E;
}

h1 {
	margin: 0;
	font-weight: normal;
	color: #3E3E3E;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 23px;
}
h3 {
	font-size: 18px;
	line-height: 25px;
/*	background-color:#0099FF; */
}

h4 {
	font-size: 18px;
	line-height: 25px;
/*	background-color:#0099FF; */
}

#sitename {
	font-size: 32px;
	margin: 0;
	font-weight: normal;
	color: #3E3E3E;
}
#slogan {
	font-size: 14px;
	margin: 0;
	font-weight: normal;
	color: #7E7EBE;
}
#slogan a {
	font-size: 14px;
	margin: 0;
	font-weight: normal;
	color: #7E7EBE;
}

ul, ol {
	margin: 0 0 1em 0;		/*2em*/
	text-align: justify;
	line-height: 22x;		/*26px*/
	font-size: 13px;
}
p {
	/*margin: 0 0 1em 0;*/		/*2em*/
	text-align: justify;
	line-height: 22x;		/*26px*/
	font-size: 13px;
}

a:link {
	color: #3F3FFF;
}

a:hover, a:active {
	text-decoration: none;
	color: #003448;
}

a:visited {
	color: #333333;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

table tr td {
	text-align: center;
}

table th {
	background-color: #eeeeee;
	text-align: center;
}

.greyfont {
	font-size: 16px;
	color: #bf0000;
/*	background-color:#00CCFF;  */
}
.highlightfont {
	font-size: 16px;
	color: #00bfbf;
/*	background-col\or:#FFCC00;*/
}
.bigfont {
	font-size: 28px;
	color: #000000;
}
.bigfontred {
	font-size: 28px;
	color: #bb0000;
}
.crossline {
	font-size:20px;
	color: #333333;
	text-decoration: line-through;
}
.smallfont {
	font-size:14px;
	color:#000000;
}

.midfont {
	font-size:18px;
	color:#00bb00;
}
/* Header */
#header {
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -475px;
/*	float: left;
	margin: 0 auto 10px auto;
	width: 100%;*/
	width: 950px;	
	height: 62px;
	background: url(../images/img03.gif) repeat-x left bottom;
}

#headerblock {
	margin: 0 auto;
	width:950px;
}
#logo {
	float: left;
}

#logo h1 {
	font-size: 38px;
	color: #494949;
}

#logo h1 sup {
	vertical-align: text-top;
	font-size: 24px;
}

#logo h1 a {
	color: #494949;
}

#logo h2 {
	margin-top: -10px;
	font-size: 21px;
	color: #30A0A0;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 15px;
	padding: 7px;
	text-decoration: none;
	font-size: 13px;
	color: #000000;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active a {
	background: url(../images/img02.gif) repeat-x left bottom;
}

/* Page */

#page {
	position: absolute;
	top: 120px;
	margin-left: -475px;
	left: 50%;
	width: 950px;
/*	margin: 0 auto;	*/
}

/* Sidebar */

#sidebar {
	float: right;
	width: 195px;
	padding-top: 0px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 5px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
}

#sidebar h2 {
	margin-bottom: 10px;
	background: url(../images/img03.gif) repeat-x left bottom;
	font-size: 16px;
}

/* Footer */

#shortfooter {
	clear: both;
}

#legal {
	clear: both;
	padding-top: 20px;
	text-align: center;
	color: #375C69;
}

#legal a {
	color: #476B77;
}

#cheapest10 {
	padding-top: 20px;
	padding-bottom: 20px;
}

/* round element */
div.roundedHeader {
	margin-top: 0;
	margin-bottom:0;
	background: #eff3f2 url(../images/rounded_header_bg.png) top left no-repeat;
	border-right: 1px solid #e0e8e5;
	border-bottom: 1px solid #e0e8e5;
	padding: 18px 20px !important;
}
div.roundedHeader h1,
div.roundedHeader h2,
div.roundedHeader h3 {
	margin-top: 0;
	margin-bottom: 0;
}
.roundedContent {
	display: block;
	margin: -1px 0em 0.5em 0em;
	line-height: 1.5em;
	background: #eff3f2 url(../images/rounded_block_bg.png) bottom right no-repeat;
	border-left: 1px solid #e0e8e5;
	padding: 10px 20px 20px !important;
}
.roundedContent table.qtTable {
	margin-top:0;
}
.roundedFooter {
	float: right;
}
/* end of rounded element */

.clr {clear:both}
/* float thumbnail in first page */
.thumbnail{float:right;padding-left:4px; margin-left:10px; margin-right: 8px}
.thumbnail img,.picture-story img{/*border:1px solid #00c*/}
.thumbnail{text-align:center}
.thumbnail .source{width:80px}
.thumbnail .source{cursor:pointer}

/* icons, 22X23 icon array */
.icons { display: block; width: 20px; height: 20px; background-image: url('../images/icons.png'); background-repeat: no-repeat; }
.iconhome { background-position: 0px 0px; }
.iconstar { background-position: -22px -161px; } 
.iconemptystar { background-position: -66px -161px; } 

/*first page style*/
.phoneunit h2 {
	font-size: 14px;
}

.phoneunit p {
	margin-left: 0;
	padding-left:0;
	text-align: left;
}

.hotphoneunit { float: left; margin-left: 20px; }
.hotphoneimg { float: left; }
.hotphonedesc { float: left; }

.floatr {
	float: right;
/*	width: 103px;	*/
	margin: 0 0 10px 10px;
	background-color: #fff;
	padding: 10px;
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;
}

.floatl {
	float: left;
/*	width: 103px;	*/
	margin: 0 0 10px 10px;
	background-color: #fff;
	padding: 10px;
	border-top: 1px solid #999;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 1px solid #999;
}

#firstpagemain {
	float: left;
	width: 700px;
	margin-right: 5px;
}

.basicspec  ul{
	list-style: none;
}
.basicspec li {
	display: inline;
	padding-right: 20px;
}
