/*universal settings*/

*{
	margin: 0;
	padding: 0;
}

/*re-defined tag settings*/

body {
     color: #454545;
     background: #DBDBDB;
     font: 1em verdana;
     line-height: 1.1em;
}

p { 
    font: 1em verdana;
    font-weight: normal;
    margin-top: 0px;
    padding: 5px 10px 12px 10px;
    line-height: 12pt;
    color: #454545;
}

h1 {
   color: #808080;
   font: 3em verdana;
   font-weight: bold;
   padding: 10px 0 10px 10px;
   margin-top: 4px;
}

h2 {
   color: #808080;
   font: 1.5em verdana;
   font-weight: bold;
   /*padding: 10px 0 10px 10px;*/
/* changes for h2 in design/east */
   padding: 20px 0 0px 20px;
   /*margin-top: 4px;*/
   margin-top: 20px;
}

/*link styling*/

img {
    text-decoration: none;
    border: none;
}

a:link {
    color: #808080;
    text-decoration: none;
}
a:visited {
    color: #454545;
    text-decoration: none;
}
a:hover {
    color: #A8B3B3;
    text-decoration: none;
}
a:active {
    color: #606060;
    text-decoration: none;
}

.clearboth { 
	clear: both; 
}

/*back button*/ 

.back_butt {
    font: 0.6em verdana;
    text-align: right;
    padding: 10px 10px 10px 10px;
} 

/*index pg*/

/*index container*/

#index_container {
    background: url(../images/home_bg.jpg) center center no-repeat;
    width: 800px;
    height: 600px;
    margin: 0 auto;
    position: relative;
    text-align: left;
}


/*icons*/

#index_container a {
    color: #DBDBDB;
}

#index_container a:hover {
    color: #808080;
}

#index_container a img {
    text-decoration: none;
    border: none;                
}

#index_container .icon1 {
    font: 0.7em verdana;
    width: 50px;
    height: 50px;
    text-align: center;
    position: absolute;
    bottom: 20px;
    right: 204px;
}

#index_container .icon2 {
    font: 0.7em verdana;
    width: 50px;
    height: 50px;
    text-align: center;
    position: absolute;
    bottom: 20px;
    right: 77px;
}

#index_container .icon3 {
    font: 0.7em verdana;
    width: 50px;
    height: 50px;
    text-align: center;
    position: absolute;
    bottom: 20px;
    right: 140px;
}

#index_container .icon4 {
    font: 0.7em verdana;
    width: 50px;
    height: 50px;
    text-align: center;
    position: absolute;
    bottom: 20px;
    right: 16px;
}


/*designs pg*/ 
  
/*design categories*/

#cat_display {
    background: #DBDBDB;
    height: 140px;
     
	margin: 0 auto;
	position: relative;
	text-align: left;
    margin: 50px 0 0 50px;
}

#cat_display .thumbnail {
    font: 0.8em verdana;
    width: 140px;
    /*height: 700px;*/
    float: left;
    text-align: center;
    display: inline;
    padding: 0 20px 0 0;
}

#cat_display .thumbnail a img {
    text-decoration: none;
    border: none;
}
             
/*category pg*/

/*category images*/

#img_display {
    background: #DBDBDB;
	width: 1000px;
	margin: 0 auto;
	position: relative;
	text-align: left;
    margin: 50px 0 0 10px;
}

#img_display .thumbnail {
    font: 0.6em verdana;
    width: 100px;
    height: 100px;
    float: left;
    margin: 10px;
    text-align: left;
 }
 
/*large img pages*/

/*container - image*/
#lrg_img {
    display: block;    
	text-align: left;   
	margin: 0 auto;
	position: relative;   
	width: 560px;
	height: 560px;
}

/*container, arrows*/
#imgnav {
    display: block;
	text-align: left;   
	margin: 0 auto;
	position: relative;  
	width: 560px;
	height: 20px;
	background: #C8C6C6;
}

.prev {
      position: relative;
      display: block;
      text-align: center;
      margin: 0 0 0 -40px;   
}

.next {
      position: relative;
      display: block;
      text-align: center;
      margin: -20px 0 0 40px;   
}

/*contact page*/

#lrg_img_contact {
    margin: 95px 0 20px 80px;              
    height: 205px;
    width: 720px;             
}

#lrg_img_contact .name {
    font: 1.3em Arial;
    font-weight: bold;
    position: relative;
    padding: 0px 0 0 20px;
    text-align: right;
    color: #808080;
}             

#lrg_img_contact .email {
    font: 1em Arial;
    font-weight: bold;
    position: relative;
    padding: 0px 0 0 405px;
    text-align: right;
}
 
#lrg_img_contact .address {
    font: 1em Arial;
    font-weight: bold;
    position: absolute;
    top: 450px;
    left: 245px;
    color: #808080;
}

#lrg_img_contact .mobile {
    font: 1em Arial;
    font-weight: bold;
    position: absolute;
    top: 450px;
    left: 385px;
    text-align: left;
    color: #808080;
} 

#lrg_img_contact .office {
    font: 1em Arial;
    font-weight: bold;
    position: absolute;
    top: 470px;
    left: 385px;
    text-align: left;
    color: #808080;
}

/*about page*/

#lrg_img_abt {    
    height: 397px;
    width: 701px;
    margin: 0px 0 20px 50px;   
}

/*bio page*/                     

#lrg_img_bio {    
    /*height: 1971px;*/
    height: 1620px;
    width: 800px;
    margin: -5px 0 0px 50px;   
}

#dish {
   margin: 0px 0 0px 50px;
}

#print_ver {
           
   margin: 0px 0px 0px 50px;
   text-align: left;
}

#print_ver .printer_txt {
   font: 1em Arial;
   font-weight: bold;
   position: absolute;
   top: 1905px;
   left: 110px;
   
}

#print_ver .printer_img {
           
   margin: 0px 0px 0px 0px;
   
   
}