﻿
/*------------------ SERVICE PAGES CSS ------------------

CONTENT (2009-04-01 by arorot)

 1) Events
 2) News
 3) FAQ
 4) Solutions

*/

body {}

a {color:#494949;}
a:hover {color:#E40E0D;}


/*---------- TEMPLATE COMMON STYLES ---------*/

.ServicePagesList {float: left; width:220px;}
	.ServicePagesList li {width:210px; padding:4px; border-bottom: solid 1px silver;}
	.ServicePagesList .seeAll {text-align:right; }

.ServicePagesContent {float: left; width: 705px; }
	.ServicePagesContent .header {color:#E40E0D; font-size:16px; font-weight: bold;}
	.ServicePagesContent .subHeader {font-size:14px; font-weight: bold; margin-top:3px;}
	.ServicePagesContent .shortInfo {padding-top:10px; font-weight: bold;}
	.ServicePagesContent .content{padding-top:10px; padding-bottom:40px;}
	.ServicePagesContnet .image {}

	/* service page image list */
	.page-images {width:720px;}
	.main-photo {float:left; width:380px; height:380px; border:solid 1px silver; margin-bottom:5px; }
	.photo-desc {float:left; width:300px; margin:10px;}
	.small-photos {width: 700px}
		.small-photos .photo {width:80px; height:80px; float:left; margin-right:5px; margin-bottom:5px;border:solid 1px silver;}
		
		
.NewsPagesContent {float: left; width: 666px; margin-left:25px; }
	.NewsPagesContent .header {color:#E40E0D; font-size:16px; font-weight: bold;}
	.NewsPagesContent .subHeader {font-size:14px; font-weight: bold; margin-top:3px;}
	.NewsPagesContent .shortInfo {padding-top:10px; font-weight: bold;}
	.NewsPagesContent .content{padding-top:10px; padding-bottom:40px;}
	.NewsPagesContent .image {}
		
.SolutionPageContent {float: left; width: 700px; margin-left:5px; }
	.SolutionPageContent .header {float:left; width:390px; color:#E40E0D; font-size:16px; font-weight: bold;}
	.SolutionPageContent .subHeader {float:left; width:390px; font-size:14px; font-weight: bold; margin-top:3px;}
	.SolutionPageContent .shortInfo {float:left; width:390px; padding-top:10px; font-weight: bold;}
	.SolutionPageContent .content{float:left; width:390px; padding-top:10px; padding-bottom:40px;}
	.SolutionPageContent .image {float:right; width:300px; text-align:right;}
	.SolutionPageContent .image img {float:right; text-align:right;}

