@charset "utf-8";
/* CSS Document */


body, h1, h2, h3, h4, h5, h6, blockquote, p, form, input, ul, li, div {
	margin: 0 0 0 1;
	padding: 0;
}
body{
	margin:0;
	color:#333;
	font-family:Tahoma;
	font-size:12px;
}

h2{
	font-size:25px;
}

h3
{
    color:#00cbad;
	font-size:18px;
	padding:10px 0; 
}

a:link, a:visited{
	color:#aafbef;
	text-decoration:none;
}

a:hover{
	color:#fff;
}

#container, #header, #banner, #footer-container{
	width:970px;
	margin:0 auto 0 auto;
}


#head{
	height:60px;
	background-color:#333;
	padding-top:25px;
}

#logo{
	float:left;
	width:264px;
	padding-right:20px;
}

#menu{
	padding-top:10px;
	text-align:right;
}

#menu li{
    display:inline;
	list-style:none;
	/*margin-left:5px;*/
	padding:10px;
}

#menu a{
	padding:5px;
	color:#aafbef;
}

#menu a:link, #menu a:visited{
	color:#fff;
}


#banner{
	padding-top:10px;
}

/* ----------------------- content style -------------------------*/
#bottom
{
    float:left;
    display:block;
    margin-left :7px;
}
#top{
	padding:10px 0 0 0;
	height: 288px;
}

#main{
	float:left;
	width:590px;
	padding:0 15px 10px 10px;
}

#main h2{
	color:#00cbad;
	padding:15px 0 15px 0;
}

#main p{
	padding:0 0 5px 0;
}

#sidebar, .box{
	float:left;	
	background-color:#cae1e1;
margin-left:65px;
margin-top:0px;
	}

.align{
	margin-right:22px;
	float:left;
}

#sidebar p, #sidebar h3, .box p{
	padding:10px 20px 0 20px;
	width: 250px;
	height: 14px;
}

#sidebar h2, .box h2{
	text-align:center;
	padding:10px 0 0 0;
}

#sidebar a:link, #sidebar a :visited{
	color:#333;
	text-decoration:none;
}

#sidebar a:hover{
	text-decoration:none;
}


.box{
	margin-top:10px;
	margin-bottom:10px;
	width: 278px;
	margin-left:20px;
}

.img{
	text-align:center;
	padding:0;
}

.box-image{
	text-align:center;
	padding:10px 0 0 0;
	clear:both;
	
}

.box-link-background{
	background-color:#323333;
	color:#aafbef;
	width:70px;
	padding:5px 0;
	margin:10px 20px 10px 20px;
	text-align:center;
}


/* --------------------------- footer style --------------------------- */

#footer{
	clear:both;
	background-color:#323333;
	color:#fff;
}

#footer-container{
	padding:10px 0;
	margin-top:10px;
	overflow:hidden;
}

#address{
	float:left;
}

#menu-bottom{
	float:right;
	text-align:right;
}

/* ------------------ inner page style -----------------*/

.inner-list{
	list-style:circle;
	padding-left:20px;
}

.name{
	font-weight:bold;
	font-style:italic;
	text-align:right;
}

/* ------------------ contact style -----------------*/

form{
	margin-top:10px;
}

.form-element{
	width:350px;
	height:20px;
}

.form-area{
	width:350px;
	height:200px;
}

/*Slider*/
.slider_outr
{
    width:px;
    float:left;
    margin-top:30px;
}
.footerlink .lf {
	float:left;
}
.footerlink .rf {
	float:right;
}

/* This is the css style that will make your text blink.*/
.blinkytext {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 1.2em;
     text-decoration: blink;
     font-style: normal;
 }
 
 .word
 {
     font-family: Calibri; font-size: medium;
 }
.watermarked {
	height:20px;
	width:150px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
	
	
	  border-radius: 4px;
            border-color:#448EBE;
            border-style:groove;
           
}
.unwatermarked {
	height:18px;
	width:148px;
}

/*  button   */

.button
{
background-color: #ccc;
padding: 10px;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}



/* ----------text box------------*/

     .txtbox
        {
            border-radius: 4px;
            border-color:#448EBE;
            border-style:groove;
           
        }
        
        
        
        
        .txt{
     background: white;
	border: 1px solid #ffa853;
	border-radius: 5px;
	box-shadow: 0 0 5px 3px #ffa853;
	color: #666;
	float: left;
	padding: 5px 10px;
	width: 165px;
	outline: none;
}