/*
 * Web Fonts from fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2012 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      Yellow Design Studio
 * License URL: http://www.fontspring.com/fflicense/yellow-design-studio
 *
 *
 */


@font-face {
    font-family: 'verb_lightregular';
    src: url('fonts/verb_light/VerbLight-webfont.eot');
    src: url('fonts/verb_light/VerbLight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/verb_light/VerbLight-webfont.woff') format('woff'),
         url('fonts/verb_light/VerbLight-webfont.ttf') format('truetype'),
         url('fonts/verb_light/VerbLight-webfont.svg#verb_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'verb_regular';
    src: url('fonts/verb_regular/VerbRegular-webfont.eot');
    src: url('fonts/verb_regular/VerbRegular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/verb_regular/VerbRegular-webfont.woff') format('woff'),
         url('fonts/verb_regular/VerbRegular-webfont.ttf') format('truetype'),
         url('fonts/verb_regular/VerbRegular-webfont.svg#verb_regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'verb_lightitalic';
    src: url('fonts/verb_light_italic/VerbLight-Italic-webfont.eot');
    src: url('fonts/verb_light_italic/VerbLight-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/verb_light_italic/VerbLight-Italic-webfont.woff') format('woff'),
         url('fonts/verb_light_italic/VerbLight-Italic-webfont.ttf') format('truetype'),
         url('fonts/verb_light_italic/VerbLight-Italic-webfont.svg#verb_lightitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'verb_regularbold';
    src: url('fonts/verb_bold/VerbBold-webfont.eot');
    src: url('fonts/verb_bold/VerbBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/verb_bold/VerbBold-webfont.woff') format('woff'),
         url('fonts/verb_bold/VerbBold-webfont.ttf') format('truetype'),
         url('fonts/verb_bold/VerbBold-webfont.svg#verb_regularbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




/* Global 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;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #999;
	background: #f3f3f3 url(images/bg_body.gif) top left repeat-x;	
	font-family: "verb_lightregular",Verdana,sans-serif;
	/* font-family: "MuseoSlab300",Verdana,sans-serif; */
}
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: "" "";
}

/* Template Layout and Structure
------------------------------------------------------------------ */

#container {
width: 960px;
margin: 0 auto;
position: relative;
}

.IE_warning {
width: 600px;
margin: 50px auto;
font-size: 24px;
}

#header {
width: 880px;
height: 50px;
position: relative;
margin: 0 auto;
}

#body {
width: 880px;
height: 670px;
position: relative;
margin: 50px auto 0 auto;
background: #fff;
overflow: hidden;
}

#footer {
width: 941px;
position: absolute;
top: 645px;
left: 0px;
background: transparent url(images/bg_shadow.gif) top right no-repeat;
font-family: "verb_lightregular";
font-size: 13px;
}
#IE6 #footer, #IE7 #footer {
top: 695px;
}
#footer ul, #header ul {
margin: 40px 20px 0 0;
text-align: right;
}
#footer ul li, #header ul li {
display: inline;
padding-left: 40px;
}
#footer img {
z-index: 50;
}

.banner {
position: absolute;
/*top: -7px;
left: -7px;*/
top: -7px;
left: 32px;
z-index: 1;
}
#IE6 .banner, #IE7 .banner {
top: 43px;
}


#home_slide {
position:absolute; 
/*
left: 265px; 
top: 353px;
*/
top: 308px;
left: 109px;
}
#IE6 #home_slide, #IE7 #home_slide {
top: 403px;
}

#load_circle {
position:absolute; 
left: 440px; 
top: 325px;
display: none;
}

#start {
display: inline-block;
padding: 6px 12px;
margin: 10px 0 0 0;
/*
background-color: #ee2e24;
color: #fff;
text-decoration: none;
*/

border: 1px solid #e9e9e9;
background: #fff;
color: #ee2e24;
text-decoration: none;
text-shadow: #fff 0 1px 0;	
}
#start:hover {
/* background-color: #de0805; */
color: #ee2e24;
border: 1px solid #ccc;
}

/* Portfolio pages */

ul#carousel {
position: absolute;
width: 730px;
top: auto;
}
ul#carousel li {
padding: 60px;
width: 760px;
height: 550px;
/*border: 1px solid #ff0000;*/
}
ul#carousel li.home {
padding: 90px 60px;
height: 490px;
}
ul#carousel img {
float: left;
margin: 0 10px 10px 0;
}

/**div#loader {
  width: 670px;
  height: 520px;
}


 * While we're having the loading class set.
 * Removig it, will remove the loading message
 
div#loader.loading {
  background: url(images/load_4.gif) no-repeat center center;
}*/


/* Typography
------------------------------------------------------------------ */

h1 {
font-size: 30px;
font-family: "verb_lightregular";
margin: 0 0 30px 0;
color: #666;
text-shadow: #fff 0 1px 0;	
}

h2 {
font-size: 17px;
margin: 0 0 2px 0;
/*text-shadow: #fff 0 1px 0;*/	
color: #666;
/* font-variant: small-caps; */
font-family: "verb_regular";
}

h2 em {
font-size: 12px;
margin: 5px 0 0 10px;
color: #999;
font-variant: normal;
font-family: "verb_lightitalic";
/* font-style: italic; */
}

p {	
font-size: 12px;
margin: 0 0 10px 0;
color: #666;
}
#header p {
position: absolute;
bottom: 0;
right: 0;
font-size: 14px;
}
ul#carousel li.home p {
font-family: "verb_lightregular";
font-size: 16px;
line-height: 22px;
margin-bottom: 15px;
}
ul#carousel p {
font-size: 13px;
line-height: 18px;
margin-bottom: 15px;
}

strong {
font-family: "verb_regular";
color: #666;
/* color: #ee2e24; */
}

/* Link Styles */

a:link, a:visited  { 
color: #ee2e24;
text-decoration: none;
}
a:hover, a:active { 
color: #ee2e24;
text-decoration: underline;
}

a.gray:link, a.gray:visited  { 
color: #999;
text-decoration: none;
}
a.gray:hover, a.gray:active { 
color: #999;
text-decoration: underline;
}

a.button {
/* Options if faded in */
display: none;
top: 330px;
/*display: block;
top: -50px;*/
position: absolute;
padding: 8px 12px;
border: 1px solid #e9e9e9;
background: #fff;
font-size: 20px;
font-family: "verb_regular";
color: #c2c2c2;
text-decoration: none;
text-shadow: #fff 0 1px 0;	
cursor: pointer;
z-index: 2;
}
a.button:hover {
color: #ee2e24;
}
#last {
left: -5px;
}
#next {
right: -10px;
}

/* Global Styles
------------------------------------------------------------------ */

.left {
float: left;
}

.right {
float: right;
}

.rounded {
border-radius: 3px;
   -moz-border-radius: 3px;
   -webkit-border-radius:  3px;
}

.self_clear:after {
display: block;
clear: both;
content: " ";
}