/** BASIC */

body {
	margin-left: 20px;
	margin-right:20px;
	margin-top:0px;
	margin-bottom:0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
	width: 188px;
	border: 1px solid #DADADA;
}

.submit1 {
	width: 58px;
	height: 18px;
	border:1px solid #ffffff;
	background: #004C99;
	font-weight: bold;
	color: #FFFFFF;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5E5E5E;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 18px;
}

.text1 {
	padding-left: 16px;
	background: url(images/homepage11.gif) no-repeat left center;
	text-transform: uppercase;
	font-size: 11px;
	color: #202020;
}

.text2 {
	font-size: 11px;
	color: #2F2F2F;
}

.text3 {
	text-align: center;
	color: #ABABAB;
}

/** LINKS */

a {
	color: #004466;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

.link1:hover {
	text-decoration: underline;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1  { background: url(images/homepage02.jpg) repeat-x left bottom; }
.bg2  { background: #FFFFFF url(images/homepage03.gif) repeat-x 0px 139px; }
.bg3  { background: url(images/homepage04.jpg) no-repeat left top; }
/* .bg4  { background: url(images/homepage10.gif) repeat-x left top; } */
.bg5  { padding-bottom: 30px; background: url(images/homepage12.gif) no-repeat left bottom; }
.bg6  { background: url(images/homepage09.gif) repeat-x left top; }
.bg7  { padding-bottom: 30px; background: url(images/homepage16.gif) no-repeat left bottom; }
.bg8  { background: url(images/homepage17.png) no-repeat left top; }
.bg9  { background: url(images/homepage18.gif) repeat-y left top; }
.bg10 { background: url(images/homepage19.png) no-repeat left bottom; }
.bg11 { background: url(images/homepage23.gif) repeat-x left top; }
.bg12 { padding-bottom: 30px; background: url(images/subpage1_03.gif) no-repeat left bottom; }
.bg13 { padding-bottom: 30px; background: url(images/subpage2_01.gif) no-repeat left bottom; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	clear: both;
	height: 1px;
	margin: 0px 0px 15px 0px;
	background: url(images/homepage09.gif) repeat-x left top;
}

/* table hor minimalist a begin */
#hor-minimalist-a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #888888;
	background: #fff;
	margin: 0px;
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-a th
{
	font-size: 14px;
	font-weight: normal;
	/* color: #039; */
	padding: 10px 8px;
	/* border-bottom: 2px solid #6678b1; */
	border-bottom: 2px solid #666666;
}
#hor-minimalist-a td
{
	/* color: #669; */
	/* padding: 9px 8px 0px 8px; */
	padding: 5px 5px 5px 5px;
}
#hor-minimalist-a tbody tr:hover td
{
	/* color: #009; */
	background-color:#ededed;
}
/* table hor minimalist a end */

/* Liner Content  */
.liner_content  { padding-bottom: 5px; background: url(images/homepage12.gif) repeat-x left bottom; }

/* s3Slider */
#slider1 {
    width: 940px; /* 720 - important to be same as image width */
    height: 250px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#slider1Content {
    width: 940px; /* 720 - important to be same as image width or wider */
    position: absolute;
	top: 0;
	left: -40px;
	margin-left: 0;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 20px 40px;
    width: 694px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 14px;
}
.left {
	top: 0;
    left: 40px;
	width: 210px !important;
	height: 190px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}
ul { list-style-type: none;}
/* s3slider end */




