/* main CSS Document */
/* general styling first */
/* reset css styles individually instead of universal selector. */
/* based on http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body{
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	border-left:0;
} 
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, 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;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
	color: black;
	background: white;
	font-family: Verdana,Arial, Helvetica, sans-serif;
}
ol, ul {list-style: none;}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
/* end reset styles */

/* clearing technique */
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {display:inline-block;}
/* mac hide \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
 /* End hide */
/*........... do not change or amalgamate the above clearfix styles ......*/

p,h1,h2,h3,h4,h5,h6,ul,ol {margin-bottom:.5em}
a img,img{		border: 0 ;
border: none ;
          display:block;}
a{
	text-decoration:none;
	color:#252e1c;
}
a:visited  
{
		border: 0 ;
border: none ;
}
img 
{
		border: 0 ;
border: none ;
}
 .SocialIconImg
{
	 
 	float:left;
	border: 0 ;
	border: none ; 
}
.aspLink 
{
	color:#a5955c;
			border: 0 ;
border: none ;
}
.aspLink:hover 
{
	color:#c8b676;
			border: 0 ;
border: none ;
}
.aspButton 
{
	color:#a5955c;
			border: 0 ;
border: none ;
}
.aspButton:hover 
{
	color:#c8b676;
			border: 0 ;
border: none ;
}
a:active 
{
		border: 0 ;
border: none ;
}
h1,h2,h3,h4,h5,h6{
	font-weight:bold;
}
h1{font-size:197%}/* 26px */
h2{font-size:182%}/* 24px */
h3{font-size:167%}/* 22px */
h4{font-size:152%}/* 20px */
h5{font-size:136%}/* 18px */
h6{font-size:122%}/* 16px */

body{
	font-size: 13px; 
	text-align:center;/* for ie5.+*/
}


/********************** Layout**************************/
body, html {
    height: 100%;
}

    div#layout { /* exploder 5.5+ */
        position: absolute;
        left: 0px;
        top: 0px;
        overflow: hidden;
        text-align: center;
    }

    * > div#layout { /* normal browsers */
        min-width: 950px;
        min-height: 760px;
        width: 100%;
        height: 100%;
            
    }

        div#container {
            position: relative;
           /* 
			breaks safari
            top: 50%;
            margin-top: -380px;*/
     
          
            margin-left: auto;
            margin-right: auto;
            text-align: left;
        }

        div#container div.container-top {
            position: absolute;
            left: 0px;
            top: -1000px;
            height: 1000px;
           
        }

        div#container div.container-right {
            position: absolute;
            right: -1000px;
            top: 0px;
            width: 1000px;
        }

        div#container div.container-bottom {
            position: absolute;
            left: 0px;
            bottom: -1000px;
            height: 1000px;
        }

        div#container div.container-left {
            position: absolute;
            left: -1000px;
            top: 0px;
            width: 1000px;
        }

        div#container div.container-top-right {
            position: absolute;
            right: -1000px;
            top: -1000px;
            width: 1000px;
            height: 1000px;
        }

        div#container div.container-bottom-right {
            position: absolute;
            right: -1000px;
            bottom: -1000px;
            width: 1000px;
            height: 1000px;
        }

        div#container div.container-bottom-left {
            position: absolute;
            left: -1000px;
            bottom: -1000px;
            width: 1000px;
            height: 1000px;
        }

        div#container div.container-top-left {
            position: absolute;
            left: -1000px;
            top: -1000px;
            width: 1000px;
            height: 1000px;
        }
		
		
		/**********************  background:url(../images/bgd - Copy (3).gif) repeat;Style**************************/
		            body {
                margin: 0px;
                padding: 0px;
                font-family: verdana;
                font-size: 10px;
				 background:url(../images/bg-good.gif) repeat;
				   background-color:#000000;
            }

            div#layout { /* exploder 5.5+ */
                width: expression((document.body.clientWidth > 950 ? document.body.clientWidth : 950) + "px");
                height: expression((document.body.clientHeight > 700 ? document.body.clientHeight : 700) + "px");
            }


            div#container,
            div#container div.container-top,
            div#container div.container-bottom {
                width: 950px;
            }

            div#container,
            div#container div.container-right,
            div#container div.container-left {
                height: 760px;
            }

            /* colors */
       div#container {
               background: #000000; 
			  /* background:url(../images/bg-content.gif);*/
			     background:#000000 url(../images/bg-content.png) no-repeat;
			   
			   
            }

            div#container div.container-top {
                background: #000000;
            }
    /* 
            div#container div.container-right {
               background: #00FF00; 
            }
*/
            div#container div.container-bottom {
                background: #000000;
            }
