/*------------------ HTML code--------------------*/

/*body {
	background-color: #59b4eb;
	background-image: url(img/backgroundgradient.jpg);
	background-repeat: repeat-x;
}
*/

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #4f4643;
}

a {
	color: #FD1064;
	text-decoration: none;
}

a:hover {
	color: #4f4643;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #4f4643;
	text-align: left;
	line-height: 35px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #4f4643;
	text-align: left;
	line-height: 25px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4F4643;
	line-height: 20px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #4F4643;
	line-height: 20px;
}


/*------------------ main div centered--------------------*/

#all {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	top: 20px;
}


/*------------------ Navigation --------------------*/
#navigation {
	background-color: #FFFFFF;
	height: auto;
	width: 230px;
	padding-top: 0px;
	padding-bottom: 10px;
	top: 20px;
	float: left;
}

#listmenu {
	margin-top: -15px;
	padding-right: 20px;
	padding-left: 20px;
}


ul {
	margin-left: 0;
	padding-left: 0;
}


li {
	margin: 0;
	padding: 0;
}
#contact {
	float: right;
	position: absolute;
	clear: both;
	left: 490px;
}


.listmenu ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	line-height: 28px;
	list-style-type: none;
}
.listmenu li a {
	display: block;
	color: #4F4643;
	height: 28px;
	text-decoration: none;
	text-indent: 10px;
}

.listmenu li a:hover {
	color: #FD1064;
}
.listmenu li {
	display: block;
	height: 28px;
	border-bottom-style: dashed;
	border-bottom-color: #4F4643;
	text-decoration: none;
	text-indent: 10px;
	border-bottom-width: 1px;
}


/*------------------ main page content--------------------*/

#mainpage {
	width: 670px;
	background-color: #FFFFFF;
	text-align: left;
	position: relative;
	float: right;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#main_content_home {
	width: 478px;
	clear: both;
	position: absolute;
	top: 558px;
	padding-top: 15px;
	padding-left: 15px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FD1064;
	float: right;
}

#main_content_deeperpage {
	margin-right: 15px;
	padding-bottom: 20px;
	clear: right;
	width: 455px;
}

#rightpanel {
	float: right;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #4f4643;
	height: auto;
	padding-top: 15px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 20px;
	position: absolute;
	left: 490px;
	top: 309px;
	border-bottom-color: #FD1064;
}

#rightpanel_home {
	float: right;
	height: auto;
	padding-top: 15px;
	clear: both;
	position: absolute;
	top: 558px;
	width: 140px;
	right: 20px;
	padding-left: 10px;
	padding-right: 10px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FD1064;
}


#greylink a {
color: #4f4643;
}

#greylink a:hover {
color: #FD1064;
}

.redbar {
	background-position: top;
	margin-bottom: 0px;
	margin-top: 0px;
	display: block;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FD1064;
}

.thinredbar {
	background-position: top;
	margin-bottom: 0px;
	margin-top: 0px;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FD1064;
	padding-top: 20px;
}

.redtext {
	color: #FD1064;
}

.bluetext {
	color: #59b7ef;
}

.greentext {
	color: #6dd738;
}

.orangetext {
	color: #fe9206;
}


.heightreduced {
	color: #FD1064;
	margin-bottom: -10px;
}





#4services {
	height: 230px;
}

#services {
	height: 130px;
	width: 145px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #4F4643;
	float: left;
	position: relative;
	padding-left: 20px;
}

#services a {
    display: block;
	color: #FFFFFF;
	height: 22px;
	text-decoration: none;
	font-weight: bold;
	width: 145px;
	background-color: #FD1064;
	vertical-align: baseline;
	position: absolute;
	text-indent: 4px;
	bottom: 0px;
	left: 15px;
}


#services a:hover {
   	background-color: #766864;
	
}


#services .web {
	background-color: #59B7EF;
}

.web a {	
	background-color: #59b7ef;
	
	}

#services .print {
	background-color: #6dd738;
}

.print a {	
	background-color: #6dd738;
	
	}
	
#services .marketing {
	background-color: #fe9206;
}

.marketing a {	
	background-color: #fe9206;
	
	}

/*----------------News ----------------------*/

#newspanel {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FD1064;
	height: 70px;
	width: 670px;
	position: absolute;
	top: 720px;
	left: 20px;
}

#newstitle {
	width: 115px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FD1064;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 35px;
	font-weight: bold;
	color: #4F4643;
	padding-top: 10px;
}

#newstitle2 {
	width: 105px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FD1064;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 35px;
	font-weight: bold;
	color: #4F4643;
	padding-top: 10px;
}


#news1 {
	padding-left: 25px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4F4643;
	width: 180px;
	height: 30px;
	padding-top: 15px;
}

#news2 {
	padding-left: 15px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4F4643;
	width: 200px;
	height: 30px;
	padding-top: 15px;
}

#morenews {
	padding-left: 15px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4F4643;
	width: 120px;
	height: 30px;
	padding-top: 15px;
}

#contact {
	border-bottom-width: 1px;
	border-bottom-color: #FD1064;
	clear: both;
	float: right;
	position: absolute;
	top: 548px;
	right: 20px;
}




#newspanel a {
	color: #4F4643;
}

#newspanel a:hover {
	color: #FD1064;
}



/*------------------Footer--------------------*/

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	width: 710px;
	padding-left: 250px;
	line-height: 30px;
	margin-bottom: 50px;
}



#copyright {
	width: 210px;
	float: left;
}

#work_description {
	float: right;
	width: 500px;
}

div#preload {
	display: none; 
}
