@import url("styles_forms.css");

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	color: #193d19;	
	background: #316510 url(/gfx/bg_body.gif) repeat-x top left;
}

table.main {
	height: 500px;
	width: 100%;
	margin: 0;
}

td.container {
	width: 970px;
	vertical-align: top;
}

td.topleft {
	width: 50%;
	height: 316px;
	background: transparent url(/gfx/bg_left.gif) no-repeat top right;
}


td.topright {
	width: 50%;
	height: 316px;
	background: transparent url(/gfx/bg_right.gif) no-repeat top left;
}


td.rightmiddle {
	width: 50%;
	height: 200px;
	background: #ecddb9 url(/gfx/bg_right_middle.gif) no-repeat top left;
}

td.leftmiddle {
	width: 50%;
	height: 200px;
	background: #ecddb9 url(/gfx/bg_left_middle.gif) no-repeat top right;
}

td.rightbottom {
	width: 50%;
	height: 291px;
	background: #31650f url(/gfx/bg_right_bottom.jpg) no-repeat top left;
}

td.leftbottom {
	width: 50%;
	height: 291px;
	background: #31650f url(/gfx/bg_left_bottom.jpg) no-repeat top right;
}

div.middleleft {
	background: transparent url(/gfx/bg_left_middle_div.jpg) no-repeat bottom right;
	height: 137px;
}

div.middleright {
	background: transparent url(/gfx/bg_right_middle_div.gif) no-repeat bottom left;
	height: 137px;
}

td.data {
	background: transparent url(/gfx/bg_data_td.gif) repeat-y top left;
}

td.bottomcenter {
	background: transparent url(/gfx/bg_bottom_center.jpg) no-repeat top left;
	padding: 55px 0 0 280px;
	color: #193d19;
}

div.data {
	background: transparent url(/gfx/bg_data_div.jpg) no-repeat bottom left;
	min-height: 500px;
	margin-bottom: -1px;
}

div.leftside {
	width: 250px;
	padding-bottom: 95px;
}

div.contact {
	width: 220px;
	height: 151px;
	padding: 20px 0 0 30px;
	background: transparent url(/gfx/bg_contact.jpg) no-repeat top left;
}

div.lastminute {
	width: 220px;
	height: 76px;
	background: transparent url(/gfx/bg_lastminute.gif) no-repeat top left;
	padding: 2px 0 0 30px;
	margin: 5px 0;
}
div.lastminute2 {
	width: 220px;
	height: 218px;
	background: transparent url(/gfx/bg_lastminute2.gif) no-repeat top left;
	padding: 2px 0 0 30px;
	margin: 5px 0;
}
div.programs {
	width: 220px;
	height: 76px;
	background: transparent url(/gfx/bg_programs.gif) no-repeat top left;
	margin-bottom: 5px;
	padding: 2px 0 0 30px;
}

div.content {
	width: 658px;
	min-height: 500px;
	padding: 0 30px 10px 30px;
	background: transparent url(/gfx/bg_content.gif) no-repeat top left;

}

tr.row1 {
	background-color: #F1E7CB;
}

/*
 *	formatting
 */
p {
	margin: 0;
}

.b10 {
	padding-bottom: 10px;
}

.t10 {
	padding-top: 10px;
}

.t20 {
	padding-top: 20px;
}

.t50 {
	padding-top: 50px;
}

.mt20 {
    margin-top: 20px;
}

.t3 {
	padding-top: 3px;
}

.t5 {
	padding-top: 5px;
}

.pr138 {
	 padding-right: 138px;
}

.b5 {
	padding-bottom: 5px;
}

.upper {
	text-transform: uppercase;
}

.pl10 {
	padding-left: 10px;
}

.strong {
	font-weight: bold;
}

.black {
	color: #2e2215;
}

a.black,
a.black:hover {
	color: #2e2215;
}

span.footer {
	padding: 0 10px 0 20px;
}

h1 {
	font-size: 21px;
	font-family: Times New Roman;
	background: transparent url(/gfx/bg_h1.gif) no-repeat top left;
    color: #D68F5A;
	height: 25px;
	font-weight: normal;
	padding-top: 10px;
}

