/*------------------------------------------------------------------
[Master Stylesheet]

Project:		Highpoint Tool and Machine - Placeholder Site
Version:		1.0
Created By:		Jesse Lavery, Starn Marketing Group
Last change:	10/07/09 [initial coding]

--------------------------------------------------------------------

[Colors]

Background:		#d5e3eb (lt blue)
Content:		#000 	(black)

-------------------------------------------------------------------*/



/**********************************
Reset Styles for all browsers
***********************************/

/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
line-height: 1;
font-family: inherit;
text-align: left;
vertical-align: baseline;
}

a img, :link img, :visited img {border: 0;}

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

ol, ul {list-style: none;}

q:before, q:after,
blockquote:before, blockquote:after {content: "";}

/**********************************
Core Styles
***********************************/

body {
background-color: #d5e3eb;
color: #000;
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 12px;
text-align: center;
}

/* Generics
------------------------------*/
/* site-wide defs for p, a, h1, h2, etc. */

p, ul li, ol li {line-height: 1.4;}

a {
outline: none;
text-decoration: none;
}

/* Header
------------------------------*/

#header {
margin: 0px auto;
width: 840px;
}

#header h1 {
background: url(../images/logo.jpg) no-repeat;
height: 240px;
text-indent: -9999px;
width: 840px;
}

/* Content
------------------------------*/

#content {
margin: 0px auto;
width: 368px;
}

#content p.download a {
background: url(../images/bg-link.jpg) 0 0 no-repeat;
color: #17469e;
display: block;
font-size: 12px;
font-style: normal;
font-weight: bold;
height: 25px;
line-height: 25px;
margin-bottom: 15px;
padding-left: 30px;
width: 338px; /* True width: 368px */
}

#content p.download a em {
color: #5d5d5d;
font-family: Georgia, Times, "Times New Roman", serif;
font-size: 10px;
font-style: normal;
font-weight: normal;
text-align: right;
}

#content p.download a:hover {
background: url(../images/bg-link.jpg) 0 -25px no-repeat;
color: #fff;
}

#content p.download a:hover em {
color: #c2d3e3;
}

#content p.iso {
font-size: 14px;
margin: 30px 0;
text-align: center;
}

#content p.iso a {
border-bottom: 1px solid #c2d3e3;
color: #666;
}

#content p.summary {
border-top: 1px solid #ccc;
color: #999;
font-size: 11px;
padding-top: 10px;
text-align: center;
}

#content p.summary span {
color: #bbb;
}

/* 
------------------------------*/

/* 
------------------------------*/

/* 
------------------------------*/

/* 
------------------------------*/

/* 
------------------------------*/
