@charset "utf-8";
/* CSS Document */

/* --------------------------------------------------------------

   reset.css
   * Resets default browser CSS.

-------------------------------------------------------------- */

html {
  margin:0;
  padding:0;
  border:0;
}

body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* This helps to make newer HTML5 elements behave like DIVs in older browers */
article, aside, details, figcaption, figure, dialog,
footer, header, hgroup, menu, nav, section {
    display:block;
}

/* Line-height should always be unitless! */
body {
  line-height: 1.5;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table {
  border-collapse: separate;
  border-spacing: 0;
}
/* float:none prevents the span-x classes from breaking table-cell display */
caption, th, td {
  text-align: left;
  font-weight: normal;
  float:none !important;
}
table, th, td {
  vertical-align: middle;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ''; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* Remember to define your own focus styles! */
:focus { outline: 0; }

/* --------------------------------------------------------------

   forms.css
   * Sets up some default styling for forms

-------------------------------------------------------------- */

input[type=text], input[type=password], input[type=url], input[type=email],
textarea, select {
	margin:0;
}

/* Begin Site CSS */

body {
	margin:0px;
	padding:0px;
	background-color:#1E5E68;
	background-image: url(images/bg-body-repeat.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
a, div {
	outline: 0;
}
h1 {
	color:#1E5E68;
	font-size:1.6em;
}

#bg-wrapper {
	height: 100%;
	width: 100%;
	overflow: hidden;
	background-image: url(images/bg-wrapper-repeat.png);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top:-80px;
}
#wrapper {
	width: 960px;
	margin: 0px auto;
	background-image: url(images/bg-wrapper.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}
#header {
	float: left;
	width: 960px;
	height: 190px;
}
#header-logo {
	float: left;
	height: 87px;
	width: 165px;
	margin-top: 13px;
	margin-left: 24px;
}
#header-tag {
	float: left;
	height: 22px;
	width: 230px;
	margin-top: 50px;
	margin-left: 19px;
	margin-bottom: 28px;
}
#menu-container {
	float: left;
	height: 50px;
	width: 380px;
	margin-top: 50px;
	margin-left: 125px;
}
#menu-request {
	float: left;
	height: 22px;
	width: 138px;
	margin-left: 10px;
}
#menu-contact {
	float: left;
	height: 22px;
	width: 88px;
	margin-left: 14px;
}
#menu-phone {
	float: left;
	height: 22px;
	width: 118px;
	margin-left: 12px;
}
#menu-animation {
	float: left;
	height: 28px;
	width: 98px;
}
#menu-webdesign {
	float: left;
	height: 28px;
	width: 98px;
}
#menu-print {
	float: left;
	height: 28px;
	width: 50px;
}
#menu-videos {
	float: left;
	height: 28px;
	width: 60px;
}
#menu-print {
	float: left;
	height: 28px;
	width: 50px;
	margin-left: 12px;
}
#menu-logos {
	float: left;
	height: 28px;
	width: 56px;
}
#footer {
	float:left;
	width:927px;
	background-image:url(images/footer-bg.jpg);
	background-repeat:no-repeat;
	color:#decb90;
	margin-left:17px;
	margin-right:16px;
	margin-top:20px;
	font-size: 0.7em;
}
#footer a:link,
#footer a:visited,
#footer a:active {
	color:#decb90;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:700;
	text-decoration:none;
}
#footer a:hover {
	color:#fff;
	text-decoration:underline;
}
#footer-about {
	float:left;
	width:201px;
	color:#decb90;
	font-size:1em;
	font-style:italic;
	margin-top: 25px;
	margin-right: 12px;
	margin-left: 12px;
}

#footer-contact {
	float:left;
	height:183px;
	width:288px;
}

#footer-contact1 {
	float:left;
	margin-bottom:35px;
	margin-left:145px;
	margin-top:30px;
	width:140px;
}

#footer-contact2 {
	float:left;
	margin-left:15px;
	width:130px;
}

#footer-contact3 {
	float:left;
	width:140px;
}

#footer-contact4 {
	float:left;
	margin-left:15px;
	margin-top:15px;
	width:250px;
}

#footer-interact {
	float:left;
	margin-top:30px;
	width:109px;
}
.interact-img {
	margin:2px 5px 2px 10px;
	vertical-align:middle;
}
.interact-link {
	float:left;
	height:28px;
	vertical-align:middle;
	width:109px;
	margin-bottom:5px;
}
#footer-links {
	float:left;
	width:600px;
	line-height:1.5;
}

#footer-logos {
	float:right;
	height:40px;
	width:97px;
}

#footer-services1 {
	float:left;
	margin-right:5px;
	margin-top:15px;
	text-align:right;
	width:163px;
	line-height: 1.5;
}

#footer-services2 {
	float:left;
	margin-left:5px;
	margin-top:15px;
	text-align:left;
	width:132px;
	line-height: 1.5;
}
#footer-bottom {
	float:left;
	margin-top:15px;
	width:927px;
	margin-bottom: 15px;
}
.separator {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.2em;
	margin:0px;
	padding:5px 0px;
}

#content {
	background-color: #FFF;
	float: left;
	width: 960px;
}

#mainbar {
	font-size:14px;
	color:#000;
	text-decoration: none;
	width: 600px;
	float:left;
	padding-top: 25px;
	padding-right: 30px;
	padding-bottom: 50px;
	padding-left: 30px;
	margin-left: 25px;
}

#mainbar h3 {
	font-size:20px;
	font-weight:bold;
	color:#325f64;
	text-decoration: none;
}

#sidebar {
	width: 200px;
	float:right;
	margin-right: 25px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}

.sidebar-title {
	font-size:16px;
	font-weight:bold;
	color:#325f64;
	text-decoration: none;
}	

#sidebar a:link,
#sidebar a:visited,
#sidebar a:active {
	font-size:14px;
	color:#325f64;
	text-decoration: none;
}

#sidebar a:hover {
	font-size:14px;
	color:#325f64;
	text-decoration: underline;
}
#clear-footer {
	clear:both;
	height:15px;
	width:1000px;
}

