/***** Begin Reset *****/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
body {
	line-height: 1;
	color: black;
	background: white;
	}
ol, ul {
	list-style: none;
	}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
/***** End Reset *****/

/***** Begin Typography and Colors *****/
body {
	font-size: 12px;
	background: #f0f0f0 url(/img/body-bg.gif) repeat-x;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	color: #333;
	}
a {
	color: #529cd6;
	}
a:active, a:hover {
	color: #3171a2;
	}
a:visited {
	
	}
strong {
	font-weight: bold;
	}
#work-aside a{
	text-decoration: none;
	color: #888;
}
#work-aside a strong{
	color: #529cd6;
}
#footer a{
	color: #5d90bf;
	text-decoration: none;
	font-weight: bold;
	}
#footer a:hover{
	color: #7fb2e2;
	}
em {
	font-style: italic
	}
.error {
	color: #ff0000;
	}
/***** End Typography *****/

/***** Begin Structure *****/

#page {
	background: url(/img/header-bg-big.png) repeat-x center top;
}
#header {
	margin: 0 auto;
	padding-top: 20px;

	width: 900px;
	}


#info-bubble-home{
	width: 640px;
	height: 125px;
	background: url(/img/bubble-home.png) no-repeat;
	line-height: 24px;
	margin-left: 200px;
	margin-top: 15px;
	padding: 15px 20px 20px 40px;
}
#info-bubble-work{
	width: 640px;
	height: 125px;
	background: url(/img/bubble-work.png) no-repeat;
	line-height: 24px;
	margin-left: 220px;
	padding: 30px 20px 20px 35px;
}
#info-bubble-services{
	width: 640px;
	height: 125px;
	background: url(/img/bubble-services.png) no-repeat;
	line-height: 24px;
	margin-left: 220px;
	padding: 30px 20px 20px 35px;
}
#info-bubble-about{
	width: 640px;
	height: 125px;
	background: url(/img/bubble-about.png) no-repeat;
	line-height: 24px;
	margin-left: 220px;
	padding: 30px 20px 20px 25px;
}
#info-bubble-blog{
	width: 640px;
	height: 125px;
	background: url(/img/bubble-blog.png) no-repeat;
	line-height: 24px;
	margin-left: 220px;
	padding: 30px 20px 20px 35px;
}
#info-bubble-contact{
	width: 640px;
	height: 125px;
	background: url(/img/bubble-contact.png) no-repeat;
	line-height: 24px;
	margin-left: 220px;
	padding: 30px 20px 20px 35px;
}
#info-bubble-sitemanagr{
	width: 640px;
	height: 125px;
	background: url(/img/bubble-home.png) no-repeat;
	line-height: 24px;
	margin-left: 200px;
	padding: 15px 20px 20px 40px;
}
#info-bubble-payments{
	width: 640px;
	height: 118px;
	background: url(/img/bubble-blog.png) no-repeat bottom;
	line-height: 24px;
	margin-left: 200px;
	margin-top: 30px;
	padding: 15px 20px 20px 40px;
	overflow: hidden;
}
#content {
	margin: 0 auto;
	width: 900px;
	line-height: 1.6em;
	padding-top: 50px;
	clear: both;
	font-size: 13px;
	}
#left-col{
	width: 500px;
	float: left;
	margin-right: 75px;
	}
#right-col{
	width: 325px;
	float: left;
	}
	
#services-aside div a{
	line-height: 2em;

	}
#services-aside div a{
	text-decoration: none;
	font-size: 13px;
	color: #888;
}
#services-aside div a strong{
	font-size: 14px;
	font-weight: bold;
	color: #529cd6;
	text-decoration: none;
	}

.comment {
	background: #f5f5f5 url(/img/comment-bg.gif) repeat-x; 
	border-top: 1px solid #fff; 
	border-left: 1px solid #fff; 
	border-bottom: 1px solid #ddd; 
	border-right: 1px solid #ddd; 
	padding: 10px; 
	margin-bottom: 10px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	}

.divider {
	background: url(/img/de-divider.gif) no-repeat top center;
	height: 30px;
	margin: 20px 0;
}

#footer {
	clear: both;
	background: #484848 url(/img/footer-bg.png) repeat-x;
	padding: 30px 0;
	margin-top: 30px;
	}
#footer-inside {
	margin: 0 auto;
	width: 900px;
	font-size: 12px;
	color: #ccc;
	}
#footer .social {
	padding: 5px; 
	float: left;
	background: #3a3a3a; 
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #505050;
	border-bottom: 1px solid #505050;
	width: 100px; 
	margin-bottom: 3px;
	margin-right: 10px;
}
/***** End Structure *****/

/***** Begin Navigation *****/
.navigation {
	margin-left: 213px;
	padding: 0;
	height: 55px;
	}
.navigation li {
    padding: 0;
    margin: 0 7px;
    list-style-type: none;
    float: left;
    }
.home {
	background: url(/img/nav1.png) no-repeat bottom left;
	width: 77px;
	height: 30px
	}
.home a {
	display: block;
	background: url(/img/nav1.png) no-repeat top left;
	width: 77px;
	height: 30px
	}
.home a:hover {
	background: none transparent scroll repeat 0% 0%
	}
.work {
	background: url(/img/nav1.png) no-repeat bottom right;
	width: 76px;
	height: 30px
	}
.work a {
	display: block;
	background: url(/img/nav1.png) no-repeat top right;
	width: 76px;
	height: 30px
	}
.work a:hover {
	background: none transparent scroll repeat 0% 0%
	}
