.scroll {
    overflow-Y: scroll;
    overflow-X: hidden;
}
body {
	margin: 0;
	padding: 0;
	background: #D0D0D0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #8A8985;
	
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	/*color: #7D7764*/
	color: #005E891;
	
}

h1 {
	font-size: 2.8em;
}

h2 {
	font-size: 2.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 2.0em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	/*color: #CA4C44;*/
	color: #467492;
	
}

a:hover {
}

#wrapper {
	margin: 0 auto;
	padding: 0;
}

.container {
	width: 1000px;
	margin: 0 auto;
}

/* Header */

#header {
	width: 900px;
	height: 130px;
	margin: 0 auto;
	padding: 0px 50px;
	background: url(../images/back01.jpg) no-repeat left top;
}

/* Logo */



#logo {
	float: left;
	width: 315px;
	margin: 0;
	padding: 0;
	color: #000000;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	height: 130px;
	background-position: 0px 70px;
}

#logo h1, #logo p {
}

#logo h1 {
	padding: 60px 0px 0px 0px;
	letter-spacing: -2px;
	text-transform: lowercase;
	font-size: 3.8em;
	background: redc;
}

#logo p {
	margin: 0;
	padding: 0px 0 0 0px;
	letter-spacing: -1px;
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #CCCCC4;
} 

#logo p a {
	color: #CCCCC4;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #E3564F;
}

/* Splash */

#splash {
	height: 300px;
}


/* Search */

#search {
	float: right;
	padding-top: 85px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#search input[type="text"] {
    background: url(../images/search-white.png) no-repeat 10px 6px #fcfcfc;
    border: 1px solid #ccc;
    font: bold 12px Arial,Helvetica,Sans-serif;
    color: #a0a0a0;
    width: 100px;
    padding: 6px 15px 6px 35px;
	float: right;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    }

#search input[type="text"]:focus {
    width: 200px;
	float: right;
    }

/* Search order*/
#search_order {
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#search_order input[type="text"] {
    background: url(../images/search-white.png) no-repeat 10px 6px #fcfcfc;
    border: 1px solid #ccc;
    font: bold 12px Arial,Helvetica,Sans-serif;
    color: #a0a0a0;
    width: 150px;
    padding: 6px 15px 6px 35px;
	float: right;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    }

#search_order input[type="text"]:focus {
    width: 200px;
	float: left;
    }

/* Menu */

#menu {
	float: left;
	width: 948px;
	height: 36px;
	margin: 0px 0px 0px -24px;
	padding: 0;
	z-index: 1;
	background-color: #565656;
}

#menu ul {
	float: left;
	margin: 0;
	padding: 1px 0px 0px 26px;
	list-style: none;
	line-height: normal;
	z-index: 1;
}

#menu li {
	float: left;
	
}

#menu a {
	display: block;
	margin-right: 1px;
	padding: 10px 8px 0px 7px;
	/*  background: url("../images/line.png") no-repeat left 10px ; */
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;


}

#menu .current_page_item a {
	
	
}

/* Page */

#page {
	width: 890px;
	margin: 0 auto;
	padding: 30px 55px;
	background: url(../images/back02.jpg) repeat-y left top;
}

/* Content */

#content {
	float: left;
	width: 580px;
	padding: 0px 0px 0px 0px;
}

#contact_content {
	float: left;
	width: 650px;
	padding: 0px 0px 0px 0px;
}

#content_order {
	float: left;
	width: 850px;
	padding: 0px 0px 0px 0px;
	background-color: #F4F4F4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}

#select_c {
	background-color: #F4F4F4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}
#nivo-content {
	float: left;
	width: 580px;
	padding: 0px 0px 0px 0px;
	top: 600px;
}

.post {
	overflow: hidden;
	margin-bottom: 30px;
	border-bottom: 1px dotted #C2BEB8;
}

.post .title {
	height: 41px;
	padding: 7px 0px 0px 0px;
	letter-spacing: -1px;
}

