/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */



body {
	margin:0 auto;
	background-color:#fff;
	/*background-image: url(../img/background.gif);*/
	background-position: center top;
	background-repeat:no-repeat;

	font-family: Arial, Helvetica, sans-serif;
	
	/*color: #5b5b5d;*/
	color: #000;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.4em;
}

/*- WRAPPER   -*/
#wrapper {	
	width: 980px;
	padding: 15px;
	margin: auto;
	text-align: left;
	background-color:#fff;
}

#TopStage{
	
	padding:0 25px;	
	background-color:#f3f3f3;
	background-image: url(../img/stage.jpg);
	background-position: right top;
	background-repeat:no-repeat;
	height:400px;	
	overflow:hidden;
}
#TopStage2{
	
	padding:0 25px;	
	background-color:#f3f3f3;
	background-image: url(../img/stage_rhino_bim.jpg);
	background-position: right top;
	background-repeat:no-repeat;
	height:400px;	
	overflow:hidden;
}
#TopStage3{
	
	padding:0 25px;	
	background-color:#f3f3f3;
	background-image: url(../img/stage_rhino_nest.jpg);
	background-position: right top;
	background-repeat:no-repeat;
	height:400px;	
	overflow:hidden;
}
#TopStage4{
	
	padding:0 25px;	
	color:#ffffff;
	background-color:#f3f3f3;
	background-image: url(../img/stage_vray.jpg);
	background-position: right top;
	background-repeat:no-repeat;
	height:400px;	
	overflow:hidden;
}



#slideshow { 

    position: relative;  
    height: 400px;  
}

#slideshow > div { 
    position: absolute;
width: 100%;
}

#main {
margin: 25px 0;
float:left;
}

#MainHeader{
	background-color:#fff;
}

#MainFooter{
	margin: 15px 0;
	border-top:dotted 1px black;
	float:left;
	width:100%;
}

.slogan {
margin: 10px 0 15px 0 !important;
font-size: 1.4em;
color: #c11bd0;
font-weight:normal;
line-height: 0.7em;

}

a:link 		{color: #3498db; text-decoration: none;}
a:visited	{color: #3498db; text-decoration: none;}
a:hover 		{color: #000; text-decoration: underline;}
a:active 	{color: #000; text-decoration: none;}

/* Normal State */
nav a:link 		{color: #000000; text-decoration: none;}
nav a:visited	{color: #000000; text-decoration: none;}
nav a:hover 		{color: #c11bd0; text-decoration: underline;}
nav a:active 	{color: #c11bd0; text-decoration: none;}

/* Activated State */
nav li.active a:link, #navigation li.active a:visited			{color: #c11bd0; text-decoration: none; font-weight:normal;}
nav li.active a:hover, #navigation li.active a:active			{color: #c11bd0; text-decoration: underline;font-weight:normal;}
nav ul ul li.active a:link, #navigation ul ul li.active a:visited	{color: #c11bd0; text-decoration: none;font-weight:normal;}
nav ul ul li.active a:hover, #navigation ul ul li.active a:active	{color: #c11bd0; text-decoration: underline;font-weight:normal;}

nav {
margin: 15px 0;
border-top:dotted 1px black;
border-bottom:dotted 1px black;
}

nav ul {
margin:7px 0 5px 0px;
padding:0;
}

nav ul ul {
margin:3px 0 3px 10px;
}

nav ul ul ul{
margin:3px 0 3px 20px;
border:0;
}

nav ul li {
font-size: 1em;
margin:9px 0;
list-style-type: none;
font-weight:normal;
letter-spacing:0px;
text-transform:none;
display:inline;
padding-right:20px;
}

nav ul ul li {
margin:4px 0;
letter-spacing: 0.5px;
font-weight:normal;
font-size: 0.9em;
}

nav ul ul ul li {
letter-spacing: 0.5px;
font-style:italic;
font-size: 0.9em;
}


.width-one
{
	width:268px;
	float:left;	
	margin: 0 25px 25px 0;

}
.width-two {	
	width:603px;
	float:left;		
	margin: 0 25px 25px 0;
	
}

.border {}
.last-item {
	margin: 0 0 25px 0 !important;
}

footer {font-size:0.9em;}

footer ul {margin:0;
padding:0;
list-style-type: none;
letter-spacing:0px;
text-transform:none;
}

.box{
border:1px solid #ddd;
padding: 20px 20px 20px 20px;
background-color: #fff;

-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}

.box-magenta{
border:1px solid #c11bd0;
padding: 20px 20px 20px 20px;
background-color: #c11bd0;
color:#fff;

-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}

.box-cyan{
border:1px solid #00a1cb;
padding: 20px 20px 20px 20px;
background-color: #00a1cb;
color:#fff;

-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}

.erased{
text-decoration:line-through;
}

.prices{
width: 40px;
text-align: right;
}

.table-headline {
font-weight: bold;
height:40px;
vertical-align:bottom;
}
h2 { font-size: 1em;}
table {width: 100%;}

section table {font-size: 0.8em;}

h1 {line-height:1.2em;
font-size:1.5em;}

#slideshow h1 { font-size:2.4em;}

.button {
   border-top: 1px solid #2980b9;
   background: #3cb0fd;
   background: -webkit-gradient(linear, left top, left bottom, from(#3498db), to(#2980b9));
   background: -webkit-linear-gradient(top, #3498db, #2980b9);
   background: -moz-linear-gradient(top,#3498db, #2980b9);
   background: -ms-linear-gradient(top, #3498db, #2980b9);
   background: -o-linear-gradient(top, #3498db, #2980b9);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #ffffff !important;
   font-size: 14px;
   font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
   text-decoration: none !important;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #3cb0fd;
   background: #3cb0fd;
   }
.button:active {
   border-top-color: #3cb0fd;
   background: #3cb0fd;
   }

   .large-text a {

font-size:1.3em;

}




.footer-col-one{ width:310px; float:left;}
.footer-col-two{ padding:0 46px;width:245px;float:left;}
.footer-col-three{ width:287px; padding:0 0 0 46px; float:left;}

.copyright{border-top:dotted 1px black;width: 100%; float:left;}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
