/*********************************************************************************************

Author: David Peters
Author URL: http://www.19dev.net/
CSS, XHTML and Design Files are all Copyright 2010 19 Development

**********************************************************************************************

0.  CSS Reset  -------------------------  All Theme Files
1.  Basic Setup  -----------------------  All Theme Files
2.  Banner Styles  ---------------------  All Theme Files
3.  Navigation and Menu Styles  --------  All Theme Files
4.  Internet-Slogans  ------------------
5.  Main Content Styles  ---------------  All Theme Files

**********************************************************************************************/
/********************************************************************************************* 
0. CSS Reset  -------------------------  All Theme Files
*********************************************************************************************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
margin: 0;
padding: 0;
}

table {border-collapse: collapse; border-spacing: 0;}

fieldset, img {border: 0;}

address, caption, cite, code, dfn, em, strong, th, var {font-style: normal; font-weight: normal;}

ol, ul {list-style: none;}
caption, th {text-align: left;}

h1, h2, h3, h4, h5, h6 {font-size: 100%; font-weight: normal;}

q:before, q:after {content: '';}
abbr, acronym {border: 0;}


/*********************************************************************************************
1. Basic Setup  -----------------------  All Theme Files
*********************************************************************************************/
body {
background: #fff url("/media/images/bg.png") top left repeat;
width: auto;
height: auto;
font-family: 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
color: #464648;
font-size: 12px;
line-height: 20px;
}

html>body {min-height: 500px; height: auto;}

a:link, a:visited {color: #464648;}
a:hover {color: #999999;}

h1 {font-size: 24px;}
h2 {font-size: 18px;}
h3 {font-size: 14px;}
h1, h2, h3, h4, h5, h6, strong {font-weight: bold; letter-spacing: 2px;}

abbr,acronym {border-bottom: 1px dotted; cursor: help;} 
em {font-style: italic;}
ol,ul {margin: 0;}
ol li {list-style: decimal outside;}
ul li {list-style: none;}

th,td {border: 1px solid; padding: 8px;}
th {font-weight:bold; text-align:center;}

blockquote {
color: #666666;
padding: 0 0 0 15px;
font-style: italic;
border-left: 1px solid #999999;
}

caption {margin-bottom: 8px; text-align: center;}
p,fieldset,table {margin-bottom: 15px;}
a:link, a:visited {text-decoration: none;}
:focus {outline: 0;}

.alignleft {float: left;}
.alignright {float: right; margin: 0 0 0 20px !important;}

#page {margin: 0px auto; width:900px;}

/*********************************************************************************************
2. Banner Styles  --------------------->
*********************************************************************************************/
#banner {
background: transparent url("/media/images/banner.png") top left no-repeat;
float: left;
height: 207px;
margin: 0 auto;
width: 185px;
}

h1#logo {
background: transparent url("/media/images/19dev-logo.png") top left no-repeat;
float: left;
height: 48px;
margin: 5px 11px;
text-indent: -9000px;
width: 157px;
}

h3#statement{
background: transparent url("/media/images/statement.png") top left no-repeat;
float:left;
height:21px;
margin: 70px 0 0 8px;
text-indent: -9000px;
width:164px;
}

/*********************************************************************************************
3. Navigation Styles  --------------------->
*********************************************************************************************/
ul#nav{float:left; margin:0 5px; width:175px;}
ul#nav li {display:inline; float:left; list-style:none; margin: 0 0 0 6px;}

/*********************************************************************************************
4. Internet Slogans  --------------------->
*********************************************************************************************/
#internet-slogans {clear: left; float:left; height:124px; margin:250px 0 0; padding:0; overflow:hidden; width:297px;}
#internet-slogans img {height:124px; width:297px;}

/*********************************************************************************************
5. Main Content Styles  --------------------->
*********************************************************************************************/
#content{margin:0 25%; width:650px;}

.redesign {
background: transparent url("/media/images/screens.png") scroll 50px 50px no-repeat; 
height:425px; 
width:650px;
}

.redesign a {
height:15px; 
left:280px;
position: relative;
top: 216px;
width:115px;
}




