﻿body 
{   
   
    background-color:#000;
	font-size: 12px;
	line-height:1.5;
    height:100%;
    margin:0px;
    padding:0px;
    
    font-family:verdana,arial,helvetica,sans-serif;
    font-size:68.5%;
}

.error
{
	color:Red;
	font-size:120%;
	padding:10px;
}
p
{
    padding:2px;
}


h1
{
    font-size:150%;
    font-weight:bold;
}
h2
{
    font-size:120%;
    font-weight:bold;
}
.heading
{
    font-size:150%;
    font-weight:bold;
    color:#000;
}
.heading a
{
    text-decoration:none;
    font-weight:bold;
    color:#000;
}
.heading a:hover
{
    text-decoration:underline;
    color:#000;
}

.productname
{
    background-image:url(../images/bg.jpg);
    background-repeat:repeat;
    color:#fff;
    padding:3px;
}
/*******************************************/
/**** Layout *******************************/
/*******************************************/

#container
{
    width:991px;   
    margin:auto;
    background-color:#fff;
}

#menu
{
    height:45px;
    width:991px;
    border-bottom:4px solid #000;
}

#contactImage
{
    height:55px;
    width:991px;
}

.contactImage
{
    float:right;
    margin-top:10px;
    margin-right:10px;
}

.mainMenu
{
    width:991px;
}

.mainImage
{
    border:4px solid #000;
    height:110px;
    padding:0px;
}

#mainContent
{
    width:991px;
    /*height:400px;*/
    border-top:4px solid #000;
}

.mainContent
{
    margin:20px;
}

#primaryContent
{
    width:617px; 
    height:358px;
  /*  border:1px solid green; */
    border-right: 4px solid #000;
    float:left;
    background-image:url(~/images/DSCF0337-V2.jpg);
    background-repeat:no-repeat;
    background-color:#fff;
    overflow:auto;
    padding:3px;
}

#secondaryContent
{
    /* width:364px; */ /* = content left 180 + right 180 + gutter 4 between them = 364 */
    width:180px; /* Revised layout for version 2 */
    height:364px;
    /* border:1px solid orange; */
    float:right;
    background-color:#fff;
}



.mainContent h3
{
    text-align:center;
    margin-bottom:10px;
}

#leftCol
{
    width:180px;
    height:364px;
    /*border:1px solid purple;*/
    border-right: 4px solid #000;
    float:left;
}

#rightCol
{
    width:180px;
    height:364px;
    /*border:1px solid red;*/
    float:right;
}

#leftTop
{
    height:180px;
   /* border:1px solid yellow;*/
   border-bottom: 4px solid #000;
}

#leftBottom
{
    height:180px;
   /* border:1px solid blue;*/
}

#rightTop
{
    height:180px;
   /* border:1px solid pink;*/
   border-bottom: 4px solid #000;
}

#rightBottom
{
    height:180px;
  /*  border:1px solid gray;*/
}

#links
{
    width:991px;   
    margin:auto;
    background-color:#000;
    text-align:right;
    color:#fff;
    padding-right:5px;
}

#links a
{
    text-decoration:none;
    color:#fff;
}

#links a:hover
{
    text-decoration:underline;
    color:#fff;
}

#links a:active
{
    text-decoration:underline;
    color:#fff;
}


/*******************************************/
/**** Navigation ***************************/
/*******************************************/


div#menu ul
{
    font-size:14px;
    font-family:verdana,arial,helvetica,sans-serif;
    text-align:center;
    padding-top:8px;
    margin-top:10px;
}

div#menu ul li
{
    text-align:left;
    list-style:none;
    display:inline;
    color:#000;
    text-decoration:none;
}

div#menu ul li a
{
    text-decoration:none;
    color:#000;
}

div#menu ul li a:hover
{
    text-decoration:none;
    color:#0404D6;
}

div#menu ul li a:active
{
    text-decoration:underline;
    color:#0404D6;
}

.bigPipe
{
    font-size:14px;
    font-weight:100;
}

.galleryImage
{
    border:1px solid #CFCDCD;
    padding:1px;
}


/*******************************************/
/**** Controls *****************************/
/*******************************************/
.button
{
    font-family: ITC Flora, Tahoma;
    font-size:11px;
    width:60px;
    height:20px;
    /*background-color:#921C1D;*/
    border:solid 1px #000;
}

.dropdown
{
    font-size:11px;
    width:206px;
    height:20px;
}

.textbox
{
    font-size:11px;
    width:200px;
    height:15px;
}

.textarea
{
    font-size:11px;
    width:200px;
    height:100px;
}


/*******************************************/
/**** Layout Debugging *********************/
/*******************************************/

/*#container{border:1px solid black;}*/
/*#branding{border:1px solid green;}*/
/*#menu {border:1px solid blue;}*/
/*#mainPicture {border:1 px solid grey;}*/
/*#mainContent {border:1px solid red;}*/
/*#primaryContent {border:1px solid orange;}*/

