/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Website Top Level Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

a {color: #368ab5;}
a:visited {color: #368ab5;}
a:hover {color: #368ab5; text-decoration: none;}

a.blockLink {display: block; padding: 10px 0px 10px 0px; color: white; text-decoration: none;}
a.blockLink:visited {display: block; color: white; text-decoration: none;}
a.blockLink:hover {display: block; color: white; text-decoration: none; background-color: #3d3d3d;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

html {
	overflow-y: scroll;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

body {
	padding: 0px;
	margin: 0px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

body {
	font: 0.75em/1.3 arial, verdana, sans-serif;
	color: #000000;
	background: url('images/framework/background-main.gif') repeat-x #373737;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

td {
	vertical-align: top;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

a img {
	border: none;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

h1 {
    color: #368ab5;
    padding: 5px;
    border-bottom: solid 5px #368ab5;
    font-weight: normal;
    margin: 0px 0px 20px 0px;
    font-size: 30px;
	}

h2 {
    font-size: 18px;
    font-weight: normal;
    margin: 0px 0px 15px 0px;
    color: #368ab5;
	}

h3 {

	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

ul {
	padding: 0px 0px 0px 15px;
	margin: 5px 0px 7px 0px;
	}
	
	ul li {
		
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Website Individual Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.hidden {
	display: none;
	}
	
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.left {float: left;}
.right {float: right;}
.justify {text-align: justify;}
.block {display: block;}
.clear {clear: both; height: 1px;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.marginTop5 {margin-top: 5px;} .marginRight5 {margin-right: 5px;} .marginBottom5 {margin-bottom: 5px;} .marginLeft5 {margin-left: 5px;}
.marginTop10 {margin-top: 10px;} .marginRight10 {margin-right: 10px;} .marginBottom10 {margin-bottom: 10px;} .marginLeft10 {margin-left: 10px;}
.marginTop15 {margin-top: 15px;} .marginRight15 {margin-right: 15px;} .marginBottom15 {margin-bottom: 15px;} .marginLeft15 {margin-left: 15px;}
.marginTop20 {margin-top: 20px;} .marginRight20 {margin-right: 20px;} .marginBottom20 {margin-bottom: 20px;} .marginLeft20 {margin-left: 20px;}

.paddingTop10 {padding-top: 10px;} .paddingRight10 {padding-right: 10px;} .paddingBottom10 {padding-bottom: 10px;} .paddingLeft10 {padding-left: 10px;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.minHeight117 {min-height: 117px; height: auto !important; height: 117px;}
.minHeight200 {min-height: 200px; height: auto !important; height: 200px;}
	
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.alertError {
    display: block;
    color: red;
	border: 3px double red;
	padding: 10px;
	margin: 0px 0px 20px 0px;
	}

.alertSuccess {
    display: block;
    color: green;
	border: 3px double green;
	padding: 10px;
	margin: 0px 0px 20px 0px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.colorText {
	color: red;
	}
	
.blue {
    color: #388cb7;
    font-weight: bold;
}

.firstParagraph {
    font-size: 16px;
    color: #000000;
    font-weight: bold;
}

.testimonial { 
    padding: 5px;
    background-color: #368ab5;
    color: #FFFFFF;
    line-height:23px;
    display: block;
    }
    
.testimonialAuthor {
    background: url('images/framework/testimonial-author.jpg') 10px center no-repeat;
    padding-left: 30px;
    line-height: 30px;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.smallFont {
	font-size: 0.8em;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.formattedList {
	list-style-type: none;
	}
	
	.formattedList li {
		padding: 0px 0px 3px 28px;
		background: transparent url(images/framework/bullet.gif) no-repeat left 0.2em;
		color: #368ab5;
		font-weight: bold;
		}
		
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.formattedTable {
	width: 100%;
	}
	
	.formattedTable .tableHeading {
	    background: url('images/framework/heading-contact.jpg') no-repeat left center #368ab5;
	    width: 60px;
	    padding: 0px !important;
	}
	
	.formattedTable th, .formattedTable td {
	    padding: 10px; 
	    text-align: left;
	    background: url('images/framework/table-row.jpg') repeat-x #f3f3f3;
	    height:20px;
	    line-height: 20px;
	    }
	
	.formattedTable th {
		background-color: #3d6ca6;
		font: bold 13px arial, verdana, sans-serif;
		color: #ffffff;
		vertical-align: top;
		}
		
	.formattedTable .colorRow {
		background-color: #FAF6F8;
		}

                
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.borderedTable {
	width: 100%;
	background-color: #0062A1;
	}

	.borderedTable th, .borderedTable td {
		padding: 5px;
		background-color: White;
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.featuredHolderDouble {
	background-color: #eeeeee;
	border: 3px double #aeaeae;
	padding: 15px;
	}

.featuredHolderDashed {
	background-color: #eeeeee;
	border: 1px dashed #aeaeae;
	padding: 15px;
	}
	
.featuredContentGrey {
    background: url('images/framework/background-featured-grey.jpg') repeat-x #f3f3f3;
    border: 1px solid #dedede;
    padding: 10px;
    color: #727272;
    }
    
.featuredContentBlack {
    background: url('images/framework/background-featured-black.jpg') repeat-x #252525;
    border: 1px solid #dedede;
    padding: 10px;
    color: #f3f3f3;
    }
    
    .featuredContentGrey h2, .featuredContentBlack h2 {
        color: #368ab5;
        text-transform: uppercase;
        font-weight: normal;
        margin: 0px 0px 15px 0px;
        height: 18px;
    }
	
	
.profileThumb {
    border: 1px solid #dedede;
    background: url('images/framework/background-profile.jpg') no-repeat #f3f3f3;
    padding: 10px;
    color: #727272;
    height: 140px;
    }
    
    .profileThumb h3 {
        display: inline;
        font-size: 13px;
        margin: 0px;
        padding: 0px;
        color: #368ab5;
        }
        
    .profileThumb img.avatar {
        border: 3px solid #000000;
        }
        
.profile {
    border: 1px solid #dedede;
    background: url('images/framework/background-profileabout.jpg') no-repeat #f3f3f3;
    padding: 10px;
    color: #727272;
    }
    
    .profile h2 {
        font-size: 30px;
        font-weight: normal;
        padding-left: 25px;
        background: url('images/framework/icon-profile.gif') no-repeat left center;
        
    }
    
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.pagerLink, .pagerLink:visited, .pagerLink:hover {display: inline-block; color: #0b5369; text-decoration: none; padding: 1px 5px 1px 5px; margin: 0px 2px 0px 2px;}

.prevNextLink, .prevNextLink:visited {
    border: 1px solid #dee9ec;
    }
    
    .prevNextLink:hover {
        border: 1px solid #0b5369;
        background-color: #dee9ec;
        }
 
.prevNextLinkDisabled, .prevNextLinkDisabled:visited, .prevNextLinkDisabled:hover {
    color: #dee9ec;
    border: 1px solid #dee9ec;
    }
        
.pagerNumberLink, .pagerNumberLink:visited {
    border: 1px solid #dee9ec;
    }
    
    .pagerNumberLink:hover {
        border: 1px solid #0b5369;
        background-color: #dee9ec;
        }

.pagerNumberLinkSelected {
    color: White;
    border: 1px solid white;
    background-color: #0b5369;
    }
    
    .pagerNumberLinkSelected:visited, .pagerNumberLinkSelected:hover {
        color: White;
        background-color: #0b5369;
        }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.loginHolder {
    margin-left: -220px;
    }
    
    .loginHolder .loginArea {
        width: 247px;
        height: 130px;
        padding: 30px 10px 0px 10px;
        margin: 100px auto 0px auto;
        color: white; 
        background: transparent url(images/framework/background_loginarea.jpg) no-repeat left top;
        }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.lister {
	
	}

	.lister .image {
		float: left;
		width: 25%;
		}

	.lister .description {
		float: left;
		width: 75%
		}
			
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.breakRule {
	clear: both;
	height: 1px;
	margin: 20px 0px 20px 0px;
	border-bottom: 1px dotted black;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.pictureFrame {
    background-color: white;
    padding: 9px;
    border: 1px solid #adadad !Important;
}

.imgFrameBlack {
    border: 5px solid #000000;
}

.imgFrameBlue {
    border: 5px solid #368ab5;
}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.newsletter-left {
    background: url('images/framework/field-email-left.jpg');
    width: 24px;
    height: 37px;
    float: left;
    }

.newsletter-field {
    width: 155px;
    height: 28px;
    padding: 9px 5px 0px 10px;
    color: #313131;
    font-size: 12px;
    background: url('images/framework/field-email.jpg');
    border: 0px;
    float: left
    }

.newsletter-right {
    background: url('images/framework/field-email-right.jpg');
    width: 5px;
    height: 37px;
    float: left;
    }

.btn-newsletter {
    border: 0px;
    background: url('images/framework/btn-signup.gif');
    text-indent: -100000px;
    float: right;
    width: 102px;
    height: 27px;
    }
    
#blogList{
    padding: 0px;
    margin:0px;
    list-style: none;
	height: 156px;
    }
        
    #blogList .blog-row1, #blogList .blog-row2 {
        display: block;
        line-height:30px;
        padding: 0px 10px 0px 10px;
        margin-bottom: 1px;
        color: #FFFFFF;
        text-decoration: none;
        }
    
	#blogList .blog-row1 {background-color: #313131;}
    #blogList .blog-row2 {background-color: #000000;}

.products-right {
    width: 175px;
    float: left;
    }
    
.products-left {
    width: 175px;
    float: left;
    }
    
.productsList {
    padding: 0px;
    margin: 0px;
    list-style: none;
    }
    
    .productsList .products-row1 {
        line-height: 30px;
        padding: 0px 10px 0px 10px;
        margin-bottom: 1px;
        display: block;
        background-color: #313131;
        color: #FFFFFF;
        text-decoration: none;
        }
	    
    .productsList .products-row2 {
        line-height: 30px;
        padding: 0px 10px 0px 10px;
        margin-bottom: 1px;
        display: block;
        background-color: #000000;
        color: #FFFFFF;
        text-decoration: none;
        }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Website Framework
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#mainHolder {
    margin: 0 auto;
    width: 970px
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#topArea {
    width: 970px;
	}
	
	
	#topArea #nav {
	    background: #FFFFFF url('/App_Themes/Web/images/framework/nav.gif');
	    width: 960px;
	    padding: 0px 5px 0px 5px;
	    line-height: 40px;
	    height: 40px;
	    }
	    
	    #topArea #nav #menuArea {
            width: 960px;
	        }
	    
	        #topArea #nav #menuArea ul {
	            list-style: none;
	            padding: 0px;
	            }
	            
	            #topArea #nav #menuArea ul li {
	                float: left;
	                margin: 0px;
	                padding: 0px;
	                }
	                
	                #topArea #nav #menuArea ul li a {
	                    display: block;
	                    padding: 15px 15px 15px 14px;
	                    color: #FFFFFF;
	                    text-decoration: none;
	                    text-transform: uppercase;
	                    font-size: 12px;
	                    }
	                    
	                    #topArea #nav #menuArea ul li ul {
	                        background-image: url("/App_Themes/Web/images/framework/subnavfoot.png");
	                        background-position: bottom left;
	                        padding-bottom: 7px;
	                        margin-top: 0;
	                        }
	                        
	                        #topArea #nav #menuArea ul li ul li a {
	                            padding: 10px 15px 10px 20px;
	                            }
	                    
	        #search {
	            position: absolute;
	            display: inline;
	            margin: -70px 0px 0px 730px;
	            padding: 6px 20px 6px 6px;
	            width: 217px;
	            background-image: url("/App_Themes/Web/images/framework/search-background.png");
	            }
	        
	        #topArea #search #search-left {
	            float: left;
	            background: url('images/framework/search-left.jpg');
	            height: 27px;
	            width: 26px;
	            }
	            
	        #topArea #search .search-main {
	            border: 0px;
	            width: 135px;
	            height: 23px;
	            color: #101010;
	            padding: 4px 0px 0px 5px;
	            float: left;
	            background: url('images/framework/background-search.jpg');
	            font-size: 12px;
	            }
	            
	        #topArea #search #search-right {
	            float: left;
	            background: url('images/framework/search-right.jpg');
	            height: 27px;
	            width: 10px;
	            }
	            
	        #topArea #search .btn-search {
	            border: 0px;
	            background: url('images/framework/btn-search.jpg');
	            height: 27px;
	            width: 41px;
	            font-size: 1px;
	            color: #3b8fb9;
	            text-indent: -100000px;
	            float: left;
				cursor: pointer;
	            }
	    
	#topArea #banner {
	    background: url('images/framework/banner.jpg');
	    width: 970px;
	    height: 100px;
	    }
	    
	#topArea #bar {
	    background: url('images/framework/bar.gif') top no-repeat #FFFFFF;
	    width: 970px;
	    height: 10px;
	    }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


#contentArea {
    width: 950px;
    padding: 5px 15px 0px 15px;
    background: url('images/framework/background-container.gif') repeat-y;
	}
	
	#contentArea #tweetBubble {
	    background: url('images/framework/twitter-bubble.gif');
	    height: 39px;
	    width: 764px;
	    float: left;
	    padding: 15px 10px 10px 85px;
	    float: left;
	    margin-bottom: 20px;
	    }
	    
	    #contentArea #tweetBubble ul {
	        padding: 0px;
	        margin: 0px;
	        list-style: none;
	        }
	        
	    #contentArea .follow {
	        float: left;
	        width: 81px;
	        height: 64px;
	        background: url('images/framework/btn-followus.gif');
	        }
	        
	    #contentArea #fading {
	        padding-bottom: 20px;
	        }

	#contentArea .oneColumn {
	    width: 60px;
	    float: left;
	    }
	
	#contentArea .twoColumn {
	    width: 140px;
	    float: left;
	    }
	
	#contentArea .threeColumn {
	    width: 220px;
	    float: left;
	    }
	    
	#contentArea .fourColumn {
	    width: 300px;
	    float: left;
	    }
	
	#contentArea .fiveColumn {
	    width: 380px;
	    float: left;
	    }
	    
	#contentArea .sixColumn {
	    width: 460px;
	    float: left;
	    }
	    
	#contentArea .sevenColumn {
	    width: 540px;
	    float: left;
	    }
	    
	#contentArea .eightColumn {
	    width: 620px;
	    float: left;
	    }
	    
	#contentArea .nineColumn {
	    width: 700px;
	    float: left;
	    }
	    
	#contentArea .tenColumn {
	    width: 780px;
	    float: left;
	    }
	    
	#contentArea .elevenColumn {
	    width: 860px;
	    float: left;
	    }
	    
	#contentArea .twelveColumn {
	    width: 940px;
	    float: left;
	    }
	
	#contentArea .contentBox {
	    padding: 10px;
	    background-color: #252525;
	    color: #FFFFFF;
	    margin-bottom: 20px;
	    }
	
	#contentArea #flickr .flickrImg {
		width: 50px;
		height: 50px;
	    border: solid 5px #000000 !important;
	    }
	    
	#images { width: 500px; padding:10px; margin:15px 0px 0px 100px; overflow: hidden; background-color: Red; }
#images img { border:none; padding-right:5px; padding-bottom:5px;}
    
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
#footerArea {
    width: 960px;
    background: url('images/framework/background-container.gif');
    padding: 20px 5px 0px 5px;
	}
	
	#footerArea .blueBar {
        height: 5px;
        background-color: #368ab5;
        }
	
	#footerArea #footerTop {
	    padding: 0px 10px 0px 10px;
	    line-height: 40px;
	    text-transform: uppercase;
	    width: 940px;
	    }
	    
	#footerArea #footerBottom {
	    background: url('images/framework/background-footer.gif');
	    padding: 5px 10px 0px 10px;
	    line-height: 40px;
	    width: 940px;
	    color: #FFFFFF;
	    height: 40px;
	    }
	    
	    #footerArea #footerBottom #footerLeft {
	        float: left;
	        width: 470px;
	        line-height: 40px;
	        }
	    
	    #footerArea #footerBottom #footerRight {
	        float: left;
	        width: 470px;
	        text-align: right;
	        line-height: 40px;
	        }