h1 span {
	background-color: #F8F3E6;
	padding-right: 10px;
}

h1.error {
    color: #ff0000;
    border-bottom: 1px solid #ff0000;
}

h2 {
	color: #D68F5A;
	font-size: 18px;
	padding: 0;
	padding: 5px 0;
	margin: 0;
	font-weight: normal;
	font-family: Times New Roman;
}

ul {
	padding-left: 10px;
	margin: 0;
	line-height: 12px;
}

li {
    margin-bottom: 5px;
    line-height: 16px;
	list-style: none;
	background: transparent url(/gfx/bg_li.gif) no-repeat 0 4px;
	padding: 0 0 0 15px;

}

li.title {
	line-height: 12px;
	text-align: left;
	background: transparent url(/gfx/bg_li1.gif) no-repeat 0 4px;
	padding-left: 10px;
	color: #73aa16;
	list-style: none;
    margin: 0;
}

li.name {	
	list-style: none;
	background: transparent url(/gfx/bg_li2.gif) no-repeat 0 7px;
	padding-left: 10px;
	color: #707065;
	line-height: 18px;
	margin: 0 0 0 11px;
}

label.req {
	font-weight: bold;
	font-size: 12px;
}

li.hand {
  cursor: pointer;
}

div.form ul {
	padding-left: 15px;
	margin: 0;
}

div.form li {
	padding-left: 0;
	padding: 0;
	margin: 0;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.block {
	display: block;
}

.nowrap {	
	white-space: nowrap;
}

.mr10 {
	margin-right: 10px;
}

.ptop8 {
	padding-top: 8px;
}

.pleft80 {
	padding: 0 35px 0 26px;
}

.p15 {
	padding: 0 15px;
}

div.inputrightmargin {
	margin-right: 13px;
}

.p10 {
	padding: 0 10px;
}

.green {
	color: #6a9612;
}

.cursor {
    cursor: pointer;
}

.w590 {
    width: 590px;
}

.w610 {
    width: 610px;
}

.tright {
    text-align: right;
}

span.title {
	color: #000;
	font-size: 21px;
	font-family: Times New Roman;
}

span.title2 {
	color: #411e09;
	font-size: 16px;
	font-family: Times New Roman;
}

/*
 *	link
 */

a,
a:hover {
	color: #193d19;
	outline: none;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

td.bottomcenter a,
td.bottomcenter a:hover {
	color: #193d19;
	text-decoration: none;
}

td.bottomcenter a:hover {
	text-decoration: underline;
}

a.next,
a.next:hover {
	background: transparent url(/gfx/bg_li.gif) no-repeat 100% 4px;
	padding-right: 12px;
}

a.next2,
a.next2:hover {
	background: transparent url(/gfx/bg_li.gif) no-repeat left 4px;
	padding-left: 12px;
	text-decoration: none;
	font-size: 14px;
}

a.next2:hover {
	text-decoration: underline;
}

a.back,
a.back:hover {
	background: transparent url(/gfx/bg_back.gif) no-repeat 0 4px;
	padding-left: 12px;
}

a.nodecoration,
a.nodecoration:hover {
	text-decoration: none;
}

img.turing {
    padding: 2px 4px 2px 2px;
    margin-top: -3px;
	border: 1px solid #D58D57;
}

table.basket {
    width: 610px;
    margin-bottom: 10px;
}

table.basket th {
    background-color: #b6ed6d;
    padding: 5px;
    color: #189708;
}

table.basket td {
    background-color: #e9fad3;
    padding: 5px;
    color: #189708;
}

tr.line td {
	border-bottom: 1px solid #D58D57;
}

/*
 *	holder
 */

div.holdertop {
	height: 10px;
	width: 150px;
	background: transparent url(/gfx/holder/holder_top.gif) no-repeat bottom left;
}

div.holdermiddle {
	width: 150px;
	background: transparent url(/gfx/holder/holder_middle.gif) repeat-y 0 0;
	padding: 0 0 0 10px
}

div.holderbottom {
	height: 10px;
	width: 150px;
	background: transparent url(/gfx/holder/holder_bottom.gif) no-repeat top left;
}