/*
            div#container div.container-left {
                background: #FFFF00;
            }
 
            div#container div.container-top-right {
                background: #000000;
            }
 
            div#container div.container-bottom-right {
                background: #FF00FF;
            }

            div#container div.container-bottom-left {
                background: #C0C0C0;
            }

            div#container div.container-top-left {
                background: #000000;
            }*/
			
						div#content{
			   width: 950px;
			      height: 510px;
				 
				   
			
			}
			
			div#nav{
			
 
		 
			}
			div#menu{
			width: 950px;
			 height: 250px;
 
padding:80px  0px 0px 0px;
 

			}
	

			/******navigation************/
			
			#navBar { 
 width:100%;
font-family: Arial, sans-serif; 
/*background:url(../../images/bg.gif) bottom  repeat-x;*/
   margin: 0 auto;
     background-color:#000000;
} 
 
 a { 
display: block;
  /* Display: block won't work in this example, instead we are using padding to make the hole tab a clickable link */ 
color: #a5955c; 
text-decoration: none; 
font-weight: bold; 

  /* Rollover effect using "Fast rollovers without preload" concept for the left part of the tab */ 
} 


  a.homelnk { background:url(../images/nav/home.jpg)  ; height:27px; width:81px; background-repeat:no-repeat;border:0;}
   a.aboutlnk { background:url(../images/nav/about.jpg)  ; height:27px; width:93px; background-repeat:no-repeat;border:0;}
   a.bloglnk { background:url(../images/nav/blog.jpg)  ; height:27px; width:75px;background-repeat:no-repeat;border:0;}
  a.gallerylnk { background:url(../images/nav/galleries.jpg)  ; height:27px; width:128px;background-repeat:no-repeat;border:0;}
  a.printslnk { background:url(../images/nav/prints.jpg)  ; height:27px; width:99px;background-repeat:no-repeat;border:0;}
  a.contactlnk { background:url(../images/nav/contact.jpg) ; height:27px; width:134px;background-repeat:no-repeat;border:0;}

 a.homelnk:hover { background:url(../images/nav/home.jpg) 0px -27px  ; height:27px; width:81px;background-repeat:no-repeat;border:0;}
     a.aboutlnk:hover { background:url(../images/nav/about.jpg) 0px -27px  ; height:27px; width:93px;background-repeat:no-repeat;border:0;}
   a.bloglnk:hover { background:url(../images/nav/blog.jpg) 0px -27px ; height:27px; width:75px;background-repeat:no-repeat;border:0;}
  a.gallerylnk:hover { background:url(../images/nav/galleries.jpg) 0px -27px  ; height:27px; width:128px;background-repeat:no-repeat;border:0;}
  a.printslnk:hover { background:url(../images/nav/prints.jpg) 0px -27px  ; height:27px; width:99px;background-repeat:no-repeat;border:0;}
  a.contactlnk:hover { background:url(../images/nav/contact.jpg) 0px -27px  ; height:27px; width:134px;background-repeat:no-repeat;border:0;}

 /*a.aboutlnk { background:url(../images/nav/about-hover-link.png)  ; height:38px; width:69px; }
   a.bloglnk { background:url(../images/nav/blog-hover-lnk.png)  ; height:38px; width:57px;}
  a.gallerylnk { background:url(../images/nav/gallery-hover-lnk.png)  ; height:38px; width:84px;}
  a.printslnk { background:url(../images/nav/prints-hover-lnk.png)  ; height:38px; width:79px;}
  a.contactlnk { background:url(../images/nav/contacts-hover-lnk.png) ; height:38px; width:88px;}

   a.aboutlnk:hover { background:url(../images/nav/about-hover-link.png) 0px -38px ; height:38px; width:69px; }
   a.bloglnk:hover { background:url(../images/nav/blog-hover-lnk.png) 0px -38px ; height:38px; width:57px;}
  a.gallerylnk:hover { background:url(../images/nav/gallery-hover-lnk.png) 0px -38px  ; height:38px; width:84px;}
  a.printslnk:hover { background:url(../images/nav/prints-hover-lnk.png) 0px -38px  ; height:38px; width:79px;}
  a.contactlnk:hover { background:url(../images/nav/contacts-hover-lnk.png) 0px -38px ; height:38px; width:88px;}
  
   a.bloglnk:active { background:url(../images/blog-hover-link.png); height:38px; width:57px;}
   a.aboutlnk:active { background:url(../images/about-hover-link.png); height:38px; width:69px; }
  a.gallerylnk:hover { background:url(../images/gallery-hover-link.png) ; height:38px; width:84px;}
  a.printslnk:active { background:url(../images/prints-hover-lnk.png) ; height:38px; width:79px;}
    a.contactlnk:active { background:url(../images/contact-hover-link.png); height:38px; width:88px;} */
