body {
	background-color: #ffffff;
	color: #666666;
	margin: 0px 0px 0px 0px;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 28px;
}

a {
	color: #00c3f6;
	text-decoration: none;
	border-bottom: 1px dotted #00c3f6;
}

a:hover {
	color: #ffffff;
	background-color: #00c3f6;
	text-decoration: none;
}

a img, a:hover img {
    border: none;
    background: none;
}

a.copyright {
	color: #b4b4b4;
	text-decoration: none;
	border-bottom: 1px dotted #b4b4b4;
}

a.copyright:hover {
	color: #d4d4d4;
	text-decoration: none;
	background-color: #ffffff;
}

a.menu {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 0px;
}

a.menu:hover {
	color: #ff9c00;
	background-color: #fffffe;
	text-decoration: none;
}

#header {
	width: 776px;
	height: 85px;
	margin: 15px 0px 0px 0px;
}

#footer {
	width: 776px;
	height: 85px;
	padding: 20px 0px 0px 0px;
}

html>body #footer {
	height: 65px;
}

#logo {
	float: left;
	padding: 0px 0px 0px 5px;
}

#mantra {
	float: right;
	padding: 0px 20px 0px 0px;
	color: #a5cbc7;
	font-size: 30px;
	font-style: italic;
}

#mantra a {
    background: none;
    border: none;
    padding-top: 8px;
}
#mantra a:hover {
    border: none;
}

#copyright {
	padding: 10px 0px 0px 0px;
	color: #b4b4b4;
	font-size: 16px;

}

#content {
	width: 766px;
	text-align: justify;
}

#menu {
	width: 776px;
	height: 96px;
	background-image: url('img/menu_bg.gif');
	font-size: 30px;
	color: #ffffff;
	padding: 24px 0px 0px 0px;
}

html>body #menu {
	height: 72px;
}

h1 {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 28px;
	color: #ff9c00;
	padding: 0px 0px 0px 0px;
	margin: 14px 0px 14px 0px;
}

p, td {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 18px;
	color: #666666;
}

p {
	clear: both;
	padding: 0px 0px 0px 0px;
	margin: 14px 0px 14px 0px;
}

th, td {
    vertical-align: top;
}

.box_content {
	width: 756px;
	height: 184px;
}

.box {
	float: left;
	width: 222px;
	height: 184px;
	margin: 0px 12px 0px 12px;
	padding: 10px 0px 0px 0px;
	background-image: url('img/box.gif');
	color: #ff9c00;
}

html>body .box {
	height: 174px;
}

span.marked {
	background-color: #eff7fd;
}

span.price {
	font-size: 40px;
	font-weight: bold;
}

span.disabled {
	color: #d3d3d3;
}




div#logo a, div#logo a img {
    border: 0px;
}

input.boxinput {
    background: url('img/boxinput.gif') no-repeat fixed top;
    border: none;
    width: 222px;
    height: 20px;
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 1px;
}

html>body input.boxinput {
    background: url('img/boxinput.gif');
}

select.boxinput {
    background-color: #edf6fd;
    width: 222px;
    border: 1px solid #d9eafa;
}

textarea.boxinput {
    background-color: #edf6fd;
    border: 1px solid #d9eafa;
    width: 450px;
    height: 300px;
}

input, select, textarea {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

input.btn_submit {
    border: none;
    border-bottom: 1px dotted #00c3f6;
    background: none;
    font-size: 18px;
    color: #00c3f6;
}

form {
    font-size: 18px;
}

.blue {
	color: #00c3f6;
}

li {
    font-size: 26px;
}

p {
    line-height: 26px;
}

p#title {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    line-height: 32px;
}

table.biz {
    width: 400px;
}

span.error {
    color: red;
}