@charset "utf-8";
/* CSS Document */

/***********************************************/
/* CheapWebDesignCompany Style Sheet                       */
/* Author: WebCatch 2008                       */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html,body{
	padding:0;
	margin:0;
}

body{
	font:76% Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top:-10px;
}

#container{
	width:960px;
	margin: 0 auto;
	text-align: left;
	color:#333;
}

#content{
 width: 960px;
 margin-top:38px;
 padding:0;
 clear:both;
}

#header{
	height:155px;
	background: #fff url(../images/phone.gif) top right no-repeat;
}

#phone{
	width:438px;
	height:105px;
	float:right;
	color:#333;
	text-align:right;
	margin:0;
	padding:20px 20px 0px 0px;
}

#footer{
	color:#666;
	font-size:90%;
}

#footerTop{
	width:100%;
	text-align: left;
	margin: 10px 0px 10px 0px;
	color:#333;
	background-color:#990000;
	height:2px;
}

#navigation{
 width: 960px;
 height:38px;
 margin:0;
}

/***********************************************/
/* Header styles                               */
/***********************************************/ 

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0 10px 0 10px;
}

h1{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 250%;
}

h2{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 160%;
 padding-bottom:5px;
 color:#990000;
}

h3{
 font-size: 130%;
}

h4{
 font-size: 100%;
 font-weight: normal;
}

h5{
 font-size: 100%;
}

ul{
 list-style-type: square;
 	line-height: 1.5em;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

p{
	margin: 0;
	line-height: 1.5em;
	padding: 0 10px 0 10px;
}

/***********************************************/
/* Link styles                                 */
/***********************************************/ 

a:link, a:visited, a:hover {
	color: #990000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.black:link, a.black:visited, a.black:hover {
	color: #000;
	text-decoration: underline;
}

a.black:hover {
	text-decoration: none;
}

a.white:link, a.white:visited, a.white:hover {
	color: #fff;
	text-decoration: none;
}

a.white:hover {
	text-decoration: none;
}

a.redInv:link, a.redInv:visited, a.redInv:hover {
	color: #990000;
	text-decoration: none;
}

a.redInv:hover {
	text-decoration: underline;
}


/***********************************************/
/* Text styles                                 */
/***********************************************/ 

.red{color:#990000;}
.price{color:#990000;font-size:130%;font-weight:bold;}

/***********************************************/
/* Page styles                                 */
/***********************************************/ 

#box01 { 
 margin: 5px 15px 10px 0px;
 width: 300px;
 float: left;
 background-color:#f0f0f0;
 padding:10px 5px 10px 5px;
}

#box02 { 
 margin: 5px 15px 10px 0px;
 width: 300px;
 float: left;
 background-color:#f0f0f0;
 padding:10px 5px 10px 5px;
}

#box03 { 
 margin: 5px 0px 10px 0px;
 width: 300px;
 float: left;
 background-color:#f0f0f0;
 padding:10px 5px 10px 5px;
}

/***********************************************/
/* Gallery                                     */
/***********************************************/ 
#thumbComposite
{
    float:left;
    display:inline;
    padding: 0 5px 5px 0;
    font-weight:bold;
    width: 125px;
}

#thumbCompositeGlass
{
    float:left;
    display:inline;
    padding: 0 5px 5px 0;
    font-weight:bold;
    width: 110px;
}

#thumbUPVC
{
    float:left;
    display:inline;
    padding: 0 5px 5px 0;
    font-weight:bold;
    width: 135px;
}

#thumbGlass
{
    float:left;
    display:inline;
    padding: 0 5px 5px 0;
    font-weight:bold;
    width: 250px;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 99;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #f0f0f0;
padding: 5px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -100px;
left: 150px; /*position where enlarged image should offset horizontally */

}

/***********************************************/
/* Testmonials                                 */
/***********************************************/ 

#before
{
    float:left;
    width:20%;
}

#testimonial
{
    float:left;
    width:60%;
}

#after
{
    float:left;
    width:20%;
}