/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

.languages
{
position:absolute;
float:left;
top:20px;
right:40px;
width:173px;
height:43;
z-index:4;
}

#wrapper {
width: 995px; margin: 0 auto; 
text-align: left;
border: 0px blue solid;

}

* {
	margin: 0;
	padding: 0;
}

body {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background:#1E2739;
	color: #555555;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 1em;
	line-height: 140%;
}

a {
	color: #333333;
	text-decoration:none;
	border:0;
}

a:hover {
	text-decoration: none;
	color: #FC3E1A;
}

img.left {
	float: left;
	margin: 3px 20px 0 0;
	border: 3px solid #848C8F;
}

img.right {
	float: right;
	margin: 3px 0 0 20px;
	border: 3px solid #848C8F;
}

hr {
	display: none;
}

/* Header */


#top {
	width:995px;
	height: 90px;
	margin: 0 auto;
	
	background: url(images/top_back.jpg) ;
	z-index:1;
}


#logo {
	width: 670px;
	height: 130px;
	margin: 0 auto;
	padding: 70px 0 0 100px;
	background: url(images) no-repeat 0px 50px;
	
}

#logo h1, #logo p {
	color: #FFFFFF;
}

#logo h1 {
}

#logo p {
	margin: 0;
	padding: 0 0 0 2px;
	line-height: normal;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 995px;
	height: 123px;
	margin: 0 auto;
	background:#000000;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 43px;
	padding: 12px 30px 0 30px;
	text-decoration: none;
	font: bold 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .current_page_item a {
	background: url(images/img03.gif) no-repeat center bottom;
}

/* Wide Post */

.wide-post {
	
	margin: 0 auto;
	background:  url(images/back_body.jpg) repeat-y;
}

.wide-post .title {
	background: url(images/back_body.jpg) no-repeat;
	font-size: 2em;
	padding-top: 30px;
	padding-right: 45px;
	padding-bottom: 20px;
	padding-left: 45px;
}

.wide-post .title a {
	text-decoration: none;
	border-bottom: 1px solid #B4BBBE;
	color: #333333;
}

.wide-post .title a:hover {
	border: none;
}

.wide-post .entry {
	padding-top: 3px;
	padding-right: 45px;
	padding-bottom: 20px;
	padding-left: 45px;
}
}

#bottom1 {
	height: 20px;
	margin: 0px;
	padding: 0px;
	width: 995px;
	background-image: url(images/back_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.wide-post .links {

	clear: both;
	margin: 0;
	padding: 10px;
	background: #CDD4D7;
	border-top: 1px solid #B4BBBE;
	font-size: .9em;
}

.wide-post .links a {
	text-decoration: none;
}

.wide-post .links .date {
	padding-left: 20px;
	background: url(images/img08.gif) no-repeat left center;
}

.wide-post .links .author {
	padding-left: 20px;
	background: url(images/img09.gif) no-repeat left center;
}

.wide-post .links .comments {
	padding-left: 20px;
	background: url(images/img10.gif) no-repeat left center;
}

.wide-post .links .feeds {
	padding-left: 10px;
	background: url(images/img11.gif) no-repeat left center;
}

/* Two Columns */

.two-columns {
	width: 995px;
	margin: 0 auto;
	padding: 20px 0;
}

.two-columns .column-one {
	float: left;
	width: 370px;
}

.two-columns .column-two {
	float: right;
	width: 370px;
}

.two-columns .title {
	height: 28px;
	padding: 7px 0 0 10px;
	background: #DB8603 url(images/img12.gif) no-repeat;
	font-size: 1.4em;
	color: #333333;
}

.two-columns .entry {
	background: url(images/img13.gif) repeat-x;
}

/* Recent Posts */

#recent-posts {
}

#recent-posts ul {
	margin: 0;
	padding: 20px;
	list-style: none;
}

#recent-posts li {
	padding: 5px 15px;
	background: url(images/img14.gif) no-repeat left center;
	border-bottom: 1px solid #949EA4;
}

/* Recent Comments */

#recent-comments {
}

#recent-comments ul {
	margin: 0;
	padding: 20px;
	list-style: none;
}

#recent-comments li {
	padding: 5px 15px 5px 17px;
	background: url(images/img15.gif) no-repeat left center;
	border-bottom: 1px solid #949EA4;
}

/* Submenu */

#submenu {
	clear: both;
	padding: 20px 0;
	background: #535657 url(images/img16.gif) repeat-x left bottom;
	color: #A9B6BB;
}

#submenu ul {
	width: 995px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#submenu li {
	display: block;
	float: left;
	width: 180px;
	padding: 0 12px 0 0;
}

#submenu li ul {
	width: auto;
	margin: 0;
}

#submenu li li {
	display: list-item;
	float: none;
	width: auto;
	padding: 5px 0 5px 10px;
	background: url(images/img17.gif) no-repeat left center;
	border-bottom: 1px solid #424546;
}

#submenu h2 {
	margin: 0 0 5px 0;
	border-bottom: 2px solid #424546;
	font-size: 1.2em;
}

#submenu a {
	text-decoration: none;
	color: #A9B6BB;
}

#submenu a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	padding: 40px 0;
	background: #3F4244 url(images/img18.gif) repeat-x;
}

#footer p {
	text-align: center;
	font-size: smaller;
	color: #666666;
}

#footer a {
	color: #666666;
}

.bottom_title {
background: url(images/back_bottom_title.jpg) no-repeat;
height: 25px;
}

