﻿* html, * body, * form { width: 99%; height: 99%; margin: 0; padding: 0; }
body { background: #000; font-family: "Segoe UI" , "Myriad Web" , Arial; font-size: 15px; color: #FFF; }
a { color: #6082AC; cursor: pointer;}
div.content { background: url(c2.png) no-repeat top center; width: 600px; height: 250px; margin: 5% auto; text-align: center; }
div.content-logo { background: url(logo.png) no-repeat; width: 400px; height: 150px; margin: 2px auto; }
div.content-text { width: 90%; margin: 2px auto; text-align: left; }
div.content-links { width: 90%; margin: 2px auto; text-align: left; }
div.tag-cloud { height: 210px; margin: 0 auto; overflow: hidden; }
p.click, div.tag-cloud div { display: block; float: left; width: 90px; height: 75px; text-align: center; padding: 25px 5px 0 5px; margin: 5px; cursor: pointer; }
div.tag-cloud div p { color: #000; font-style: italic; }
div.ctv { background: #FF6600; }
div.webdesign { background: #63F; }
div.development { background: #9C0; }
div.hosting { background: #900; }
div.branding { background: #99F; }
/*div.contact-form { background: #fff; color: #000; width: 600px; }
div.contact-form legend { width: 100%; height: 25px; background: #9C0; float: left; padding: 2px 0 0 5px; margin: 0; color: #fff; font-weight: bold;}
*/
.kvp { font-size: 12px; margin: 2px; width: 80%; clear: both; padding: 5px; }
.kvp .kvp-k { width: 200px; float: left; clear: right; }
.kvp .kvp-v, .kvp .kvp-v-ns { float: left; clear: right; }
.kvp .kvp-e { width: 300px; float: left; margin: 5px; clear: right; }
.kvp .kvp-v input, .kvp .kvp-v select { width: 200px; }
.kvp .kvp-v select { width: 204px; }
