
/* Display HTML5 structural elements as blocks */

article, aside, figure, figcaption, footer, hgroup, header,
section, nav 
{
   display: block;

}

article
{
   display: block;
   background: rgb(255,255,230);
  // padding-left: rgb(255,240,240);
  

}

.center
{
background: rgb(255,255,230);
  margin-left:auto;
  margin-right:auto;
  width:80%;

}


/* Set the default page element styles */

body * 
{
   font-family: Verdana, Geneva, sans-serif;
   font-size: 100%;
   font-weight: inherit;
   line-height: 1.2em;
   list-style: none;
   margin: 0px;
   padding: 0px;
   text-decoration: none;
   vertical-align: baseline;
   
   //height: 100%;
}



/* Body Styles */
body 
{
    //height: 100%;
   width: 100%;
   min-width: 900px;
   //max-width: 1000px;
   font-family: Verdana, Geneva, sans-serif;
   font-weight: normal;
   font-size: 16px;
   margin: 0px auto;
   position: relative;
   /*border-left: 1px solid black;
   border-right: 1px solid black;*/
   
   //background: rgb(0, 0, 0);
}

/* Header styles */

header 
{
   float: left;
   width: 100%;

   //background: url(crownani.gif) bottom left no-repeat;

   -o-background-size: contain;
   -moz-background-size: contain;
   -webkit-background-size: contain;
   background-size: contain;

   background-color: rgb(0, 0, 0);
   //background-color: rgb(90, 20, 20);
   //border-bottom: 1px solid rgb(190, 20, 20);

}

header img 
{
   display: block;
   float: left;
   width: 120px;
   height: 35px;
   margin-left: 100px;
   margin-right: 10px;
   margin-top: -5px;
}


/*Navigation list styles */

header nav 
{
   float: left;
   width: 100%;
   margin: 10px auto 1px auto;
}


header nav li 
{
   display: block;
   width: 125px;
   //margin-left: 1%;
   margin-left: 5px;
   margin-bottom: -1px;
   float: left;
   
   border: none;
    -moz-border-radius: 0px;
   -webkit-border-radius: 0px;
   border-radius: 0px;
}

header nav li a 
{
   display: block;
   width: 100%;
   height: 30px;
   line-height: 30px;
   text-align: center;
   color: rgb(0, 0, 0);
   font-size: 0.8em;
   

   border: solid;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
   
   
   -moz-border-left-radius: 5px;
   -webkit-border-left-radius: 5px;
   border-left-radius: 5px;
   color: rgb(255, 255, 255);
   
   border-color: rgb(10,0,0);
   background-color: rgb(20, 10, 10);
}

header nav li a:hover 
{
   border-top: solid;
   border-left: solid;
   border-right: solid;
   background-color: rgb(255,255,230);
   //border-color: rgb(60, 10, 10);
   color: rgb(0, 0, 0);
   border-top-color: rgb(160, 70, 70);
   border-right-color: rgb(160, 70, 70);
   border-left-color: rgb(160, 70, 70);
   border-bottom-color: rgb(255,255,230);
}

header article 
{
   float: left;
   width: 70%;
}



header h1 
{
   font-size: 3.5em;
   font-family: "Times New Roman", serif;
   font-weight: bold;
   color: white;
   letter-spacing: 7px;
   margin-right: 20%;
   width: 70%;
   text-align: center;
}

header p 
{
   font-size: 0.9em;
   color: rgb(233, 69, 0);
   margin: 10px 25% 10px 10px;
}

/* Article Styles



/* Section styles */
section
{
   clear: left;
   width: 100%;
   
    background: rgb(220, 215, 215);
}

section p 
{
   color: rgb(255, 255, 255);
   margin-left: 20px;
   padding-top: 20px;
}



/* Footer Styles */
footer
{

    height: 30px;
    border-top: 1px solid silver;
    clear: left;
    margin-top: 0px;
    padding: 10px 0px;
    
    margin: auto;
   
    background-color: rgb(100,20,0);
    //max-height:20px;
    
    //position: absolute;

}

footer address 
{
   color: white;
   font-style: normal;
   font-size: 0.8em;
   text-align: center;
}

th
{
    background-color: rgb(210, 100, 120);
    color: white;

}
td
{
    padding: 5px;
    text-align: center;
}

td.orderSet
{
    background-color: yellow;
    font-size: 2em;
}

tr.oddrow
{
    background-color: rgb(190, 190, 190);
}

.vacation
{
    background-color: rgb(210, 100, 120);
}

.contact_input
{
    width: 300px;
}

.contact_textarea
{
    width: 300px;
    height: 200px;
}

button
{
   width: 120px;
   height: 30px;
    font-size: 14px;
    
    color: white;
    background: rgb(150, 40, 40);
    
    border-right-color: rgb(110, 0, 0);
    border-bottom-color: rgb(110, 0, 0);
    border-left-color: rgb(230, 170, 170);
    border-top-color: rgb(230, 170, 170);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

button:a
{
    color: white;
}

button:hover
{
    background: rgb(200, 100, 100);
    color: rgb(50, 10, 10);
    cursor: pointer;
}

.homeHighlight
{
    border-style: solid;
    border-width: 1px;
    //height: 300px
    
    -moz-box-sizing:border-box;
	box-sizing:border-box

}

.homeBottom
{
    -moz-box-sizing:border-box;
	box-sizing:border-box

    margin-left: auto ;
    margin-right: auto ;
    margin-bottom: auto;
    border-style: solid;
    border-width: 0px;
    
    width: 80%;
    //min-width: 500px;
    //max-width: 700px;
    //height: 100%;

    
     //background: rgb(220, 215, 215);
}

.bigTitle
{
    color: rgb(110, 0, 0);
    font-weight: bold;
    font-size: 28px;
    vertical-align:Top;
    text-align:Left;
    padding: 0px;
}
.appDescription
{
    font-weight: normal;
    font-size: 12px;
    vertical-align:Top;
    text-align:Left;
    padding: 0px;

}

.icon
{
    border-style: solid;
    border-width: 2px;
    
      -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    cursor:pointer

}
.imgDiv
{
    border-style: solid;
    border-width: 2px;
    white-space:nowrap;
    width:660px;
    overflow-x: scroll;
    
       -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}