/* @override 
	http://abook.local/~arne/ThisIsGreen/css/main.css
	http://thisisgreen.com/css/main.css
*/

/* reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	clear: both;
}

/* Main */
body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #f0f0f0;
}
div#container {
	width: 970px;
	margin: 0 auto;
}
div#header {
	margin: 0 0 10px 0;
}
div#menu {
	height: 32px;
	background: url(../images/menu.jpg) no-repeat;
	padding: 8px 8px 0;
	font-size: 14px;
}
div#menu ul li {
	display: inline;
}
div#menu ul li a {
	color: #ddffda;
	font-size: 12px;
	text-decoration: none;
	padding: 8px 20px;
}
div#menu ul li a:hover {
	background-color: #26a226;
}
div#content {
	background: white url(../images/topcontent.png) no-repeat left top;
	padding: 10px 10px 0;
}
div#endofcontent {
	background: white url(../images/bottomcontent.png) no-repeat left top;
	height: 10px;
}
div#tips {
	margin: 10px -5px 0;
	dbackground: white url(../images/toptip.png) no-repeat left top;
}
div#tips img {
	margin: 0px 2px;
}
div#tips div.addborder {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0 9px;
}
div#footer {
	color: #999;
	margin: 10px 0;
	font-size: 12px;
	text-align: center;
}
div.info h1 {
	font-size: 25px;
	margin-bottom: 20px;
}
div.item div {
	margin-left: 200px;
	line-height: 1.5;
}
div.info hr {
	background-color: #bbb;
	border: 0;
	height: 1px;
	clear: both;
}
div#tips {
	text-align: center;
}
div.item img {
	float: left;
}
div.item .link {
	color: #4e8fff;
}
div.left {
	width: 45%;
	float: left;
}
div#text {
	padding: 30px 15px;
	font-size: 20px;
}
div#text p {
	font-size: 15px;
	margin: 20px 0;
	color: #666;
}
div.right {
	width: 45%;
	float: left;
	text-align: center;
	padding: 20px 0;
}
.foriphone {
	color: #888;
	font-size: 25px;
	margin: 10px;
}
.guide {
	font-size: 20px
	margin: 10px;
}
.price {
	margin: 20px 0 10px;
	color: #888;
	font-size: 15px;
}
.buy {
	float: right;
	text-decoration: none;
	color: green;
}
.bottomlinks a {
	color: #666;
	text-decoration: none;
	margin-left: 15px;
	padding-bottom: 1px;
	border-bottom: 1px solid #ddd;
	font-size: 13px;
}
.bottomlinks a:hover {
	border-bottom: 1px solid #666;
}
.bottomlinks a.active {
	color: black;
	border-bottom: 1px solid black;
}
div#quote hr {
	border: 0;
	height: 1px;
	background-color: #eee;
}
div.adimage {
	padding: 20px;
}