.post .title a {
	border: none;
	
	color: #545E6B;
}

.post .meta {
	margin-bottom: 30px;
	padding: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.post .meta .date {
	float: left;
}

.post .meta .posted {
	float: right;
}

.post .meta a {
}

.post .entry {
	padding: 0px 0px 20px 0px;
	padding-bottom: 20px;
	text-align: justify;
}

.links {
	padding-top: 20px;
	margin-bottom: 30px;
}

.more {
	display: block;
	float: left;
	width: 90px;
	height: 28px;
	padding: 2px 0px 0px 0px;
	margin-right: 10px;
	background: url(../images/button.jpg) no-repeat left top;
	text-align: center;
	color: #FFFFFF;
	
	
}


.comments {
	display: block;
	float: left;
	width: 90px;
	height: 25px;
	padding: 2px 0px 0px 0px;
	background: url(../images/button.jpg) no-repeat left top;
	text-align: center;
	color: #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 280px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #787878;
	
}



#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #FFFFFF;
}

#sidebar li {
	margin: 0;
	padding: 0;
	color: #787878;
}

#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dotted #E7E2DC;
	background: url(../images/arrow.jpg) no-repeat left 15px;
	margin: 0px 30px;
	border-left: none;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar li li a {
	padding: 0px 0px 0px 15px;
}

#sidebar h2 {
	height: 38px;
	padding-left: 30px;
	letter-spacing: -.5px;
	font-size: 1.8em;
	color: #545E6B;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 10px 20px 30px;
	text-align: justify;
}

#sidebar a {
	border: none;
}

#sidebar a:hover {
	text-decoration: none;
}


#sidebar1 {
	float: right;
	width: 240px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #787878;
	
}



#sidebar1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar1 li {
	margin: 0;
	padding: 0;
}

#sidebar1 li ul {
	margin: 0px 0px;
	padding-bottom: 30px;
}

#sidebar1 li li {
	line-height: 35px;
	border-bottom: 1px dotted #C2BEB8;
	background: url(../images/arrow.jpg) no-repeat left 15px;
	margin: 0px 30px;
	border-left: none;
}

#sidebar1 li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar1 li li a {
	padding: 0px 0px 0px 15px;
}

#sidebar1 h2 {
	height: 38px;
	padding-left: 30px;
	letter-spacing: -.5px;
	font-size: 1.8em;
	color: #545E6B;
}

#sidebar1 p {
	margin: 0 0px;
	padding: 0px 10px 20px 20px;
	text-align: justify;
}

#sidebar1 a {
	border: none;
}

#sidebar1 a:hover {
	text-decoration: underline;
}




/* Three Column Footer Content */

#footer-content {
	background: url(../images/back04.jpg) repeat-y left top;
	color: #BFBFBF;
}

#footer-bg {
	overflow: hidden;
	width: 890px;
	background: url(../images/back03.jpg) no-repeat left bottom;
	padding-top: 20px;
	padding-right: 55px;
	padding-bottom: 50px;
	padding-left: 55px;
}

#footer-content h2 {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 26px;
	color: #FFFFFF;
}

#footer-content ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

#footer-content a {
	color: #447ECF;
}


/* Footer */

#footer {
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding-top: 10px;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	color: #202020;
}

#footer a {
	color: #202020;
}

#marketing {
	overflow: hidden;
	margin-bottom: 30px;
	padding: 20px 0px 10px 0px;
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
}

#marketing .text1 {
	float: left;
	margin: 0px;
	padding: 0px;
	letter-spacing: -2px;
	text-transform: lowercase;
	font-size: 34px;
	color: #345E9B;
}

#marketing .text2 {
	float: right;
}

