/* CSS Document */

body
{
	margin : 0px 0px 35px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	background:url('images/layout/bg.gif') top left repeat;
}

h1, h2, h3, h4, h5, h6 {color:#ffae00;}
.yellow_big {color:#ffae00; font-size:13px; font-weight:bold;}
.yellow {color:#ffae00; font-weight:bold;}
.error {color:#ff5500; font-weight:bold;}

a:link {color:#ffae00;text-decoration: none; font-weight:bold;}
a:visited {color:#ffae00;text-decoration: none;font-weight:bold;}
a:hover {color:#ffae00;text-decoration: underline;font-weight:bold;}
a:active {color:#ffae00;text-decoration: none;font-weight:bold;}

.menu { font-size:11px;}
.menu a:link {color:#777;text-decoration: none; font-weight:bold;}
.menu a:visited {color:#777;text-decoration: none;font-weight:bold;}
.menu a:hover {color:#ffae00;text-decoration: none;font-weight:bold;}
.menu a:active {color:#777;text-decoration: none;font-weight:bold;}

.e-pacifik a:link {color:#ffae00;text-decoration: none; font-weight:bold;}
.e-pacifik a:visited {color:#ffae00;text-decoration: none; font-weight:bold;}
.e-pacifik a:hover {color:#ffae00;text-decoration:  underline; font-weight:bold;}
.e-pacifik a:active {color:#ffae00;text-decoration: none; font-weight:bold;}

input {
font-size:11px; color:#555; border:1px solid #777;
}
textarea {
font-size:11px; color:#555; border:1px solid #777;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
.btn{
font-size:11px; color:#333; background-color:#fdfdfd;
}


.nice_table
{
	border-right:1px solid #c9c9c9; 
	border-bottom:1px solid #c9c9c9;
}
.nice_th
{
	border-top:1px solid #c9c9c9; 
	border-left:1px solid #c9c9c9; 
	border-right:1px solid #fff; 
	border-bottom:1px solid #fff;
	background: url("images/layout/form.png") repeat-x top left;
	color:#ffae00;
}
.nice_td
{
	border-top:1px solid #c9c9c9; 
	border-left:1px solid #c9c9c9; 
	border-right:1px solid #fff; 
	border-bottom:1px solid #fff;
	background-color:#fdfdfd;
}


.header_1
{
	background:url('images/layout/banner_1.jpg') top left no-repeat;
	width:260px;
	height:240px;
}
.header_2
{
	background:url('images/layout/banner_2.jpg') top left no-repeat;
	width:260px;
	height:240px;
}
.header_3
{
	background:url('images/layout/banner_3.jpg') top left no-repeat;
	width:260px;
	height:240px;
}

.menu
{
	background:url('images/layout/menu.jpg') top left repeat-x;
	height:24px;
}
.footer
{
	background:url('images/layout/footer.jpg') top left repeat-x;
	height:24px;
	font-size:10px;
}

.content
{
/*	background:url('images/layout/content_1.png') top left repeat-x;	*/
	background-color:#FFFFFF;
	border : 1px solid #bbb;
	padding:10px 20px 25px 20px;
}
.testimonial
{
	font-size:11px;
	background-color:#ffb700;
	border : 1px solid #ffae00;
	padding:0;
	color:#fff;
}

.e-pacifik
{
	font-size:10px; 
	padding:0px 5px 0px 0px;
	color:#ffae00;
}
