﻿/* GENERIC SITE CONTAINERS */
.c-wrapper { width : 802px; min-height : 100%; margin : 0px auto; text-align : left; background : url('images/bg/page_border.png') left top repeat-y; }
.c-navigation { width : 750px; margin : 0px auto; background : url('images/bg/nav-black-end.png') right top no-repeat; }
.c-content { margin : 0px auto; width : 750px; padding-bottom  : 104px; }
.c-footer { position : relative; margin : 0px auto; background : url('images/bg/footer-block.png') left bottom no-repeat; width : 776px; height : 54px; margin-top : -54px; text-align : left; }

.success-block { display : block; font-weight : bold; margin : 10px 15px; background : url('images/icons/tick.png') 210px center no-repeat;}
/* HOME PAGE */
.home-block { margin-top : 10px; }
.ad-block { clear : both; padding-top : 14px; }
.about-block, .services-block { min-height : 130px; margin-bottom : 20px; }

/* ABOUT PAGE */
.about-block h3 { margin : 0px; padding : 0px;}
.about-block .left-col { width : 500px; float : left;}
.about-block .right-col { float : right; width : 238px; }

/* SERVICES PAGE */
.services-block h3 { margin : 0px; padding : 0px;}
.services-block .left-col { float : left; width : 500px; margin-left : 10px;}
.services-block .right-col { float : right; width : 238px; margin-top : 0px;}

/* ICON LAYOUT */
.icons-block { height : 100%; min-height : 100px; float : left; width : 220px; }