#marketing .text2 a {
	display: block;
	width: 252px;
	height: 38px;
	padding: 35px 0px 0px 0px;
	background: url(../images/img07.jpg) no-repeat left top;
	letter-spacing: -2px;
	text-align: center;
	text-transform: lowercase;
	font-size: 30px;
	color: #FFFFFF;
}
.kolumn {
	float: left;
	width: 213px;
	margin-left: 30px;
	margin-right: 0px;
	color: #CCC;
}
.kolumn.last {
	margin: 0;
	width: 250px;
}

.hour { 
float: right;
}

label {	
    font-size: 16px;
    color: #666; 
}
 fieldset { border: none; }

 #order-left { 
    float: left;
    width: 150px; 
	margin-left: 0px
} 

 #user-left { 
    float: left;
    width: 150px; 
	margin-left: 0px
}
 
#user-midle {
	float: left;
	width: 340px;
	margin-left: 0px
	

}

#user-right { 
    float: left;
    width: 230px;
	margin-left: 0px
	
}

#user-right2 { 
    float: left;
    width: 150px;
	
}

#user-right3 { 
    float: left;
    width: 20px;
	margin-top: 62px
}

 #edit-user { 
    float: left;
    width: 450px; 
	margin-left: 0px
}

#contact-col1 { 
    float: left;
    width: 150px; 
	margin-left: 0px
}
 
#contact-col2 { 
    float: left;
    width: 150px;
	margin-left: 35px
	

}

#contact-col3 { 
    float: left;
    width: 150px;
	margin-left: 35px
	
}

#contact-col4 { 
    float: left;
    width: 150px;
	margin-left: 35px
	
}

textarea {		
    width: 450px; 
    height: 175px; 		 		
}


