/*********************/
/*  Generic Styles   */
/*********************/
* 
{
	margin: 0;
	padding: 0;
}
body 
{
	background-color: #21385B;
	font: 83%/1.5 arial,tahoma,verdana,sans-serif;
	color: #656565;
}
p, ul, ol 
{
    margin: 0 0 1.5em
}
ul 
{
	list-style: square;
	margin-left: 20px;  
}
h1, h2, h3, h4, h5, h6 
{
    margin: .5em 0 .3em;
    color:#21385b;
    padding-bottom: .1em
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6  a
{
    color:#21385b;
    text-decoration: underline;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6  a:hover
{
    color:#21385b;
    text-decoration: none;
}
h1 
{
    font-size: 196%;
}
h2 
{
    font-size: 136%;
}
h3 
{
    font-size: 126%;
}
h4 
{
    font-size: 116%;
}
h5 
{
    font-size: 106%;
}
h6 
{
    font-size: 96%;
}
blockquote 
{
	margin-left: 3em;
	font-style: italic;
}
a, a:link, a:link, a:link, a:hover 
{
    text-decoration:underline;
    cursor:pointer;
} 
a:link, a:visited, a:active 
{
    color:#01509c;
} 
a:hover 
{
    color:blue; 
    text-decoration: none;
} 
img 
{
	border: none;
}
input 
{
    margin: 2px 0;
    font-size: 0.90em;
}
textarea
{
    font-size: 0.90em;
    font-family: Arial;
    padding: 2px;
}
hr 
{
    margin: 0.5em 0;
    background:#f2f2f2;
    height:1px;
    color:#f2f2f2;
    border:none;
    clear:both
}
fieldset 
{
    border: none;
}
label 
{
    display:block;
    padding: 5px 0;
}
label br 
{
    clear:left;
}

/*********************/
/* Common styles     */
/*********************/
.date 
{
    font: bold 82% arial;
    color:#bbb;
    display:block;
}
a.morelink:link, a.morelink:visited, a.morelink:hover, a.morelink:active 
{
    background: transparent url("../Images/Website/link_more.gif") no-repeat;
    padding-left: 15px;
    color: #4894FF;
}
a.morelink:hover 
{
    background: transparent url("../Images/Website/link_more_hover.gif") no-repeat;
    color: black;
}
.path 
{
    font-size:93%;
    margin: 0; 
}
.path a:link, .path a:visited, .path a:active
{
    text-decoration: none;
}
.path a:hover 
{
    text-decoration: underline;
}
.note 
{
    font: normal 11px arial;
    color: #9C9B9B;
    display:block;
    text-align: justify;
}


/*********************/
/*  Header and Logo   */
/*********************/

/* Header */


#header 
{
	width: 766px;
	height: 205px;
	margin: 0 auto;
	border: solid 1px #03265C;
	border-bottom-width: 0;
	background: #FFF url(../Images/Website/main_header_back.jpg) no-repeat left 77px;
}

#headerAlt
{
    width: 766px;
	height: 296px;
	margin: 0 auto;
	border: solid 1px #03265C;
	border-bottom-width: 0;
}

/* Header > Logo */

#logo 
{
	float: left;
}
#logo a 
{
	text-decoration: none;
	color: #385B88;
	display: block;
	width:247px;
	height:136px;
	background: transparent url(../Images/Website/main_logo.jpg) left top;
}

/*********************/
/* Top Menu          */
/*********************/

#menu 
{
	width: 519px;
	height: 77px;
	float: right;
}

#menu ul 
{
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li 
{
	display: block;
	float: left;
	background: transparent url(../Images/Website/menu_separator.gif) no-repeat right center;
	padding: 0 10px;
}

#menu a 
{
	display: block;
	float: left;
	padding: 38px 14px 0 14px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	font-family: Helvetica, Arial;
	border-top: solid 3px #21385B;
    border-bottom: solid 3px white;
	color: #4C4C4C;
	height: 33px;
		
}

#menu a:hover 
{
	border-top: solid 3px white;
	border-bottom: solid 3px #C5D400;
	color: #B1C12F;
}

#menu .first a 
{
	padding-left: 0;
	background: none;
}

/*********************/
/* Content           */
/*********************/
/* Boxed Style */

.boxLoaderProgress
{
    float: right;
    margin-right: 10px;
    margin-top: -15px;
}
.boxed {
	margin: 0 13px;
	padding-top: 40px;
	background: #FFFFFF;
	font-family: Tahoma, Arial;	
	background: transparent url(../Images/Website/sidebar_top_back.gif) no-repeat center top;
}

.boxedContact
{
    background: transparent url(../Images/Website/sidebar_top_backContact.gif) no-repeat center top;
}

.boxed .title 
{
    
	padding: 0 0 0 10px;
	font-size: .9em;
	font-weight: bold;
	color: #6c6c6c;
}

.boxed .content {
	padding: 5px 0 15px 10px;
	font-size: .8em;
}

#content 
{
	width: 736px;
	margin: 0 auto;
	padding: 20px 0;
	border: solid 1px #03265C;
	border-bottom-width: 0;
	border-top-width: 0;
	background-color: White;
	padding: 20px 15px;
}

/* Content > Main */

#main 
{
	float: right;
	width: 461px;
	padding: 10px 0 10px 15px;
	border-left: dotted 1px #B7B7B7;
	background: white url(../Images/Website/main_background_line.gif) repeat-y left top;
	font-size: .9em;
}
#mainHome
{
	float: left;
	width: 461px;
	padding: 10px 15px 10px 0;
	border-right: dotted 1px #B7B7B7;
	background: white url(../Images/Website/main_background_line.gif) repeat-y right top;
	font-size: .9em;
}

#main h3
{
    line-height: normal;
}
#main h5
{
    margin-top: 0;
}

/*********************/
/* Sidebars          */
/*********************/

#sidebar 
{
	float: left;
	width: 250px;
	margin: 0 0 0 0;
}
#sidebarHome
{
	float: right;
	width: 250px;
	margin: 0 0 0 0;
}


/* Sidebar > extendedSide*/

#sidebar ul 
{
	margin: 10px;
	list-style: none;
}


/* Sidebar > extendedSideCatalogs*/

.extendedSideCatalogs 
{
}
.extendedSideCatalogs ul 
{

}

.extendedSideCatalogs li 
{
}

.extendedSideCatalogs h3 
{
	margin: 0;
	padding: 0 0 0 10px;
	font-size: x-small;
}

.extendedSideCatalogs p 
{
	margin: 0;
	padding: 0 0 0 10px;
	line-height: normal;
	font-size: .85em;
}

.extendedSideCatalogs a 
{
	text-decoration: none;
}
/*********************/
/* Footer */
/*********************/

#footer 
{
	clear: both;
	padding: 30px 0 15px 0;
	margin: 0 auto;
	background: #22395B url(../Images/Website/footer_background.gif) repeat-y right top;
	border: 1px solid #CAD4DF;
	color: #999999;
	width: 766px;
	border: solid 1px #03265C;
	border-top-width: 0;
	height: 74px;
	font-size: x-small;
	
}
#footer a
{
    color: #b1c6d4;
    text-decoration: none;
}
#footer a:hover
{
    text-decoration: underline;
}
#footer .copy 
{
    float: left;
	color: #7b8ba3;
	margin: 0 20px;
}

#footer .footerMenu 
{
    float: right;
	margin: 0 20px;
}




/*********************/
/*  Pager Styles   */
/*********************/
.pager 
{
    background: #f2f2f2;
    color:#666;
    padding: 4px 2px 4px 7px;
    border: 1px solid #ddd;
    margin: 0 0 1.5em;
    font-size: 0.8em;
}
.pager p 
{
    position:relative;
    text-align:right;
}
.pager p a:link, .pager p a:visited, .pager p a:hover, .pager p a:active 
{
    text-decoration:none;
    background:#fff;
    padding:2px 5px;
    border: 1px solid #ccc;
    margin: 1px;
 }
.pager p a:hover 
{
    background:#EA672E;
    color:#fff
}
.pager p span 
{
    text-decoration:none;
    background:#fff;
    padding: 2px 5px;
    border: 1px solid #ccc;
    color:#ccc;
    margin: 1px;
}
.pager * 
{
    margin:0
}
.pager h4 
{
    margin-top:-1.40em;
    padding:0;
    border:none;
    font-size: 1em;
}

.smallpager 
{
    font-size:93%;
    font-weight:bold;   
}
.smallpager a:link, .path a:visited, .path a:active
{
    text-decoration: none;
}
.smallpager a:hover 
{
    text-decoration: underline;
}

/*********************/
/*  Repeters Styles   */
/*********************/
.BigAggregate
{
    clear: both;
}
.BigAggregate H2
{
    font-size: 14px;
    margin: 2px 0 2px 0;
}
.BigAggregate H2 A
{
    color: Gray;
    text-decoration: underline;
}
.BigAggregate H2 A:HOVER
{
    text-decoration: none;
}

.BigAggregate A
{
    color: Gray;
    text-decoration: underline;
}
.BigAggregate A:HOVER
{
    text-decoration: none;
}

/*********************/
/*  Gallery Styles   */
/*********************/

.ImageFileBlock
{
    clear:both;
    display: block; 
    padding: 8px;
}
.ImageFileBlock A
{
    border: solid 1px black;   
    padding: 5px 5px 5px 5px;
    background-color: #FFFFFF; 
    display: block;
}
.ImageDescription
{
    clear:both;
    display: block;    
}
.ImageHeader
{
    color: Gray;
}
.ImageHeader A
{
    color: Gray;
}
.ImageHeader A:HOVER
{
    text-decoration: none;
}

/*********************/
/*  Product Styles   */
/*********************/

.ProductBody
{
    display: block;
    clear: both;
}
.ProductDescription
{
    vertical-align: top;
}
.ProductImage
{
    margin: 0 0 15px 15px;  
    float: right;
}
.subcatlogsList
{
    display: block;
    float: left; 
    width: 150px; 
    margin: 5px; 
    padding: 3px; 
    background: white; 
    border: solid 1px #cad4df; 
    text-align: center;
}
.subcatlogsList A
{
    text-decoration: none;
    font-weight: bold;
}
.subcatlogsList A:HOVER
{
    text-decoration: underline;
}

/*********************/
/*  Comments Styles   */
/*********************/
.comments
{
    display: block;
    clear: both;
    color: black;
    border-top: solid 1px #d6d6d6;
    padding: 10px;
    margin-top: 10px;
}
.comments h4
{
   color: #666666;
   margin: 0 0 0 -10px;
}
.Comment
{
	padding: 8px;
}
.CommentArea
{
}
.CommentArea h5
{
	margin-bottom: 6px;
	font-size: 1em;
	font-weight: bold;
}
.CommentArea h5 A:LINK, .CommentArea h5 A:ACTIVE, .CommentArea h5 A:VISITED, .CommentArea h5 A:HOVER
{
    color: black;
}
.CommentArrow
{
	background-image: url(../Images/WebSite/comment-arrow.gif);
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	margin-bottom: -10px;
	border-width: 0;
}
.CommentText
{
	padding-bottom: 3px;
	background-image: url(../Images/WebSite/comment-shadow.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.CommentText2
{
	border: solid 1px #bcbcbc;
	padding: 3px;
	background-color: White;
	
}
.CommentText3
{
	padding: 5px;
	font-size: .9em;
}
.CommentFooter
{
	margin-top: 4px;
	font-size: .7em;
	color: #666666;
	padding-left: 16px;
}

/*********************/
/*  Forms   */
/*********************/

input.f-submit 
{
    padding: 0 10px;
    font-size:92%
}
.PostForm 
{
    width:100%;
    display: block;
    margin-top: 15px;
    padding: .5em 0;
    background: #f6f6f6 url("images/featurebox_bg.gif") no-repeat 100% 100%;
    border-top: 1px solid #d7d7d7;
    position:relative
 }
.PostForm fieldset 
{
    width:auto;
    margin: 0 1em
}
.PostForm h3 
{
    margin:0 0 .6em;
 }
.PostForm label 
{
    clear:left;
    float:left;
    width:100%;
    border-top: 1px solid #fff
}

/* hide from IE mac */
.PostForm label 
{
    float:none
}
/* end hiding from IE5 mac */

.PostForm label input, .PostForm label textarea, .PostForm label select 
{
    width:15em;
    float:left;
    margin-left:10px
 }
.PostForm label b 
{
    float:left;
    width:8em;
    line-height: 1.7;
    display:block;
    position:relative
 }
.PostForm label b .req 
{
    color:#c00;
    font-size:150%;
    font-weight:normal;
    position:absolute;
    top:-.1em;
    line-height:1;
    left:-.4em;
    width:.3em;
    height:.3em
 }
.PostForm div.req 
{
    color:#666;
    font-size:82%;
    font-weight:normal;
    position:absolute;
    top:.4em;
    right:.4em;
    left:auto;
    width:13em;
    text-align:right
 }
.PostForm div.req b 
{
    color:#c00;
    font-size:140%
 }
.PostForm label select 
{
    width: 15.5em
}
.PostForm div.f-submit-wrap 
{
    padding: 5px 0 5px 8em
}
.PostForm input.f-submit 
{
    margin: 0 0 0 10px
 }

.ValidationSummury, .ValidationSummury ul, .ValidationSummury li
{
    color: #c00;
}

.ValidationMark
{
    vertical-align: middle;
    margin: 2px;
    color: #c00;
        
}
.PostForm label textarea
{
    font: 92%/1.5 arial,tahoma,verdana,sans-serif;
    width: 28em;
}
.LoaderProgress
{
    width: 16px;
    height: 16px;
    position: absolute;
    margin-left: -27px;
    margin-top: 2px;
}
.PostMessage
{
    font-size: 92%;
    color: White;
    background-color: Green;
    border: solid 1px Black;
    padding: 6px;
    margin: 10px;
    clear: both;
    display: block;
}
/*********************/
/*  Modal Popup   */
/*********************/

.modalWindowBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
    
}
.modalPopup
{
    background-color: #f1f1f1;
    color: white;
    border: solid 1px #383839; 
    width: 470px;  
    display: block;
}
.ModalHeader
{
    font-weight: bold;
    font-size: 12px;
    text-align: left;
    height: 16px;
    background-color: #346699;
    padding: 5px;
    color: White;
    display: block;
    clear: both;
    border: solid 1px white;
}
.ModalContent
{
    padding: 10px;
    font-size: 92%;
    color: Black;
    display: block;
    clear: both;
    overflow: auto; 
}
.ModalContent table
{
    margin: auto;
    width: 350px;
}
.ModalContent td
{
    white-space: nowrap;
}
.ModalFooter
{
    text-align: center;
    display: block;
    clear: both;
    padding: 5px 10px;
    border-top: solid 1px white;
  
}
.ModalFooter input
{
    width: 60px;
}

/*********************/
/*  Tags             */
/*********************/

.Clouds
{
    display: block;
    clear: both;
    background-color: #f7f7f7;
    padding: 5px;
    margin: 0 10px 10px 10px;
}

.Clouds A
{
    text-decoration: none;
    color: #000000;
}

.Clouds A:HOVER
{
    text-decoration: underline;
    color: #aaaaaa;
}

.TagsSmall 
{
    font: normal 11px arial;
    color: #9C9B9B;
    display:block;
    text-align: justify;
    margin: 0;
}
.TagsSmall A
{
    color: #9C9B9B;
    text-decoration: underline;
}
.TagsSmall A:HOVER
{
    text-decoration: none;
}

#portfolio
{
    margin: 0;
    padding: 0;
}
#portfolio table
{
    width: 100%;
}
#portfolio table tr td
{
    vertical-align: top;
    padding: 5px;
}
#portfolio table tr td h5
{
    margin: 0;
}