/*-- Website: GrandDesignsLive.com --*/
/*-- Style Sheet: Main --*/
/*-- Author: Antony Howlett / Media 10 --*/

/* -- Fundamental Components -- */
html, body{
 height:98%;
 margin:0;
 padding:5px 0 0 0;
 font-size:85%;
 font-family:Arial,Helvetica,Sans-Serif;
 background:#fff;
}

h1 {
 margin:0 0 0.5em 0;
 padding:5px 0;
 font-size:2.6em;
 border-bottom:1px solid #fff;
 color:#000;
 background:transparent;
}
h2 {
 margin:0;
 padding:0;
 font-size:1.4em;
 color:#000;
 background:transparent;
}
h3 {
 margin:0;
 padding:0;
 font-size:1.2em;
 font-weight:normal;
 color:#000;
 background:transparent;
}
p {
 margin:0;
 padding:0 0 1.1em 0;
 line-height:1.8em;
}

ul {
 margin:0;
 padding:0 0 1.1em 3em;
}

table,table tr,table tr th,table tr td {
 font-size:1em;
}
table tr th,table tr td {
 padding:2px;
 text-align:left;
}
table {
 margin:0 0 1em 0;
}
table tr th {
 font-weight:normal;
 vertical-align:top;
}

form {
 margin:0;
 padding:0;
}
input,textarea {
 border:1px solid #999;
 color:#666;
 background:#ddd;
}

a {
 color:#000;
 background:#fff;
}
a:hover {
 color:#fff;
 background:#000;
}

img {
 margin:0;
 border:0;
}

/* -- Clear Float -- */
.clear:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clear {display:inline-block;}
/* Hides from IE-mac \*/
* html .clear {height:1%;}
.clear {display:block;}
/* End hide from IE-mac */

/* -- Fundemental CSS -- */
.right {float:right;}
.left {float:left;}
.hide {display:none;}
.centreimage {display:block; margin:0 auto;}
.emphasis {width:90%; font-style:italic;}
.underline {text-decoration:underline;}
.nobold {font-weight:normal;}
.spacer {margin-bottom:10px;}
.largefont {font-size:1.2em;}
.smallfont {font-size:0.8em;}
.whitetext {color:#fff; background:none;}

/* -- Holder -- */
div#holder {
 width:100%;
 height:100%;
}
div#container {
 width:100%;
 height:100%;
}

/* -- Header -- */

/* -- Navigation -- */

/* -- Content -- */

/* -- Footer -- */