/* layout --> */

body {
	margin: 0px 0px; 
	padding: 0px;
	text-align: center;
}

div#container {
	width: 960px;
  height: 800px;
	margin: 0px auto;
	padding-top: 20px;
}

div.container {
  float: left;
  margin-right: 20px;
}

div.img {
 	margin-bottom: 5px;
}

img.logo {
  width: 176px; 
  height: 176px; 
}

div.block {
  height: 352px;
	width: 176px;
}

div.content {
	height:280px;
	width:156px;
	font-family: Verdana, Arial, Tahoma;
	font-size: 10pt;
	font-weight: normal;
	color: rgb(255,255,255);
	text-align:left;
	padding-left: 10px;
	padding-top: 10px;
}

div#container_webdevelopment {
  display:none;
}

div#container_seo {
  display:none;
}

div#container_webdesign {
  display:none;
}

div#container_webhosting {
  display:none;
}

div#container_webdomain {
  display:none;
  margin-right: 0px;
}

div#webdevelopment {
	background-color:rgb(209,19,66);	
}

div#seo {
	background-color:rgb(253,184,20);	
}

div#webdesign {
	background-color:rgb(122,193,67);	
}

div#webhosting {
	background-color:rgb(0,121,194);	
}

div#webdomain {
	background-color:rgb(90,64,153);	
}

div#content {
  display: none;  
}

div#text {
  float: left;
  text-align: left;
  font-family: Verdana;
  font-size: 12px;
  height: 352px;
  width: 372px;
  margin-right: 20px;
}

div#portfolio {
  float: left;
  text-align: left;
  font-family: Verdana;
  font-size: 12px;
  margin-top: 38px;
  width: 568px;
}

div#column1 {
  float: left;
  margin-right: 20px;
}

div#column2 {
  float: left;
  margin-right: 20px;
}

div#column3 {
  float: left;
}

h1 {
  font-family: Verdana;
  font-size: 14px;
  font-weight: bold;
  height: 20px;
  color: rgb(209,19,66);
}

#portfolio img {
  border: 0px solid rgb(122,193,67);
  display: block;
  margin-bottom: 10px;
}

img#twitter_logo {
  border: 0px;
  margin-bottom: -3px;
}

#twitter {
  background-image: url('/png/twitter_back.png');
  background-repeat: repeat-y;
  width: 372px;
  margin: 0px;
}

.twitted {
  margin: 0px;
}

a {
  color: rgb(209,19,66);
}

.twitted p.preLoader {
  font-size: 11px;
	margin: 0;
	padding: 1em 1em 1em 3em;
}

ul {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 10px;
  padding-right: 10px;
}

li {
  list-style-type: none;
  font-size: 11px;
  font-style: italic;
	border-bottom: 1px solid rgb(209,19,66);
  padding-top: 5px;
  padding-bottom: 5px;
}

li.lastTweet {
	border-bottom: none;
}

/* <-- layout */

/* easyWebContent --> */
p {
  margin: 0;
  padding: 0;
  display: block;
}

div.image_left {
	width: 100%;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 15px;
}

div.image_center {
	width: 100%;
	text-align: center;	
	margin-top: 5px;
	margin-bottom: 15px;
}

div.image_right {
	width: 100%;
	text-align: right;	
	margin-top: 5px;
	margin-bottom: 15px;
}

img.content {
}

img.content_left {
	float: left; 
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
}

img.content_right {
	float: right; 
	margin-top: 5px;
	margin-left: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
}

/* <-- easyWebContent */

/* menu --> */

div#menuitems ul li {
	font-size: 14px;
	color: rgb(255,255,255);
}

div#menuitems ul li li {
	font-size: 14px;
	margin-left: 5px;
}
div#menuitems ul ul.hidden {
	display: none;
}

div#menuitems ul ul {
	margin-left: 10px;
}

div#menuitems li.active {
	color: rgb(197,199,200);
	list-style: none;
}

div#menuitems a {
	color: rgb(255,255,255);
	text-decoration: none;
}

div#menuitems a:hover {
}

/* <-- menu */

/* forms --> */

div#form div span:first-child {
	width: 150px;
	display: inline-block;
	vertical-align: top;
	margin-top: 3px;
	margin-bottom: 3px;
}

fieldset {
	border: 0px;
	margin: 0px;
	margin-left: -15px;
}

input.edit {
	width: 300px;
	border: 1px solid rgb(136,122,68);
	margin-top: 3px;
	margin-bottom: 3px;
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 14px;
}

input.strong {
	width: 100px;
	border: 0px;
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 14px;
	font-weight: bold;
	background-color: transparent;
}

input.radio {
	margin-top: 3px;
	margin-bottom: 6px;
}

input.error {
	width: 300px;
	border: 1px solid rgb(202,9,14);
  background: rgb(254,224,225);
	margin-top: 3px;
	margin-bottom: 3px;
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 14px;
}

textarea {
	width: 300px;
	height: 200px;	
	border: 1px solid rgb(136,122,68);
	margin-top: 3px;
	margin-bottom: 3px;
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 14px;
}

textarea.error {
	width: 300px;
	height: 200px;	
	border: 1px solid rgb(202,9,14);
  background: rgb(254,224,225);
	margin-top: 3px;
	margin-bottom: 3px;
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 14px;
}

strong.input_error {
	margin-left: 10px;
	color: rgb(202,9,14);
}

/* <-- forms */