.services {
	background: url(/img/nav2.png) no-repeat bottom left;
	width: 100px;
	height: 30px
	}
.services a {
	display: block;
	background: url(/img/nav2.png) no-repeat top left;
	width: 100px;
	height: 30px
	}
.services a:hover {
	background: none transparent scroll repeat 0% 0%
	}
.about {
	background: url(/img/nav2.png) no-repeat bottom right;
	width: 83px;
	height: 30px
	}
.about a {
	display: block;
	background: url(/img/nav2.png) no-repeat top right;
	width: 83px;
	height: 30px
	}
.about A:hover {
	background: none transparent scroll repeat 0% 0%
	}
.blog {
	background: url(/img/nav3.png) no-repeat bottom left;
	width: 76px;
	height: 30px
	}
.blog a {
	display: block;
	background: url(/img/nav3.png) no-repeat top left;
	width: 76px;
	height: 30px
	}
.blog a:hover {
	background: none transparent scroll repeat 0% 0%
	}
.contact {
	background: url(/img/nav3.png) no-repeat bottom right;
	width: 100px;
	height: 30px
	}
.contact a {
	display: block;
	background: url(/img/nav3.png) no-repeat top right;
	width: 100px;
	height: 30px
	}
.contact a:hover {
	background: none transparent scroll repeat 0% 0%
	}
/***** End Navigation *****/

/***** Begin Headers *****/
h1{
	font-size: 30px;
	font-family: ptsans;
	color: #484848;
	line-height: 1em;
	font-weight: bold;
	}
h1 a{
	text-decoration: none;
	}
h2{
	font-size: 24px;
	font-family: ptsans, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	
	color: #484848;

	}
h2 a{
	text-decoration: none;
	color: #3171a2;
}
.post h2{
	margin: 15px 0;
	color: #333;
}
h3{
	font-family: ptsans, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #484848;
	line-height: 30px;
	}
h4{
	font-size: 18px;
	font-weight: bold;
	color: #484848;
	font-family: ptsans, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	}

h5{
	font-size: 16px;
	color: #484848;
	font-family: ptsans, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	
	}
#footer h5{
	color: #ddd;
}
h6{
	
	}
/***** End Headers *****/

/***** Begin Images *****/

/***** End Images *****/

/***** Begin Lists *****/
li {
	margin-left: 20px;
	}
#content ul {
	list-style-image: url(/img/arrow-right.gif);
}
/***** End Lists *****/

/***** Begin Form Elements *****/
input {
	padding: 5px;
	font-size: 13px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
textarea {
	padding: 5px;
	font-size: 13px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
/***** End Form Elements *****/

/***** Begin Various Tags & Classes *****/
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}
pre {
	background-color: #e0e0e0;
	border: 1px dashed #bbb;
	width: 100%;
	padding: 5px;
	color: #2a6089;
	font-family: 'courier new';
	}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}
p {
  margin: 10px 0;
}


/***** End Various Tags & Classes *****/

/***** Begin Glider.js *****/
div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 730px; 
	height: 380px;
	overflow: hidden;
	border:1px solid #cccccc;
	}
div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:730px;
	height:380px;
	overflow:hidden;
	float:left;
	padding:0;		
	}
div.scroller div.content {
	width: 10000px;
	}
/***** End Glider.js *****/

/***** Awesome Buttons *****/
.awesome, .awesome:visited {
	background: #222 url(/img/button-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.4);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	font-family: arial;
}
.awesome:hover {
	background-color: #111; 
	color: #fff; 
	text-decoration: none;
	}
.awesome:active	{ 
	top: 1px; 
	}
.small.awesome, .small.awesome:visited 			{ font-size: 11px;  }
.awesome, .awesome:visited,
.medium.awesome, .medium.awesome:visited 		{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
.large.awesome, .large.awesome:visited 			{ font-size: 14px; padding: 8px 14px 9px; }

.green.awesome, .green.awesome:visited		{ background-color: #319a10; }
.green.awesome:hover						{ background-color: #338421; }
.blue.awesome, .blue.awesome:visited		{ background-color: #1879c4; }
.blue.awesome:hover							{ background-color: #005ba1; }
.red.awesome, .red.awesome:visited			{ background-color: #e33100; }
.red.awesome:hover							{ background-color: #872300; }
.magenta.awesome, .magenta.awesome:visited		{ background-color: #a9014b; }
.magenta.awesome:hover							{ background-color: #630030; }
.orange.awesome, .orange.awesome:visited		{ background-color: #ff5c00; }
.orange.awesome:hover							{ background-color: #d45500; }
.yellow.awesome, .yellow.awesome:visited		{ background-color: #ffb515; }
.yellow.awesome:hover							{ background-color: #fc9200; }

.gray.awesome, .gray.awesome:visited		{ background-color: #808080; }
.gray.awesome:hover						{ background-color: #555555; }
	
.silver.awesome, .silver.awesome:visited { background-color: #c0c0c0; color: #555555; }
.silver.awesome:hover					{background-color: #a0a0a0; color: #555555; }
/***** End Awesome Buttons *****/

/***** Begin Facebox *****/
#facebox .b {
  background:url(/shared/img/facebox/b.png);
}

#facebox .tl {
  background:url(/shared/img/facebox/tl.png);
}

#facebox .tr {
  background:url(/shared/img/facebox/tr.png);
}

#facebox .bl {
  background:url(/shared/img/facebox/bl.png);
}

#facebox .br {
  background:url(/shared/img/facebox/br.png);
}

#facebox {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  margin: auto;
  border-collapse: collapse;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}
/***** End Facebox *****/