/* CSS Document */

a { outline: none; }

body{
margin:0px;
margin-top:30px;
font-family:tahoma;
background:#4b4b4b url(images/bg.jpg) repeat-x top;
}

p{
font-size:11px;
margin:10px;
color:#333333;
}

h1{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
margin:10px;
margin-left:0px;
color:#CCCCCC;
font-weight:lighter;
}

h2{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
margin:10px;
color:#e10b69;
font-weight:bold;
}

.bg-white{
background:#FFFFFF;
}

.copy{
color:#999999;
margin:5px;
margin-left:15px;
font-size:10px;
}

/* link */
a:link {
color:#e10b69;
text-decoration:none;
}

a:visited{
color:#e10b69;
text-decoration:none;
}

a:hover{
color:#b42249;
text-decoration:underline;
}

a:active{
color:#e10b69;
text-decoration:none;
}


.noborder {
	border:none;
}

.gray-bg{
background:#CCCCCC;
}

.topBgr {
background:url(images/top.jpg) no-repeat;
height:150px;
}

.menuBgr {
background:url(images/menu_bgr.jpg) repeat-x;
height:60px;
}

.BgrBlack {
background:#000;
}


.BgrWhite {
background:#fff;
}

.FooterBgr {
background:#454545;
}

ul {
list-style-type: none;
width: 120px;
margin:0px;
float:left;
}

ul a {
background-position: right;
padding: 0px;
padding-left:10px;
padding-top:2px;
padding-bottom:2px;
display: block;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
text-align: left;
vertical-align: middle;
font-size: 12px;
font-weight:lighter;
color:#999999;
}

li {
background:#292929;
margin-left:-40px;
margin-bottom:3px;
}

ul a:hover {
background:#666666;
}

/* link */
a.whiteLink:link {
color:#999999;
text-decoration:none;
}

a.whiteLink:visited{
color:#999999;
text-decoration:none;
}

a.whiteLink:hover{
color:#fff;
text-decoration:none;
}

a.whiteLink:active{
color:#999999;
text-decoration:none;
}

.txtbox{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
background:#fff;
color:#333333;
border:1px solid #CCCCCC;
width:300px;
}

.margin3 {
margin:3px;
}

.LightGrayText {
color:#999999;
}

.Border {
border-top:1px dotted #CCCCCC;
}

.uppercase {
text-transform:uppercase;
}

.BgrSolarijum{
	background: url(images/bgr_solarijum.jpg) repeat-x #262626;
	height:370px;
}

.PinkColor{
	color:#db106c;
}

.margin0 {
margin-top:0px;
}
