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

CSS: egeplast.css
Author: Joe Griffin, Pegasys
Date: 30/07/09

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

* {padding:0; margin:0;}


body{
     color: #404040;
     font-family: Calibri, Tahoma;
     background: #f5f5f5;
}

h1{
     font-family: 'Futura MD';
}

h2{
     font-style: italic;
}


/******************* Container ********************************************/

#container {
        margin: 0 auto;
	padding: 0;
	width: 1000px;
	
        border: 1px solid #c0c0c0;
        
        background: #fff;

}

/******************* Header ********************************************/

#header {

	height: 30px;
	background: #005095;
}


/******************* Nav ********************************************/

#nav{
        padding: 20px 10px 10px 30px;
        height: 90px;
        font: 120% Tahoma;
        border-bottom: 1px solid #c0c0c0;
}

nav img{
        float: left;

}

#nav ul{
        padding: 25px 20px 0 0;
        list-style: none;
        float: right;
        color: #316ac5;
}

#nav li{
        display: inline;
}

#nav a {

        text-decoration: none;
	color: #316ac5;
}

#nav a:hover, #nav a.current, #nav a.current:hover {
	text-decoration: underline;

}

/******************* homemain ********************************************/

#homemain {
        padding: 30px 0 30px 30px;

        background-image: url('../files/layout/products3.jpg');
        background-position: 530px 17px;
        background-repeat: no-repeat;
        
        border-bottom: 1px solid #c0c0c0;

}

#homemain p {
        font-size: 110%;
        margin: 20px 0 0 0;
        width: 420px;
        text-align: justify;
}

#homemain a, #homemain a:hover, #homemain a:visited {

        text-decoration: none;
	color: #316ac5;
}

/******************* termsmain ********************************************/

#termsmain {
        padding: 30px 0 30px 30px;

        border-bottom: 1px solid #c0c0c0;


}

#termsmain p {
        font-size: 110%;
        margin: 20px 0 0 0;
        width: 940px;
        text-align: justify;
}

#termsmain span.bold{
        font-weight: bold;
}

#termsmain ol{
        margin-right: 25px;
        text-align: justify;
        list-style: decimal inside;
}

#termsmain ol.inner{
        margin-right: 25px;
        margin-left: 45px;
        text-align: justify;
        list-style: lower-alpha inside;
}

#termsmain ol.inneragain{
        margin-right: 25px;
        margin-left: 45px;
        text-align: justify;
        list-style: lower-roman inside;
}

#termsmain table{
        width: 940px;
}

#termsmain td{
        vertical-align: text-top;

}

#termsmain a, #termsmain a:hover, #termsmain a:visited {

        text-decoration: none;
	color: #316ac5;
}



/******************* main ********************************************/

#main {
        padding: 30px 0 30px 30px;
        border-bottom: 1px solid #c0c0c0;
        overflow: auto;
}

#main p {
        font-size: 110%;
        margin: 20px 0 0 0;
        width: 600px;
        text-align: justify;

}

#main p.lists {
        float: left;
        font-size: 110%;
        margin: 20px 0 20px 0;
        padding-bottom: 20px;
        width: 600px;
        text-align: justify;
        border-bottom: 1px dotted #c0c0c0;

}

#main span.bold{
        font-weight: bold;
}


#mainleft{
        float: left;
        width: 630px;
}

#mainleft img{
        float: right;
        margin-top: 7px;
        margin-left: 20px;
        margin-bottom: 20px;
        border: 1px solid #c0c0c0;
        padding: 8px 8px 30px 8px;
}

#mainleft img.pdf{
        border: 0;
        float: left;
}

#mainleft h2{
        font-style: italic;
        margin-top: 10px;
        margin-bottom: 12px;
}

#mainleft a{
        color: #c00000;
}

#mainleft ul{
        float: left;
        font-size: 110%;
        margin: 20px 0 0 0;
        text-align: justify;
}



#mainleft table{
        width: 340px;
        border: 0px solid;
}



#mainright{
        float: right;
        margin-right: 30px;
        padding-top: 68px;
        width: 263px;
}

#mainright h3 {

        display: block;
        background-color: #fde24f;
        font-style: normal;
        padding: 3px 0 5px 3px;
        border: 1px solid #000000;
        color: #333333;
        margin: 0px;
        width:258px;
}

#mainright ul{

        list-style: none;
        color: #000;
}

#mainright ul li{
}

#mainright li a {
        border-bottom: 1px dashed #fde24f;
        padding: 5px 0px 2px 4px;
        font-size: 110%;
        display: block;
        text-decoration: none;
	color: #316ac5;
	width:260px;
}

#mainright a:hover, #mainright a.current, #mainright a.current:hover {
	text-decoration: none;
	color: #fff;
	background: #316ac5;


}


/******************* homepromo ********************************************/

#promo{
        clear: both;
        color: #005095;

}

#promo img{
       border: 0;
}


#promoleft{
        margin-left: 30px;
        margin-top: 20px;
        margin-bottom: 20px;
        width: 300px;
        height: 150px;
        float: left;
        background: #ebebeb;

}

#promocenter{
        margin-left: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
        width: 300px;
        height: 150px;
        float: left;
        background: #ebebeb;


}

#promoright{
        margin-right: 30px;
        margin-top: 20px;
        margin-bottom: 20px;
        width: 300px;
        height: 150px;
        float: right;
        background: #ebebeb;

}


/******************* Footer ********************************************/

#footer {
        padding: 10px 0 0 30px;
        color: #fff;
	height: 40px;
	clear: both;
	background: #005095;
}

#footerleft{
        float: left;
        width: 300px;
}

#footerright{
        float: right;
        width: 600px;
}

#footerright ul{
        margin-right: 30px;
        list-style: none;
        float: right;

}

#footerright li{
        display: inline;
}

#footerright a {

        text-decoration: none;
	color: #fff;
}

#footerright a:hover, {
	text-decoration: underline;

}

/******************* Design ********************************************/

#design {
        margin: 0 auto;
        padding-top: 20px;
        color: #000;
        width: 160px;
	height: 40px;
	clear: both;


}