/*General Styles*/
* {	
	margin:0;
	padding:0; 
}
body {
	background:#000;
	color:#000000;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:12px;	
	min-width:93%;
}

.tl {background: url(images/corners/tl.gif) 100% 0% no-repeat}
.tr {background: url(images/corners/tr.gif) 0% 0 no-repeat} 
.bl {background: url(images/corners/bl.gif) 0 100% no-repeat}
.br {background: url(images/corners/br.gif) 100% 100% no-repeat}
.clr_t {background: url(images/corners/clear.gif) 10% 10% repeat}

.top-left, .top-right, .bottom-left, .bottom-right { 
	background-image: url('images/corners/corners1280x18.gif'); /* CHANGE: path and name of your image */
	height: 9px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
	}
.top-left, .bottom-left { 
	margin-right: 9px; /* CHANGE: replace by the width of one of your corners */
	}
.top-right, .bottom-right { 
	margin-left: 9px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -9px;  /* CHANGE: replace by the height of one of your corners */
	}
.top-right {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
	}
.bottom-left  { 
	border:0;
	background-position: 0 -9px;    /* CHANGE: replace second number by negative height of one of your corners */
	}
.bottom-right {
 border:0;
	background-position: 100% -9px; /* CHANGE: replace second number by negative height of one of your corners */
	}
.inside {
	border-left: 1px solid #C00000; /* YCC: color & properties of the left-borderline */
	border-right: 1px solid #C00000;/* YCC: color & properties of the right-borderline */
	background: #EFEFEF;            /* YCC: background-color of the inside */
	color: #000000;                 /* YCC: default text-color of the inside */
	padding-left: 10px;             /* YCC: all texts at some distance of the left border */
	padding-right:10px;             /* YCC: all texts at some distance of the right border */
	}
.notopgap    { margin-top: 0; }    /* DNC: to avoid splitting of the box */
.nobottomgap { margin-bottom: -1px; padding-bottom: 1px; } /* DNC: to avoid splitting of the box */

.adjust_margins{ 
	clear:both;
	padding:0% 0% 0px 0%;
	margin:0% 10% 0% 10%;
	border:0px solid #f0f;
} 

#wrap {
	margin:10px 0px 0px 0px;
	width:93%;
}
#header {
	border:0;
	background:transparent;
}
#main {
	clear:both;
	border:60px solid #000;
	background:#fff;
	padding:3% 1% 0px 1%;
}

p {
	padding:0px 0px 8px 0px;
}

/*Heading Styles*/
h1 {
	text-align:center;
	font-family: Tahoma, Arial, helvetica, sans-serif;
	font-size:24px;
	margin:10px 0px 5px 0px;
}
h2 {
	text-align:center;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:16px;
}
h3 {
	text-align:center;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:14px;
}
h3 a {
color:#000;
}
h3 a:hover{
	color:#426595;
}
h4 {
	text-align:left;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:14px;
}
h5 {
	text-align:center;
	background:#000;
	color:#000;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:6px;
}
h6 {
	text-align:center;
	font-family: Tahoma, Arial, helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	color:#000;
}
/*Layout styles*/

table.navigation#top {
	background: #000;
  position: fixed;
	width: 100%;
	padding:0px 60px  0px 60px;
	border-spacing: 0; 
}
table.booking {
	background: #fff;
  margin:0px 0px 0px 0px;
  position: relative;
	width: 100%;
	padding: 0;
	border-spacing: 0; 
}
table.software a {
	color: #fff; 
} 
table.software {
	
  /*background: #ff0;*/
  position: static;
	width: 35%;
	height: 50;
	padding:0%;
	border-spacing: 10px;
	border: 0%; 
}
table.left *{
	width: 50%;
	border-spacing: 0px;
	/*border: solid #f00;*/ 
}
table.left {
	table-layout: fixed;
  /*background: #ff0;*/
  position: static;
	width: 100%;
	
	padding:0% 0% 0% 0%;
	/*border-spacing: 3px;*/
	/*border: solid #ff0;*/ 
}
table.left1 {
	table-layout: fixed;
  /*background: #ff0;*/
  position: static;
	width: 100%;
	
	padding:0% 0% 0% 0%;
	border-spacing: 0px;
	/*border: solid #f00;*/ 
}


table.right *{
	width: 100%;
	border-spacing: 0px;
	border: solid #f00; 
}
table.right {
	table-layout: fixed;
  /*background: #ff0;*/
  position: static;
	
	width: 60%;
	padding:0%;
	border-spacing: 3px;
	border: solid #ff0; 
}
.spacer {
	clear:both;
}
.imageleft img {
	border: 0;
	float:left;
	margin:0px 50px 0px 0px;
}
.imageright img {
	float:right;
	margin:3px;
}
.imagecenter img {
	display:block;
	margin:0px 100px 0px 17%;
}

.imageleft h2, .imagecenter h2, .imageright h2, .spacer h2, h2 {
	background-color:#426595;
	color:#fff;
	margin:5px 0px;
} 
.imageleft h3, .imageright h3, .spacer h3 {
	color:#000;
	margin:5px 0px;
}
.imageleft h4, .imageright h4, .imagecenter h4 {
	margin-left:2%;
}

.imageleft ul {
	margin-left:340px;
	margin-right:25px;
}
.imageleft li {
	margin-left:25px;
}
.imageright ul, .imagecenter ul {
	margin-left:35px;
	margin-right:330px;
}
#right td {
	text-align:right;
}

/*table styles*/


/*misc styles*/
.error {
	color:#FF0000;
	font-size:10px;
}
.contactform {
	margin:0 auto;
	width:400px;
}

#footer p {
	text-align:center;
	font-size:10px;
	padding:0px 0px 10px 0px;
	color:#fff;
	background:#000;
	border:1px solid #000;
	margin:0px;
}
#footer1 p {
	text-align:center;
	font-size:10px;
	padding:55% 0px 10% 0px;
	color:#fff;
	background:#000;
	
}


