/* RESET */
html{color:#000;background:#fff;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

body {
	text-align: center;
	color: #4d4945;
}

/* ContentWrap centers stuff in the middle and sets the width */
div.cw {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 840px;
}

/******************************
* GENERAL
******************************/

body {
	font-family: Candara, 'Lucida Sans', Tahoma, Helvetica, Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Garamond, Cambria, 'Times New Roman', Garamond, serif;
}

h1 { font-size: 17pt; text-shadow: #CECAC7 2px 2px 2px; }
h2 { font-size: 14pt; text-shadow: #CECAC7 2px 2px 3px; }

h1 em {
	color: #bc001e;
}

em { font-style: italic; }
strong { font-weight: bold; }

a { color: #0050ab; text-decoration: none; }
a:hover { text-decoration: underline; }

p {
	line-height: 150%;
}

.a-right  { text-align: right; }
.a-left   { text-align: left; }
.a-center { text-align: center; }

ul.list {
	margin: 8px 0 8px 35px;
}

ul.list li {
	list-style-type: disc;
}

ul.check li {
	background: transparent url(../img/bullet-check.png) no-repeat top left;
	line-height: 18px;
	list-style-type: none;
	padding: 0 0 0 32px;
	margin: 10px 0 10px 0;
}

ul.star li {
	background: transparent url(../img/bullet-star.png) no-repeat top left;
	line-height: 18px;
	list-style-type: none;
	padding: 0 0 3px 32px;
	margin: 10px 0 10px 0;
}

p {
	margin: 10px 0 10px 0;
}

dfn {
	border-bottom: 1px dashed #999;
	cursor: default;
}

.qtip {
	font-size: 85%;
}

/******************************
* HEADER
******************************/

div#header {
	background: #252525 url(../img/header-bg.png) repeat-x top left;
}

div#header h1 {
	line-height: 1000px;
}

div#header h1 a {
	background: transparent url(../img/logo.png) no-repeat;
	display: block;
	height: 68px;
	overflow: hidden;
	width: 187px;
	font-size: 11px;
}

div#header div#headernav {
	background: #4b5866 url(../img/headernav-bg.png) repeat-x bottom left;
	color: #DDDDDD;
	cursor: pointer;
	float: right;
	font-size: 9pt;
	padding: 5px 10px 5px 10px;
	text-align: center;
	text-shadow: #24282C 2px 2px 2px;
	
	border: 2px solid transparent;
	border-top: none;

	-moz-border-radius-bottomleft:       9px;
	-webkit-border-bottom-left-radius:   9px;
	-moz-border-radius-bottomright:      9px;
	-webkit-border-bottom-right-radius:  9px;
	border-bottom-right-radius:          9px;
	border-bottom-left-radius:           9px;
}

div#header div#headernav a {
	color: #DDDDDD;
	text-decoration: none;
}

div#header div#headernav:hover {
	border: 2px solid #45505d;
	border-top: none;
}

/******************************
* FOOTER
******************************/

div#footer {
	border-top: 1px solid #000;
	background: #000 url(../img/footer-bg.png) repeat-x top left;
}

div#footer .contact-link {
	float: right;
	padding: 15px;
	color: #eee;
	font-size: 9pt;
}

div#footer .contact-link a {
	color: #eee;
}

div#footer .copy {
	color: #eee;
	font-size: 9pt;
	padding: 15px;
}

/******************************
* TOPNAV
******************************/

div#topnav {
	background: #cdcdcd url(../img/topnav-bg.png) repeat-x top left;
	font-family: Calibri, Tahoma, Helvetica, Verdana, Arial, sans-serif;
	font-size: 10pt;
}

div#topnav ul {
	padding: 5px 0 5px 0; /* same as li padding */
}

div#topnav li {
	display: inline;
}

div#topnav li a {
	color: #000;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	-webkit-transition: all 0.5s;
}

div#topnav li a.on, div#topnav li a:hover {
	background: #4c4844 url(../img/topnav-on-bg.png) repeat-x top left;
	color: #fff;
}

div#topnav li #popup_contact {
	background-color: #fff;
	display: none;
	position: absolute;
	width: 400px;
}

div#topnav li:hover #popup_contact {
	display: block;
}


/******************************
* BTMAREA
******************************/

div#btmarea {
	background: #181d22 url(../img/btmarea-bg.png) repeat-x top left;
	color: #fff;
	font-size: 10pt;
	margin-top: 35px;
}


div#btmarea .section {
	background: #181b1f url(../img/btmarea-section-bg.png) repeat-x bottom left;
	border: 1px solid #283039;
	padding: 15px 0 15px 0;
	min-height: 250px;
}

div#btmarea .section h4 {
	color: #c3c6ca;
	border-bottom: 1px solid #414650;
	display: block;
	font-size: 130%;
	margin: 0 15px 15px 15px;
	padding: 0 0 8px 0;
	text-align: center;
}

