﻿/* THIS IS THE MAIN CSS PAGE */

html
{
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px;
    color: #dedddd;
}

body
{
    background-image: url('../images/bg_major.jpg');
    background-color: #d9b344;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

i
{
    color: #e00000;
}

h2, h3
{
    padding: 0;
    margin: 0;   
}

h4
{
    margin: 0 0 0 0;
    font-size: 14px;
}

#contact
{
    float: left;
}

#company
{
    margin-left: 325px;
}

a
{
    color: #dedddd;
    font-weight: bold;
    text-decoration: none;  
}

a:hover
{
    text-decoration: underline;   
}

/***** IDs for the website   *****/


#entire
{
    width: 856px; 
    margin: 0 0 0 175px;
    overflow: hidden;
}


.header
{
    width: 856px;
    height: 76px;
    background-image: url('../images/bg_nav.png');
}

.nocol
{
    width: 856px;
    height: 76px;
    background-image: url('../images/bg_nav_nocol.png'); 
}

.logo
{
    width:  455px;
    padding: 10px 0 0 40px;
    float: left;
}

.nav
{
    width: 361px;
    float: right;
}

.navcontainer
{
    width: 361px;
    height: 41px;
    padding: 35px 0 0 0;   
}

.navcontainer a
{
    color: #dedddd;
    text-decoration: none;  
    font-weight: normal;
}

.navcontainer a:hover, a:active
{
    text-decoration: underline;   
}

.nav ul
{
    display: inline;
    list-style-type: none;
}

.nav ul li
{
    display: inline;
    margin: 0 20px 0 0;
    font-size: 14px;
}

.content
{
    width: 823px;
    height: 525px;
    margin: 0 0 0 19px;
    display: block;
    background-image: url('../images/bg_site.png');
    background-repeat: repeat-x;
}

.col
{
    width: 200px;
    padding: 5px 0 20px 20px;
    display: block;  
}

.colcontainer
{   
    width: 225px;
    padding: 10px 20px 0 20px;
    float: left;  
    display: inline;
 
}

.left
{
    width: 452px;
    height: 525px;
    padding: 10px 20px 0 20px;
    float: left;
    display: inline;
}

.right
{
    width: 306px;
    height: 525px;
    margin-left: 3px;
    padding: 10px 0 0 20px;
    float: left;
    display: inline;
    background-image: url('../images/bg_column.png');
    background-repeat: repeat-x;
}

.footer
{
    width: 856px;
    height: 81px;
    text-align: center;
    font-size: 10px;
    padding: 30px 0 0 0;
    background-image: url('../images/bg_footer.png');
    background-repeat: no-repeat;   
}

.services
{
    width: 225px;
    height: 330px;
    display: block;    
}

/*** Portfolio Page ***/
.folioimg
{
    width: 250px;
    height: 250px;
   
}
.foliotext
{
    width: 606px;
    height: 250px;
}

/*** Gallery Page **** Superceeded by the Portfolio Section above/
#gallery
{
	padding-left: 30px;
	width: 750px;
	background-color: #18374B;
	font-family: Verdana, Arial, sans-serif;
	color: #FFFFFF;
}

.gallery_header
{
    padding: 15px 0 5px 20px;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}

.gallery_holder
{
	margin-top: 2px;
	margin-left: 20px;
	margin-bottom: 2px;
}

.gallery_info
{
	margin-top: 5px;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	font-size: 12px;	
}

.gallery_footer
{
	margin-left: 14px;
}

.switch
{
	color: #5e0a0b;
}

#header
{
    width: 100%;
    padding: 10px 0 0 20px;   
}



