* 	{
	padding:0;
	margin:0;
}
	
body
{
	margin:0;
	background:#424242 url(/images/bg.jpg) repeat top;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:10pt;
}

p 
{
	line-height: 1.4em;
	margin-bottom:10px;
}
	
a, a:visited
{
	font-size: 0.9em;
	color:#000000;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.side-link
{
	position:absolute;
	top:100px;
	left:0;
}

img
{
    border: 0px;
}

h1
{
    font-size: 12pt;
    font-weight: bold;
    margin: 0 0 7px 0;
}

h2
{
    font-size: 11pt;
    font-weight: bold;
    font-style: normal;
    margin: 3px 0 5px 0;
}

h3
{
    font-size: 10pt;
    font-weight: bold;
    font-style: italic;
    margin: 0 0 5px 0;
}

.float-left
{
	float:left;
}

.float-right
{
	float:right;
}

hr
{
	clear:both;
	margin:10px 0;
	border-top:none;
	border-right:none;
	border-left:none;
	border-bottom:#FFFFFF 2px solid;
}



/************************* header ******************************/
#header
{
	position: relative;
	background: url("/images/header.jpg") no-repeat;
	width: 800px;
	height: 253px;
}

#contactDetails
{
	position: absolute;
	bottom: 5px;
	right: 10px;
	text-align: right;
	color: #666666;
	font-weight: bold;
	line-height: 1.4em;
}

#contactDetails a
{
	color: #666666;
}
#contactDetails a:hover
{
	text-decoration: underline;
}
#contactDetails #quote
{
	font-size: 0.9em;
	font-weight: normal;
}

#nav
{
	position: absolute;
	bottom: 40px;
	left: 30px;
}
#nav ul
{
	list-style-type: none;
}
#nav li
{
	display: inline;
}

#nav a,
#nav a:visited,
#nav a:active
{
	text-decoration:none;
	font-weight: normal;
    color: #000000;
    display: block;
	padding-left:20px;
	line-height: 1.5em;
	background:url("/images/arrow.gif") left no-repeat;
}
#homepage #homeLink a,
#aboutpage #aboutLink a,
#whatpage #whatLink a,
#clientspage #clientsLink a,
#maestropage #maestroLink a,
#contactpage #contactLink a,
#interviewpage #interviewLink a,
#mobiledugoutpage #mobiledugoutLink a,
#printshoppage #printshopLink a
{
	background:url("/images/arrow_active.gif") left no-repeat;
	font-weight: bold;
}

#nav a:hover
{
	background:url("/images/arrow_active.gif") left no-repeat;
	font-weight: bold;
}
/************************* header ******************************/







/************************* body ******************************/
#container
{
	margin: 20px auto 0 auto;
	width:800px;
}

#content
{
	background: url("/images/bg-inner.jpg") repeat-y;
	/*min-height: 267px;*/
	position: relative;
	/*border: solid red 2px;*/
}

#contentTopBg
{
	background: url("/images/bg-top.jpg") no-repeat;
	/*position: absolute;
	top: 0px;
	left: 0px;*/
	min-height: 111px;
	width: 800px;
	/*border: solid green 2px;*/
}

#contentBottomBg
{
	background: url("/images/bg-bottom.jpg") no-repeat bottom;
	/*position: absolute;
	top: 0px;
	left: 0px;*/
	width: 800px;
	min-height: 267px;
	/*border: solid green 2px;*/
}
* html #contentBottomBg
{
	height: 267px;
}

#innerBody
{
	padding: 10px 20px;
}
#innerBodyLeft
{
	padding: 10px 20px;
	width: 335px;
	border-right: 1px solid #666666;
	float: left;
}
#innerBodyRight
{
	padding: 10px 20px 10px 0px;
	width: 335px;
	/*border-left: 1px solid #000000;*/
	float: right;
}
#innerBodyBoth
{
	padding: 10px 20px 10px 20px;
	/*width: 730px;
	border-left: 1px solid #000000;*/
}
#innerBodyRight img
{
	margin: 5px;
}

#content ul,
#content ol
{
	list-style-position:inside;
	padding-top: 0px;
	margin: 0 0 5px 0;
}
#content li
{
	margin-bottom: 2px;
}
.casestudy
{
	background: #FFFFFF;
	border: 2px solid #666666;
	padding: 5px;
	display: block;
}
#homelist li
{
	display: inline;
	padding-left: 10px;
	margin-left: 4px;
	background: url("/images/bullet.gif") left no-repeat;
}
#networking
{
	display: block;
	width: 100%;
	clear: right;
	margin-bottom: 15px;
	text-align: right;
}
#homepage #innerBodyRight p
{
	margin-bottom: 0;
}
#johnmilford
{
	float: right;
	height: 240px;
	border: 2px solid #666666;
	margin: 10px;
}
.listheader
{
	list-style-type: none;
}

#interview
{
	margin: 20px auto;
	text-align: center;
}
/************************* body ******************************/

/************************* products ******************************/
#productImage
{
	height: 510px;
	float: left;
	border: 2px solid #666666;
}
.productImageThumb
{
	/*border: 1px solid black;*/
	height: 60px;
	padding: 0 10px 15px 10px;
	
}
.productImage
{
	float: left;
	height: 60px;
	margin: 0 10px;
	border: 2px solid #666666;
}
#productImages
{
	text-align: left;
}
/************************* products ******************************/




/************************* footer ******************************/
#footer
{
	font-size: 0.7em;
	color: #FFFFFF;
	margin: 0 8px;
}
#siteby
{
	float: right;
}
#footer a, 
#footer a:visited
{
	font-size: 1em;
	color:#FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}

#footer a:hover
{
	text-decoration: none;
}
/************************* footer ******************************/









/*************Contact*********************/
.fieldsetdiv
{
	float: left;
	margin: 0px;
	padding: 0px;
}
fieldset
{
    border: 1px dotted #999999;
    padding: 10px;
    width: 200px;
    height: 160px;
    margin: 0 10px 10px 0;
    float: left;
}

legend
{
    margin-left: 5px;
}

input
{
    width: 180px;
    border: 1px solid #999999;
}

label
{
    width: 180px;
    float: left;
    /*border: 1px solid red;*/
}

textarea
{
    width: 180px;
    height: 45px;
    border: 1px solid #999999;
    font-family: Arial;
    font-size: 8pt;
    padding: 2px;
}

select
{
    width: 180px;
    border: 1px solid #999999;
}

#contactpage ol
{
    list-style-type: none;
}
#contactpage li
{
	/*border: solid green 1px;*/
}
#formbottom
{
    clear:both;
}

#errors
{
    color: #CD0005;
}

.submit
{
    color: #FFFFFF;
    background-color: #000000;
    margin-bottom: 5px;
    cursor: pointer;
}
/*************Contact*********************/