td{

}
  td.homelnk
  {
  	border:0;
height:27px; width:81px;  
padding: 5px 15px 5px 15px;
height:27px;
 vertical-align:middle 
}
  td.aboutlnk
  {
  	border:0;
height:27px; width:93px;  
padding: 5px 15px 5px 15px;
height:27px;
 vertical-align:middle 
}
 td.bloglnk
 {
 	border:0;
height:27px; width:75px;  
padding: 5px 15px 5px 15px;
height:27px;
 vertical-align:middle 
}
td.gallerylnk
{
	border:0;
 height:27px; width:128px; 
 padding: 5px 15px 5px 15px;
height:27px;
 vertical-align:middle
}
td.printslnk
{
	border:0;
height:27px; width:99px;  
padding: 5px 15px 5px 15px;
height:27px;
 vertical-align:middle
}
td.contactlnk
{
	border:0;
height:27px; width:134px; 
padding: 5px 15px 5px 15px;
height:27px;
 vertical-align:middle
}

 /* li.aboutlnk{
height:38px; width:69px; display: inline; 
}
 li.bloglnk{
height:38px; width:57px; display: inline; 
}
li.gallerylnk{
 height:38px; width:84px;  display: inline; 
}
li.printslnk{
height:38px; width:79px;  display: inline; 
}
li.contactlnk{
height:38px; width:88px;  display: inline; 
}
ul li {
display: inline; 
}*/

			#navBar2 { 
    margin: 0;
    padding: 5px;
    list-style-type: none;
    text-align: center;
 
   
} 

  a span { visibility:hidden; } 
  
  
  
  /***********navigation **************/
  
  .cssform p{
  color:#FFFFFF;
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}


/*CONTACT         background: #151515; PAGE*/

div#centerWrapper
{ 
	
 margin: 0 auto;
 padding-top:40px;
  width: 700px; 
  height: 441px;
        background: #000000;
}

div#RightContent
{
color:#92834d;	
  float: right; 
  width: 50%; 
  height: 441px; 
  padding-top: 5px;
}
div#LeftContent
{
color:#92834d;	
  float: left; 
  width: 50%; 
  height: 441px; 
  padding-top: 5px;
}

 
 .progressBackgroundFilter
{
    position: absolute;
    height:400%;
    width:100%;
    top: 0px;
	left:0px;
	bottom:-1500px;
    overflow:  visible;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
 
    z-index: 1000;
}



.processMessage
{
	 background:url(../images/bg-good).gif) repeat;
    position: absolute;
    top: 50%;
    left: 43%;
    padding: 10px;
    width: 14%;
    z-index: 1001;
    background-color:  #ffffff;
    display: table-cell;
    text-align: center;
 border:#333333 solid 1px;  
}

