/* CSS Document */
body{
background-color:#f1efef;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin:0px;
padding:0px;
}
h1{
margin:0px;
padding:0px;
color:#373a37;
font-size:18px;}
a{
color:#a10755;
text-decoration:underline;
}
a:hover{
color:#000;
text-decoration:none;
}

#nav
{padding:0px;
margin:0px;
float:right;
}
#nav ul
{margin:0px;
list-style:none;
padding:5px 10px 0 0px;}

#nav li
{display:inline;
margin:0;
padding:0;}

#nav a
{float:right;
background:url(nav.jpg) top no-repeat;
margin:0;
padding:12px 0 0 5px;
text-decoration:none;
width:101px;
height:21px;
text-align:center;
color:#333333;
font-size:12px;
font-weight:bold;
}
#nav a:hover
{float:right;
background: url(nav_hover.jpg) top no-repeat;
margin:0;
padding:12px 0 0 5px;
text-decoration:none;
width:101px;
height:21px;
text-align:center;
color:#FFFFFF;
}

#nav A.selected
{float:right;
background: url(nav_hover.jpg) top no-repeat;
color:#FFFFFF;
}
.pnik
{color:#a10755;
font-size:14px;
padding:20px 0px 0px 0px;
}
.textbox{
background: url(box.jpg) top repeat-x;
border:1px solid #bdbcbd;
width:391px;
height:20px;
margin-bottom:10px;
color:#000000;}

.textbox3{
background: url(box.jpg) top repeat-x;
border:1px solid #bdbcbd;
width:121px;
height:20px;
margin-bottom:10px;
color:#000000;}

.textbox2{
background: url(box.jpg) bottom repeat-x;
border:1px solid #bdbcbd;
width:191px;
height:120px;
margin-bottom:10px;
color:#000000;}


.first_column {position:absolute;margin-top:1px;margin-left:10px;}
		.second_column{position:absolute;margin-top:1px;margin-left:120px;}
		.third_column{position:absolute;margin-top:1px;margin-left:210px;}
		.fourth_column{position:absolute;margin-top:1px;margin-left:330px;}
		.welcome{position:relative;margin-top:1px;font-size:1.2em;font-weight:bold;margin-bottom:2px;color:#A71D57;}
		.select{position:relative;margin-top:1px;font-size:1em;font-weight:bold;margin-bottom:2px;color:#3b3d3c;}
		.comments{position:absolute;margin-top:65px;font-size:1em;font-weight:bold;color:#3b3d3c;}
		.brochures{display:block;position:relative;margin-top:1px;margin-bottom:2px;color:#3b3d3c;}
		textarea{width:380px;height:80px;margin-bottom:5px;}
