@charset "UTF-8";
@font-face{
    font-family: "myriadpro-regular";
    src: url('../fonts/myriadpro-regular.eot');
        src: url('../fonts/myriadpro-regular.eot?#iefix') format('embedded-truetype'),
                 url('../fonts/myriadpro-regular.otf') format('opentype'),
               url('../fonts/myriadpro-regular.ttf') format('truetype'),
               url('../fonts/myriadpro-regular.svg') format('svg'),
               url('../fonts/myriadpro-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* ----- general begin ------------------------------------------- */
*{ 
	margin:0; 
	padding:0;
}
html, body { 
	height:100%;
}
body {
	background: #ffffff; 
	font-family: 'myriadpro-regular', Verdana, Arial;
	font-size: 11px;
    color: #5a5a5a;
	line-height: 15px;
}
.clear { 
	clear:both;
}
a {	
	color:#5a5a5a;
	text-decoration: none;
}
a:hover {
	color:#5a5a5a;
	text-decoration: none;
}
a, a:active {
  outline: 0;
}


/* ----- general end ------------------------------------------- */


/* ----- main structure begin ------------------------------------------- */

.main{
	width: 100%;
	height: 100%;
}
.center_main{
	width: 100%;
	height: 100%;
}
.proenerg{
	background: url(../images/proenerg_logo.png) no-repeat top center;
	width: 930px;
	height: 99px;
	border-bottom: 1px solid #bfbdb9;
}
.links_wrap{
	width: 930px;
	min-height: 260px;
    border-bottom: 1px solid #bfbdb9;
    padding: 40px 0 60px 0;
}
.copyright{
    width: 930px;
    padding: 6px 0 6px 0;
    font-size: 10px;
}
a.lighting{
	background: url(../images/proenerg_lighting_logo.png) no-repeat top center;
	float: left;
	width: 250px;
	margin: 0 90px 0 0;
	padding: 60px 0 0 0;
	text-align: left;
	position: relative;
}
a.lightning{
    background: url(../images/proenerg_lightning_logo.png) no-repeat top center;
    float: left;
    width: 250px;
    margin: 0 90px 0 0;
    padding: 60px 0 0 0;
    text-align: left;
    position: relative;
}
a.epanels{
    background: url(../images/proenerg_electrical_panels_logo.png) no-repeat top center;
    float: left;
    width: 250px;
    margin: 0;
    padding: 60px 0 0 0;
    text-align: left;
    position: relative;
}
span.contents{
    background: #f3f3f2;
    display: block;
    width: 200px;
    min-height: 150px;
    padding: 18px 25px 20px 25px;
}
span.contents h1{
    font-family: 'myriadpro-regular', Verdana, Arial;
    font-size: 19px;
    font-weight: normal;
    line-height: 23px;
}
span.contents p{
    display: block;
    padding: 10px 0 0 0;
    margin: 0;
    font-size: 12px;
}

a.lighting,
a.lightning,
a.epanels{
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a.lighting:hover,
a.lightning:hover{
    position: relative;
    margin: -10px 90px 0 0;
}
a.epanels:hover{
    position: relative;
    margin: -10px 0 0 0;
}
a.lighting:hover span.contents.green{
    background-color: #f2f4e2;
}
a.lightning:hover span.contents.blue{
    background-color: #e0eef1;
}
a.epanels:hover span.contents.yellow{
    background-color: #fff4dc;
}    


/* ----- main structure end ------------------------------------------- */


/* ----- no margins ------------------------------------------- */

.nomargin {
	margin:0;
}
.content_single .nomargin{
	margin:0;
}
