/* layout design */

* {
	padding:0;
	margin:0;
}
body {
	background-image:none;
	background-color:#FFFFFF;
	color: #666666;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
}

img	{
	padding:5px;
	border:1px solid #999999;
}
#content {
	width:560px;
	background-image:none;
	margin-right: auto;
	margin-left: auto;
}
#content_top {
	background-image:none;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
}
#header {
	display:none;
	height: 167px;
	background-image:url(../images/header/ski.jpg);
	background-repeat:no-repeat;
}

#header_micro {
	padding-top:7px;
}
#header_micro a {
	float:right;
	width:50px;
	margin-right:7px;
	display:block;
}
#header_micro a,a:hover,a:visited {
text-decoration:none;
}
#header_logo a,a:hover,a:visited {
text-decoration:none;
}
#header_logo {
	padding-top:45px;
}
#header_logo a{
	display:block;
	margin-right:40px;
	margin-left:490px;
	height:70px;
	width:270px;
}

#main{
	width:550px;
	background-image:none;
	background-position:bottom;
	background-repeat:no-repeat;
	float:none;

}
#footer {
	display:none;
	clear: both;
	padding-top:5px;
	color:#cfcfcf;
	font-size:12px;
	font-weight:bold;
	padding-left:37px;
	height:42px;
	background-image:url(../images/bg_footer.png);
	background-repeat:no-repeat;
}
#login {
	background-image:url(../images/login.png);
	margin-left:auto;
	margin-right:auto;
	margin-top:150px;
	width:372px;
	height:313px;

}
#left{
	display:none;
	width:40px;
	float:none;
}
#right{
	float:none;
	padding-top:0px;
	padding-left:10px;
	background-image:url(../images/right.gif);
	background-repeat:no-repeat;
	width:550px;	
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
}

#right div{
	margin-top:10px;
	margin-bottom:10px;
}
.search {
	margin:0px; padding:0px;
	font-size:12px;
	clear:both;
}
.search h3{
	font-size:16px;
	margin-bottom:5px;
	margin-top:0px;
	padding-top:0px;
}

.border_solid {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.border_dott {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.border_dash{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

.divider{
	text-align: center;
	background: url(../images/divider2.gif) repeat-x center;
	font-size:11px;
	color: #999999;
	clear:both;
}
.divider h3{
	display:inline;
	font-size:11px;
	border: 1px #CCCCCC solid;
	background-color:#FFFFFF;
	padding:1px 10px 1px 10px;
	margin-left:auto;
	margin-right:auto;
}
.chat {
	display:none;
	border: #cacacb dashed 1px;
	padding:5px;

}
.chat img {
	padding:0px; 
	border:none;
}
#video
{
	display:none;
}
/* menu desing */

#menu {
	display:none;
	height: 29px;
	background-image:url(../images/menu.png);
	background-repeat:no-repeat;
	position:relative;
	float:left;
	width:100%;
	font-size: 16px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#menu a {
	position:relative;
	top:-4px;
	text-align:center;
	display:block;
	color: #FFFFFF;
	background-image:url(../images/rollover.png);
	background-repeat:repeat-x;
	background-position: 0px -40px;
	text-decoration: none;
	float:left;
	padding-top:9px;
	padding-bottom:8px;
	padding-right:19px;
	padding-left:20px;
}
#menu a:hover { 
	background-position: 0px 0px;
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:active { 
	background-position: 0px 0px;
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:visited { 
	color: #FFFFFF;
	text-decoration: none;
}
#menu img {
	margin-top:9px;
	padding:0px;
	border:none;
	float:left;
}
/* text design */

h1 {
	text-align:center;
}
h2 {
	font-size:26px;
	margin-bottom:15px;
}
#right h3 {
	margin-bottom:5px;
	margin-top:5px;
}
ul {
	margin-left:15px;
}
.high {
	font-weight:bold;
}
.medium {
	font-size:14px;
}
.small {
	font-size:11px;
}
a, a:visited {
	text-decoration: underline;
}
a:hover{
	color: #FF9900;
	text-decoration: underline;
}
.mini {
	font-size: 10px;
	font-weight: normal;
}

/* from design */

.formButton {
	font-family: Arial, Helvetica, sans-serif, "Monotype Corsiva";
	font-size: 10px;
	color: #333333;
	font-weight: bold;
	height: 20px;
	width: 80px;
	border: 1px #999999 solid;
}
.formButtonWhite {
	font-family: Arial, Helvetica, sans-serif, "Monotype Corsiva";
	font-size: 12px;
	color: #4f90b4;
	font-weight: bold;
	width: 80px;
	height:20px;
	border: 1px #999999 solid;
	background-color: #FFFFFF;
	cursor: pointer;
	margin:0px;
}
.formInput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #CCCCCC;
	border: 1px solid #999999;
	font-weight: bold;
	padding:2px;
	margin:2px;
}
.formSelect {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	background-color: #E6E6E6;
	border: 1px solid #999999;
	font-weight: bold;
	padding:2px;
	margin:2px;
}

/* default color scheme */
h1,h2,h3 {
	color: #4f90b4;
}

.high {
	color: #4f90b4;
}
a, a:visited {
	color: #4f90b4;
}


