/*---------------------GENERAL FORMATING----------------*/

* {
	margin:0px;
	padding:0px;
	border: 0px;
	outline: none;
	}
	
body {
	background-color: #231F20;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 80%;
	line-height: 130%;
	padding-top: 10px;
}
strong {
	font-weight: normal;

	line-height: 150%;
}

img {outline: none;}

.clear {clear:both;}

a{text-decoration: none;}
a:hover {text-decoration: none;}

h1 {
	font-size:130%;
	margin-left: 165px;
	margin-bottom: 35px;
	font-weight: normal;
	color: #CE108A;
	padding-top: 130px;

}

h2 {
	font-size:100%;
	margin-bottom: 30px;
	font-weight: normal;
	text-align: justify;
}
h3 {
	font-size:120%;
	margin-bottom: 20px;
	font-weight: normal;
	color: #CE108A;

}

h4 {
	font-size:130%;
	margin-left: 165px;
	margin-bottom: 35px;
	font-weight: normal;
	color: #CE108A;

}

h5 {
	font-size:100%;
	margin-bottom: 5px;
	font-weight: bolder;
	color: #626262;
}

.pink {
	color: #CE108E;
	line-height: 150%;
}

.ramka_light {
	padding: 1px;
	background-color: #CCCCCC;
	margin-bottom: 15px;
}

#right_column a, #services a {color:#CE108E; text-decoration: none;}
#right_column a:hover { text-decoration: underline;}
.center {
	text-align: center; !important
	width: 282px;
}


.grey_small {
	font-size: 85%;
	color: #626262;
}

.price {
	font-size: 160%;
	color: #CE108E;
}

.grey {
	color: #626262;
}
.grey_strong {
	color: #626262;
	font-weight: bold;
	font-size: 85%;
}
.grey_strong2 {
	color: #626262;
	font-weight: bold;
}

.more {
	text-decoration: none;
	color: #D00F8C;
	font-size: 80%;
}

.ramka {
	padding: 1px;
	border: 1px solid #d2d2d2;
	background-color:#ffffff;
	margin-bottom: 15px;
}


p {
	line-height: 150%;
	text-align: justify;
	margin-bottom:10px;
}

#wrapper {
	width: 941px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 60px;
}	
#wrapper_left {
	width: 900px;
}
#wrapper_right {
	width: 40px;
	float: right;
}
.margin-top30px {margin-top: 30px;}

/*---------------------IE PNG FIX ----------------*/
img, div, a, a:hover, input { behavior: url(../iepngfix/iepngfix.htc) }

/*---------------------MAIN PAGE ELEMENTS----------------*/
#main_content {
	width: 900px;
	background-image: url(../img/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
	float: right;
	position: absolute;
}
#click {
	height: 102px;
	width: 39px;
	margin-top: 140px;
	position: fixed;
}



#left_column {
	float: left;
	width: 250px;
	margin-left: 0px;
	padding-top:140px;
}

#right_column {
	float: right;
	width:616px;
	padding-right: 30px;
	padding-left: 4px;
}


/*---------------------MENU----------------*/
.menu {
	width: 250px;
	display: block;
}

.menu li {
	list-style-type: none;
	color: #FFFFFF;
}
.next_link  a {
	text-decoration: none;
	display: block;
	width: 200px;
	padding-left:25px;
	padding-top:5px;
	height:25px;
	border-bottom:solid 1px #ffffff;
	color: #FFFFFF;
	font-size:120%;
	background-image: url(../img/bg_nextlink.png);
	background-repeat: repeat-x;
}
.next_link  a:hover {
	background-image: url(../img/bg_nextlinka.png);
	background-repeat: repeat-x;
}
.first_link {
	width: 225px;
	height: 30px;
	border-bottom:solid 1px #FFFFFF;
}
.first_link  a {
	background-image: url(../img/bg_firstlink.png);
	display: block;
	height: 25px;
	width: 200px;
    padding-left:25px;
	padding-top:5px;
	color: #FFFFFF;
	font-size:120%;
	text-decoration:none;
}
.first_link  a:hover {
	background-image: url(../img/bg_firstlinka.png);
	background-position:top right;
}
.last_link {
	width: 225px;
	height: 30px;
	border-bottom:solid 1px #FFFFFF;
}
.last_link  a {
	background-image: url(../img/bg_lastlink.png);
	display: block;
	height: 25px;
	width: 200px;
    padding-left:25px;
	padding-top:5px;
	color: #FFFFFF;
	font-size:120%;
	text-decoration:none;
}
.last_link  a:hover {
	background-image: url(../img/bg_lastlinka.png);
	background-position:bottom right;
}