div#btmarea .section h4 a {
	color: #c3c6ca;
	text-decoration: none;
}

div#btmarea .section h4 a:hover {
	text-decoration: underline;
}

div#btmarea .section ul {
	margin-left: 30px;
	padding-right: 15px;
}

div#btmarea .section li {
	color: #4d596a;
	list-style-type: circle;
	margin: 8px 0 0 8px;
}

div#btmarea .section li a {
	color: #4d596a;
	text-decoration: none;
}

div#btmarea .section li a:hover {
	color: #c3c6ca;
}



/******************************
* HOMEPAGE
******************************/

#page_home #intro {
	background: transparent url(../img/red-globe.png) no-repeat top right;
	margin: 15px 0 15px 0;
	padding-right: 210px;
	padding-bottom: 30px;
}

#page_home #intro p {
	font-family: Georgia, Garamond, Cambria, 'Times New Roman', Garamond;
	font-size: 108%;
	line-height: 180%;
	margin: 10px 0 10px 20px;
}

#page_home #info {
	border-top: 2px solid #8098af;
	overflow: hidden;
	padding-top: 25px;
	margin-top: 15px;
	width: 100%;
}

#page_home #info p {
	line-height: 180%;
	margin: 10px 0 10px 0;
}

#page_home #info #service_development {
	float: left;
	width: 45%;
}

#page_home #info #service_maintenance {
	float: right;
	width: 45%;
}

/******************************
* SERVERDEV
******************************/

#page_servicedev #intro {
	background: transparent url(../img/blueprints-and-pencil.png) no-repeat top right;
	margin: 15px 0 15px 0;
	padding-right: 210px;
	padding-bottom: 30px;
}

#page_servicedev #intro p {
	font-family: Georgia, Garamond, Cambria, 'Times New Roman', Garamond;
	font-size: 108%;
	line-height: 180%;
	margin: 10px 0 10px 20px;
}

#page_servicedev #intro ul.check {
	margin-left: 30px;
}

#page_servicedev #intro ul.check li {
	font-family: Georgia, Garamond, Cambria, 'Times New Roman', Garamond;
}

#page_servicedev #info {
	border-top: 2px solid #8098af;
	padding-top: 25px;
	margin-top: 15px;
}

#page_servicedev #info p {
	line-height: 180%;
	margin: 10px 0 10px 0;
}

#page_servicedev #info #info_technologies {

}

#page_servicedev #info #info_techniques {
	margin-top: 45px;
}

/******************************
* MAINTENANCE
******************************/

#page_maintenance #intro {
	background: transparent url(../img/cone.png) no-repeat top right;
	margin: 15px 0 15px 0;
	padding-right: 160px;
	padding-bottom: 30px;
}

#page_maintenance #intro p {
	font-family: Georgia, Garamond, Cambria, 'Times New Roman', Garamond;
	font-size: 108%;
	line-height: 180%;
	margin: 10px 0 10px 20px;
}

#page_maintenance #intro ul.check {
	margin-left: 30px;
}

#page_maintenance #intro ul.check li {
	font-family: Georgia, Garamond, Cambria, 'Times New Roman', Garamond;
}

#page_maintenance #info {
	border-top: 2px solid #8098af;
	padding-top: 25px;
	margin-top: 15px;
}

#page_maintenance #info p {
	line-height: 180%;
	margin: 10px 0 10px 0;
}

#page_maintenance #info #site_optimization {
	margin-top: 45px;
}

#page_maintenance #info #server_administration {
	margin-top: 45px;
}


/******************************
* CONTACT
******************************/

#page_contact #intro {
	background: transparent url(../img/pencil.png) no-repeat top right;
	margin: 15px 30px 15px 0;
	padding-right: 100px;
	padding-bottom: 30px;
}

#page_contact #intro p {
	font-family: Georgia, Garamond, Cambria, 'Times New Roman', Garamond;
	font-size: 108%;
	line-height: 180%;
	margin: 10px 0 10px 20px;
}

#page_contact #intro ul.check {
	margin-left: 30px;
}

#page_contact #intro ul.check li {
	font-family: Georgia, Garamond, Cambria, 'Times New Roman', Garamond;
}

#page_contact #info {
	border-top: 2px solid #8098af;
	padding-top: 25px;
	margin-top: 15px;
}

#page_contact #info .contact-form {
	margin-top: 40px;
}

#page_contact #info .contact-form input, #page_contact #info .contact-form textarea {
	padding: 4px;
	width: 600px;
	font-family: Helvetica, sans-serif;
	font-size: 12pt;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#page_contact #info .contact-form textarea {
	height: 130px;
}

#page_contact #info .contact-form textarea:focus, #page_contact #info .contact-form input:focus {
	border: 2px solid #A7AABB;
}

#page_contact #info .contact-form  label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 120px;
	padding-top: 5px;
}

#page_contact #info .contact-form .submit {
	width: 100px;
	margin-left: 135px;
}

