/* CSS style sheet for phoenixnh.com
** Creation Date: 3-20-07
** Author: Todd Foote
** Company: Phoenix Graphics
** REVISED on: 12-7-09
*/

@import url(phoenixNav.css);


* { margin: 0px; padding: 0px; }

body 
 {
 color: #000; 
 font-size: 13px;
 line-height: 18px;
 font-family: Verdana, Arial, Helvetica, san-serif;
 background-color: #fff;
 background-image: url("images/BkPage.gif");
 background-repeat: no-repeat;
 background-position: center top;
 text-align: center;
 min-width: 780px;
 }

.header
{
float: left;
font-size: 16px;
border-bottom: solid 1px #000000;
text-align: left;
width: 700px;
padding-bottom: 3px;
margin-bottom: 15px;
margin-left: 20px;
}

.smheader
{
font-size: 12px;
font-weight: bold;
color: #921000;
}

.gray-text
{
font-size: 12px;
color: red;
}

#templogo
{
width: 700px;
height: 500px;
background-image: url(images/logo.jpg);
background-repeat: no-repeat;
margin-top: 30px;
}

#wrapper
{
background-color: #fff;
width: 780px;
margin: 0 auto;
}

#brand
 {
 background-image: url("images/test.jpg");
 background-repeat: no-repeat;
 width: 780px;
 height: 168px;
 }

#content
{
width: 780px;
background-color: #fff;
padding-top: 15px;
}

#slogan
{
width: 780px;
height: 40px;
margin-top: -15px;
padding-bottom: 10px;
text-align: center;
}

.paratext
{
width: 470px;
text-align: left;
float: left;
margin-left: 20px;
}

.paratext2
{
width: 700px;
text-align: left;
float: left;
margin-left: 20px;
}


.contact-text
{
width: 220px;
text-align: left;
float: left;
margin-left: 20px;
line-height: 20px;
border-right: 1px solid #cccccc;
}

.contact-text-2
{
width: 460px;
text-align: left;
float: left;
line-height: 25px;
margin-left: 20px;
border-right: 1px solid #cccccc;
}

.contact-text-2 a
{
text-decoration: none;
}

.contact-text-2 a:hover
{
text-decoration: none;
background-color: #c2eaeb;
}


#contact-spacer
{
clear: both;
width: 700px;
height: 20px;
}


#picwrapper
{
width: 200px;
float: left;
padding-left: 40px;
}

#casewrapper
{
width: 200px;
float: left;
padding-left: 10px;
}



.Sphoto img
{
border: 1px solid #000;
margin-bottom: 1em;
margin-left: 1em;
float: left;
}

.pics
{
width: 200px;
height: 150px;
float: left;
border: solid 1px #000;
margin-bottom: 10px;
}

.casepics
{
width: 200px;
height: 150px;
float: left;
border: solid 1px #000;
margin-bottom: 10px;
}

.imageright
{
float: right;
margin-right: 1em;
}

.imageleft
{
float: left;
margin-left: 1em;
}

.casestudy
{
clear: both;
}

.casestudy a
{
text-decoration: none;
color: #000000;
}

.casestudy a:hover
{
background-color: #cccccc;
}

#vertline
{
/*width: 10px;
height: 300px;
background-image: url(images/vertline.gif);
background-repeat: no-repeat;*/
padding-right: 5px;
padding-left: 5px;
float: left;
}

#flash_movie1
{
width: 200px;
height: 150px;
}

#footer
 {
 color: #999999;
 width: 740px;
 height: 3em;
 margin-top: 15px;
 text-align: center;
 border-top: solid 1px #000000;
 font-size:10px;
 }
 
#footer a 
{
color: #999999;
font-size: 10px;
text-decoration: none;
}

#footer a:hover
{
color: #000000;
}
 
 .clear
{
clear: both;
}