/*---------------------LEFT FORM----------------*/
#form_index {
	width: 251px;
	padding-right: 50px;
	background-image: url(../img/bg_form.png);
	background-repeat: no-repeat;
	margin-top: 50px;
	margin-left: -60px;
	padding-top: 72px;
}
#special_offer_index {
	width: 301px;
	margin-left: -60px;
	padding-top: 52px;
}

.form_small {
	text-align: right;
	color:#FFFFFF;
}

.form_small_email {
	background-color: #F2BFE0;
	border: 1px solid #FFFFFF;
	height: 18px;
	padding-top:2px;
	padding-left:3px;
	width: 137px;
	margin-bottom: 4px;
    color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.form_small_message {
	background-color: #F2BFE0;
	border: 1px solid #FFFFFF;
	height: 78px;
	width: 197px;
	padding-top:2px;
	padding-left:3px;
	margin-bottom: 60px;
	overflow: auto;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

/*---------------------FOOTER----------------*/
#footer {
	background-image: url(../img/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 900px;
	height:110px;
	text-align: center;
	background-color: #231F20;
}

#footer ul {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	padding-top: 50px;
}
	
	
#footer li { 
    border-left: 1px solid #CE108E; 
	padding: 0pt 8px; 
	display: inline; 
}

#footer li.first { 
    border: 0pt none ; 
}

#footer a:link, #footer a:visited { 
    color: #CE108E; 
    text-decoration: none;
}

#footer a:hover {	
   color: #FFFFFF;	
   text-decoration: none;
}
	
#copyright {
	padding-top: 15px;
}

#copyright, #copyright a:link {	
   font-size: 9px;	
   color: #666666;	
   text-decoration: none;
}

/*---------------------SERVICES----------------*/




#services img {
	border: none;
}

#services p {
	text-align: justify;
	margin-top: 20px;
}

.column_services1 {
	float: left;
	height: 300px;
	width: 187px;
	text-align: center;
	border-right: dotted 1px #cccccc;
	padding-right: 16px;
}

.column_webdesign1 {
	float: left;
	padding-right: 25px;
	min-height: 300px;
	width: 282px;
	text-align: center;
	border-right: dotted 1px #cccccc;
}

.column_webdesign2 {
	float: right;
	padding-left: 25px;
	min-height: 300px;
	width: 282px;
	text-align: center;
}
#services .column_services1 a:hover, #services .column_services2 a:hover, #services .column_services3 a:hover {
	text-decoration: none;
}

.column_portfolio1 {
	float: left;
	padding-right: 25px;
	width: 200px;
	text-align: center;

}

.column_portfolio2 {
	float: right;
	padding-left: 25px;
	width: 364px;
	text-align: center;
}
.column_services2 {
	float: left;
	height: 300px;
	width: 186px;
	text-align: center;
	padding-left:10px;
	padding-right:10px;
}

.column_services3 {
	float: right;
	height: 300px;
	width: 187px;
	padding-left: 17px;
	text-align: center;
	border-left: dotted 1px #cccccc;
}

.dotted_line {
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 3px;
	width: 100%;
	margin-bottom: 23px;
	margin-top: 23px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
}
#news {
	float: left;
	width: 360px;
	padding-right: 20px;
}
#news p {
	font-size: 90%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#recent_works {
	float: right;
	width: 187px;
	padding-left: 30px;
}
#home_faq {
	float: right;
	width: 360px;
	padding-left: 20px;
}

#home_contact {
	float: left;
	width: 187px;
	padding-right: 30px;
}


