*{
font-family:Arial;
margin:0px;
padding:0px;
border:0px solid #000;
border-spacing:0px;
}

body{overflow: scroll;
scrollbar-face-color: #02a3ff;
scrollbar-track-color: #F5F5F5;
scrollbar-arrow-color: #768288;   
}

a{
text-decoration:none;
}

a:active{
text-decoration:underline;
}

.div{
width:100%;
min-width:950px;
position:relative;
}

.menubtn{display:table-cell;
background-color:transparent;
float:left;
color:#FFF;
width:150px;
height:40px;
text-decoration:none;
margin:0px 0px;
vertical-align:middle;
font-weight:bold;
padding-top:7.5px;
margin-top:20px;
padding-right:10px;
}

.menubtn:hover{
font-size:19px;
}

.menubtn:active{text-decoration:underline;outline:none;}

.table{
width:950px;
}

.canvases{
width:200px;
height:200px;
margin:10px;
border:1px solid lightgrey;
}

.review{
position:relative;
border:1px solid #E8E8E8;
background-color:#f9f9f9;
width:800px;
margin:20px;
padding: 15px 15px 50px 15px;
}

.name{
position:absolute;
left:15px;
bottom:5px;
font-size:17pt;
}

.quote{
font-size:15pt;

}

.textarea{
border:1px solid darkgrey;
resize:none;
width:100%;
}

.textarea:active{
outline:none;
}

.insert{
border:0px solid grey;
background-color:#109DE5;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
padding:10px;
padding-right:15px;
margin-bottom:10px;
color:#FFF;
}

.q{
border:1px solid grey;
background-color:#e9e9e9;
-webkit-border-top-right-radius: 2px;
-webkit-border-top-left-radius: 2px;
-moz-border-radius-topright: 2px;
-moz-border-radius-topleft: 2px;
border-top-right-radius: 2px;
border-top-left-radius: 2px;
padding:10px;
padding-left:20px;
margin-bottom:0px;
cursor:pointer;

}

.a{
-webkit-box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,0.3);
-moz-box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,0.3);
box-shadow: inset 0px 1px 2px 0px rgba(0,0,0,0.3);
background-color:#f0f0f0;
border:1px solid grey;
margin-bottom:5px;
padding:10px;
-webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}

#body{
background-color:#109DE5;
}

#header{background-color:#000000;
height:24px;}

#navigation,#navigation.table{
background-color:#109DE5;
}

#navigation img{
margin-left:5px;

}

#mainpage{height:100%;
vertical-align:middle;
position:relative;

}

#mainpage table{
height:50%;
min-width:300px;
vertical-align:middle;
margin-top:7%;
margin-bottom:7%;
}

#mainpage a{
float:left;
vertical-align:text-top;
display:table-cell;
background-color:transparent;
color:#FFF;
width:190px;
height: 45px;
text-decoration:none;
font-size:27px;
margin:10px 3px;
vertical-align:middle;
padding:10px 0px;
font-weight:bold;

}

#mainpage a:hover{
font-size:30px;
}

#mainpage a:active{
text-decoration:underline;
}

#cool{border-radius:2px;
width:700px;
background-color:#d5eaf5;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
box-shadow: inset 0px 2px 5px rgba(0,0,0,0.6);
-webkit-box-shadow: inset 0px 2px 5px rgba(0,0,0,0.6);
-moz-box-shadow: inset 0px 2px 5px rgba(0,0,0,0.6);padding:20px;}

#review{
float:left;

}

#reviewbtn{
display:block;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
border:1px solid #dcdcdc;
padding:5px;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
}

#reviewbtn:hover{
outline;none;
cursor:pointer;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
}

#textarea{
font-size:12pt;
padding:5px;
border:0px solid #000;
margin:0px;
}

#name{
font-size:14pt;
width:400px;
height:40px;
padding:5px;
border:0px solid #000;
margin-bottom:7px;
}

#portfolio{
width:950px;

}

#pricelist{
background-color:#f5f5f5;
padding:5px;
}

#footer{
background-color:#109de5;

}

#price{
border:1px solid grey;
background-color:#e9e9e9;
-webkit-border-top-right-radius: 2px;
-webkit-border-top-left-radius: 2px;
-moz-border-radius-topright: 2px;
-moz-border-radius-topleft: 2px;
border-top-right-radius: 2px;
border-top-left-radius: 2px;
padding:10px;
padding-left:20px;
margin-bottom:0px;}