.form { 
    float: left;
    border: 1px solid #ccc; 
    padding: 30px 40px 20px 40px; 
    margin: 10px 10px 10px 10px;
    
    background: #fff;
	
/* -- CSS3 - define rounded corners -- */	
-webkit-border-radius: 10px;
-moz-border-radius: 10px; 
border-radius: 10px;
 
/* -- CSS3 - create a background gradient -- */
background: -webkit-gradient(linear, 0% 0%, 0% 40%, from(#EEE), to(#FFF)); 
background: -moz-linear-gradient(0% 40% 90deg,#FFF, #EEE); 
 
/* -- CSS3 - add a drop shadow -- */
-webkit-box-shadow:0px 0 15px #ccc;
-moz-box-shadow:0px 0 15px #ccc; 
box-shadow:0px 0 15px #ccc;
 
}

.form_register { 
    float: left;
    border: 1px solid #ccc; 
    padding: 30px 40px 20px 40px; 
    margin: 25px 0 0 0;
    width: 800px;
    background: #fff;
	
	
/* -- CSS3 - define rounded corners -- */	
-webkit-border-radius: 10px;
-moz-border-radius: 10px; 
border-radius: 10px;
 
/* -- CSS3 - create a background gradient -- */
background: -webkit-gradient(linear, 0% 0%, 0% 40%, from(#EEE), to(#FFF)); 
background: -moz-linear-gradient(0% 40% 90deg,#FFF, #EEE); 
 
/* -- CSS3 - add a drop shadow -- */
-webkit-box-shadow:0px 0 15px #ccc;
-moz-box-shadow:0px 0 15px #ccc; 
box-shadow:0px 0 15px #ccc;
 
}

input, textarea { 		

    padding: 4px; 
    margin: 4px 20px 10px 0; 
    background: #fff; 
    
    font-size: 14px; 
    color: #555; 
    border: 1px #ddd solid;
	
				
}
input:hover, textarea:hover { 
    background: #eee; 
}

 .checkbox { 		

    padding: 4px; 
    margin: 4px 20px 10px 0; 
    background: #fff; 
    
    font-size: 14px; 
    color: #555; 
    border: 1px #ddd solid;
	
	/* -- CSS3 Shadow - create a shadow around each input element -- */ 
-webkit-box-shadow: 0px 0px 4px #aaa;
-moz-box-shadow: 0px 0px 4px #aaa; 
box-shadow: 0px 0px 4px #aaa;
 
/* -- CSS3 Transition - define what the transition will be applied to (i.e. the background) -- */		
-webkit-transition: background 0.3s linear;					
}



select, textarea { 		

    padding: 4px; 
    margin: 4px 20px 10px 0; 
    background: #fff; 
    
    font-size: 14px; 
    color: #555; 
    border: 1px #ddd solid;
	
				
}
select:hover, textarea:hover { 
    background: #eee; 
}

input.submit { 	
    width: 150px; 
    color: #eee; 
    text-transform: uppercase; 
    margin-top: 10px;
    background-color: #18a5cc;
    border: none;
	
	/* -- CSS3 Transition - define which property to animate (i.e. the shadow)  -- */
-webkit-transition: -webkit-box-shadow 0.3s linear;
 
/* -- CSS3 Shadow - create a shadow around each input element -- */ 
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#008CC7), to(#017FB4));
background:  -moz-linear-gradient(25% 75% 90deg,#017FB4, #008CC7);
 
/* -- CSS3 - Rounded Corners -- */
-webkit-border-radius: 4px;
-moz-border-radius: 4px; 
border-radius: 4px;
}

input.submit:hover { 		
    -webkit-box-shadow: 0px 0px 20px #555;
    -moz-box-shadow: 0px 0px 20px #aaa; 
    box-shadow: 0px 0px 20px #555;		
    cursor:  pointer; 
}

input.submit_red { 	
    width: 120px; 
    color: #eee; 
    text-transform: uppercase; 
    margin-top: 10px;
    background-color: #FF0000;
    border: none;
	
	
 
/* -- CSS3 - Rounded Corners -- */
-webkit-border-radius: 4px;
-moz-border-radius: 4px; 
border-radius: 4px;
}

input.submit_red:hover { 		
    -webkit-box-shadow: 0px 0px 20px #555;
    -moz-box-shadow: 0px 0px 20px #aaa; 
    box-shadow: 0px 0px 20px #555;		
    cursor:  pointer; 
}


.more1 { 	
    
	display: block;
	width: 90px;
	height: 28px;
    color: #eee; 
    text-transform: uppercase; 
	text-align: center;
	text-decoration: none;
    margin-top: 10px
    border: none;
	background-color: #18a5cc;
	
	/* -- CSS3 Transition - define which property to animate (i.e. the shadow)  -- */
-webkit-transition: -webkit-box-shadow 0.3s linear;
 
/* -- CSS3 Shadow - create a shadow around each input element -- */ 
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#008CC7), to(#017FB4));
background:  -moz-linear-gradient(25% 75% 90deg,#017FB4, #008CC7);
 
/* -- CSS3 - Rounded Corners -- */
-webkit-border-radius: 4px;
-moz-border-radius: 4px; 
border-radius: 4px;
}

.more1:hover { 		
    -webkit-box-shadow: 0px 0px 20px #555;
    -moz-box-shadow: 0px 0px 20px #aaa; 
    box-shadow: 0px 0px 20px #555;		
    cursor:  pointer; 
	text-decoration: none;
	
}


.more2 {
	display: block;
	width: 150px;
	height: 28px;
	color: #eee;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
    margin-top: 10px
    border: none;
	background-color: #18a5cc;
	/* -- CSS3 Transition - define which property to animate (i.e. the shadow)  -- */
	-webkit-transition: -webkit-box-shadow 0.3s linear;
	/* -- CSS3 Shadow - create a shadow around each input element -- */ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#008CC7), to(#017FB4));
	background: -moz-linear-gradient(25% 75% 90deg,#017FB4, #008CC7);
	/* -- CSS3 - Rounded Corners -- */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	vertical-align: middle;
}

.more2:hover { 		
    -webkit-box-shadow: 0px 0px 20px #555;
    -moz-box-shadow: 0px 0px 20px #aaa; 
    box-shadow: 0px 0px 20px #555;		
    cursor:  pointer; 
	text-decoration: none;
	
}

.more3 {
	display: block;
	width: 150px;
	height: 28px;
	color: #eee;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
    margin-top: 10px
    border: none;
	background-color: #FC3;
	/* -- CSS3 Transition - define which property to animate (i.e. the shadow)  -- */
	-webkit-transition: -webkit-box-shadow 0.3s linear;
	/* -- CSS3 Shadow - create a shadow around each input element -- */ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#008CC7), to(#017FB4));
	background: -moz-linear-gradient(25% 75% 90deg,#F90, #FFB13E);
	/* -- CSS3 - Rounded Corners -- */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	vertical-align: middle;
}

.more3:hover { 		
    -webkit-box-shadow: 0px 0px 20px #555;
    -moz-box-shadow: 0px 0px 20px #aaa; 
    box-shadow: 0px 0px 20px #555;		
    cursor:  pointer; 
	text-decoration: none;
	
}

.errorcode {
	color: #FF0000;
}
.errorcode1 {
	color: #467492;
}

.text11 {
	font-size: 11px;

}
.text_green_14 {
	font-size: 14px;
	color: #6C3;
	font-weight: bold;
}

.text_blue_14 {
	font-size: 14px;
	color: #09F;
	font-weight: bold;
}


.text_red_14 {
	font-size: 14px;
	color: #F00;
	font-weight: bold;
}

.text_red_12 {
	font-size: 12px;
	color: #F00;
	
}

.text_link_blink {
	font-size: 12px;
	color: #467492;
	text-decoration: blink;
	
}

.text_orange_14 {
	font-size: 14px;
	color: #C90;
	font-weight: bold;
}
.aduser {
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ccc;
	width: 400px;
	height: 400px;
	background: #fff;
	/* -- CSS3 - define rounded corners -- */	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	/* -- CSS3 - create a background gradient -- */
	background: -webkit-gradient(linear, 0% 0%, 0% 40%, from(#EEE), to(#FFF));
	background: -moz-linear-gradient(0% 40% 90deg,#FFF, #EEE);
	/* -- CSS3 - add a drop shadow -- */
	-webkit-box-shadow: 0px 0 15px #ccc;
	-moz-box-shadow: 0px 0 15px #ccc;
	box-shadow: 0px 0 15px #ccc;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	visibility: hidden;
}
.adcard1 {
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ccc;
	width: 400px;
	height: 500px;
	background: #fff;
	/* -- CSS3 - define rounded corners -- */	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	/* -- CSS3 - create a background gradient -- */
	background: -webkit-gradient(linear, 0% 0%, 0% 40%, from(#EEE), to(#FFF));
	background: -moz-linear-gradient(0% 40% 90deg,#FFF, #EEE);
	/* -- CSS3 - add a drop shadow -- */
	-webkit-box-shadow: 0px 0 15px #ccc;
	-moz-box-shadow: 0px 0 15px #ccc;
	box-shadow: 0px 0 15px #ccc;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	visibility: hidden;	
}
.card_users { 
    float: left;
    border: 1px solid #ccc; 
    padding: 30px 40px 20px 40px; 
    margin: 25px 0 0 0;
    width: 800px;
    background: #fff;
	
	
/* -- CSS3 - define rounded corners -- */	
-webkit-border-radius: 10px;
-moz-border-radius: 10px; 
border-radius: 10px;
 
/* -- CSS3 - create a background gradient -- */
background: -webkit-gradient(linear, 0% 0%, 0% 40%, from(#EEE), to(#FFF)); 
background: -moz-linear-gradient(0% 40% 90deg,#FFF, #EEE); 
 
/* -- CSS3 - add a drop shadow -- */
-webkit-box-shadow:0px 0 15px #ccc;
-moz-box-shadow:0px 0 15px #ccc; 
box-shadow:0px 0 15px #ccc;
 
}
#system{
 width:150px;   
}
#user_pay{
 width:150px;   
}