fieldset {
	padding : 15px;
	border : 1px solid #CE108A;
	margin-bottom: 20px;
}
#quotation {
	margin-bottom: 25px;
	width: 550px;
	margin-left: 40px;
}


legend {
	padding : 15px;
	font-weight: bold;
}

fieldset div input {

width: 250px;
padding : 1px;
margin-top: 5px;
margin-bottom: 20px;
border: dotted 1px #cccccc;

}

fieldset div textarea {

width: 250px;
padding : 1px;
margin-top: 5px;
margin-bottom: 20px;
border: dotted 1px #cccccc;

}

fieldset div select {

width: 250px;
padding : 1px;
margin-top: 5px;
margin-bottom: 20px;
border: dotted 1px #cccccc;
color: #626262;

}


.bu_submit {

color: #000;

background: #f2f2f2;

border: 1px #CE108A solid;

height:25px;

width:60px;

}


.disclaimer {
	font-size: 85%;
}
.member_photo {
	float: right;
	border: solid 1px #cccccc;
	padding: 1px;
}

.member_description {
	float: left;
	margin-right: 15px;
	padding-top: 10px;
}


.member_role {
	font-style: italic;
	color: #DC57AD;
}

.member_left {
	float: left;
	width: 260px;
}
.member_right {
	float: right;
	width: 280px;
}


/*----------------------------------------- SLIDDING -----------------------------------------------*/

#sliding {
  margin:0; 
  padding:0; 
  overflow:hidden;
  height:40em; 
  }
#sliding li {
	list-style-type:none;
	float:left;
	display:block;
	margin-bottom: 20px;
	width: 100%;
  }
#sliding li a {
	display:block;
	text-decoration:none;
	margin:0;
	color: #626262;
  }
  
  #sliding li a:hover {
	text-decoration:none;
  }
#sliding li a span {
	display:none;
	color: #626262;
  }

#sliding li a:hover span {
  display:block; 
  margin:0px; 
  cursor:pointer;
  text-decoration:none;
  }
  
.intro_text {
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;

  }
.curved {
  width:630px;
  }

.curved .boxcontent {
  display:block; 
  background:transparent; 
  text-align:justify;
  }
.listing {
	margin-bottom: 25px;
}
.listing li {
list-style: square;
padding-left:5px;
margin-left: 10px;



}

.listing_center {
	margin-bottom: 25px;
}
.listing_center li {
	list-style: none;
}


#form {
	margin-right: auto;
	margin-left: auto;
	width: 313px;
	padding-top: 15px;
}

td {
	vertical-align: top;
	padding-bottom: 5px;
}
input {
	width: 250px;
	border: 1px solid #E0E0E0;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	background-color: #FFFFFF;
	color: #666666;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;
}

select {
	width: 150px;
	border: 1px solid #E0E0E0;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	background-color: #FFFFFF;
	color: #666666;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;
}
.submit {
	width: 70px;
	font-size: 100%;
	background-color: #DC57AD;
	color: #FFFFFF;
	height: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
textarea {
	width: 250px;
	border: 1px solid #E0E0E0;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	background-color: #FFFFFF;
	color: #666666;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;
}
#right_column .listing_center li {
	padding-bottom: 15px;
}
.stat4u {
	background-color: #231F20;
	text-align: right;
}

#pagination {float: right;}
.page_number {border: solid 1px #dddddd; padding-left: 4px; padding-right: 4px; padding-top: 2px; padding-bottom: 2px; margin-left: 5px; margin-right: 5px; font-size: 90%;}
.page_active {border: solid 1px #CE108A; padding-left: 4px; padding-right: 4px; padding-top: 2px; padding-bottom: 2px; margin-left: 5px; margin-right: 5px; background-color: #CE108A; font-size: 90%; }
.white_font {color: #ffffff;}
#pagination a:hover{border: solid 1px #CE108A; padding-left: 4px; padding-right: 4px; padding-top: 2px; padding-bottom: 2px; margin-left: 5px; margin-right: 5px; background-color: #CE108A; color: #FFFFFF; text-decoration:none;}