#bottom_menu {
text-align:center;
background: url(images/back_bottom_menu.jpg) repeat-y;
height:30px;

}


#nav {
text-align:center;
background:url(images/purely-Elegant_02.jpg);
height:28px;

 margin-left: auto;
    margin-right: auto;
display: block;


}


#topmenu {
	position:relative;
	display: block;
left: 50px;
	top:0px;
	background:none;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
	text-align:center;

	white-space: nowrap;
 margin-left: auto;
    margin-right: auto;



}


#topmenu li {
 text-align: center
position:relative;

 display: block;

border-width:0pt 0pt 0pt 1px;
float:left;;
text-align:center;
/* width:191px; */

}


 #topmenu li a
{
	position:relative;
	top: 3px;
	display: block;
text-align:center;
	/*border:1px red solid;*/
right: 10px;
text-decoration: none;
padding-left:40px;
	text-align: center;
	white-space: nowrap;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #cccccc;
}

/*
.b1 , .b2, .b3 , .b4 , b5 a:link , a:visted {


	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: oblique;
	color: #999999;
	font-family: "Times New Roman", Times, serif;
}
.b1 {
width:100px;

}


.b2 {

width: 125px;

}


.b3 {

width: 129px;

}


.b4 {

width: 140px;

}


.b5 {

width: 130px;

}


.b1a {

width: 100px;

}

.b1b{

width: 100px;

}
*/


.Tab {
  cursor: hand;
  cursor: pointer;
}

.td {

margin-right:5px;
margin-left: 5px;
padding-right:3px;
padding-left: 3px;

}

td.Tab {
  cursor: hand;
  cursor: pointer;
  background:  url(images/menu.gif);
  width: 107px;
  height: 37px;
  horizontal-align: center;
  vertical-align: top;
  padding-top: 4px;
}

input {
	color: black;
	font-size: 11px;
	font-family: tahoma;
}

select {
	color: black;
	font-size: 11px;
	font-family: tahoma;
}

textarea {
	color: black;
	font-size: 11px;
	font-family: tahoma;
}

a {
	color: #2174A8; 
	text-decoration:none;
	font-size: 11px;
	font-family: tahoma;
}

li {
	color: #333333;
	font-size: 11px;
	font-family: tahoma;
	padding-right:1px;
}

.biggertitle {
	color: #336699;
	font-size: 22px;
	font-family: tahoma;
	font-weight: bold;
	padding-top:0px;
	padding-bottom:10px;
}

.title {
	color: #336699;
	font-size: 16px;
	font-family: tahoma;
	font-weight: bold;
	padding-top:0px;
	padding-bottom:10px;
}

.smallertitle {
	color: #336699;
	font-size: 14px;
	font-family: tahoma;
	font-weight: bold;
	padding-top:0px;
	padding-bottom:10px;
}

.messagetitle {
	color: #336633;
	font-size: 16px;
	font-family: tahoma;
	font-weight: bold;
	padding-top:0px;
	padding-bottom:10px;
}

.errortitle {
	color: red;
	font-size: 16px;
	font-family: tahoma;
	font-weight: bold;
	padding-top:0px;
	padding-bottom:10px;
}

.subtitle {
	color: #333333;
	font-size: 13px;
	font-family: tahoma;
	font-weight: bold;
	padding-top:0px;
	padding-bottom:5px;
}

.s2 {
	cursor:pointer;
	cursor:hand;
	background:#ddd;
	padding:0 3px
	font-size: 10px;
	font-family: tahoma;
	color:#000;
}

.tips {
	color: #999999;
	font-size: 9px;
	font-family: tahoma;
}

.normaltextsmaller {
	color: #333333;
	font-size: 9px;
	font-family: tahoma;
}

.normaltextbigger {
	color: #333333;
	font-size: 14px;
	font-family: tahoma;
}

.normaltext {
	color: #333333;
	font-size: 11px;
	font-family: tahoma;
}

.normaltextitalic {
	color: #333333;
	font-size: 11px;
	font-family: tahoma;
	font-style: italic;
}

.normaltextstrong {
	color: #333333;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}

.blacktext {
	color: #000000;
	font-size: 11px;
	font-family: tahoma;
}

.blacktextstrong {
	color: #000000;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}

.linksmall {
	color: #2174A8; 
	text-decoration:none;
	font-size: 9px;
	font-family: tahoma;
}

.link {
	color: #2174A8; 
	text-decoration:none;
	font-size: 11px;
	font-family: tahoma;
}

.linkstrong {
	color: #2174A8; 
	text-decoration:none;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}

.linkstrongred {
	color: red; 
	text-decoration:none;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}

.biglink {
	color: red; 
	text-decoration:none;
	font-size: 14px;
	font-family: tahoma;
	font-weight: bold;
}


.style2 {
	color: #333333;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}
.style3 {
	color: #ffffff;
	font-size: 11px;
	font-family: tahoma;
}
.style4 {
	color: #FFFFFF;
	font-size: 9px;
	font-family: tahoma;
}
.style8 {
	color: #7e7e7e;
	font-size: 11px;
	font-family: tahoma;
}
.nav {
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}
.adv {
	background-color: #EEF6FF;
5;
	border: groove #000099;
	padding: 20px;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
}
.side_head {
	background-color: #B9C4D2;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.table_side {
	border: thin solid #999999;
}
body {
	background-image: url(../images/back.gif);
}
.main_border {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.side_border {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dashed;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.main_padding {
	padding-right: 20px;
	padding-left: 20px;
}
.table_offer_header {
	background-color: #6699CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
