/* Page -------------------------------------------- */

html {
	font-family: Calibri;
	font-size: 14px !important;
        letter-spacing: -2;
	color: #7f7f7f;
}
body {
	width: 981px;
	margin: 0 auto;
	line-height: 18px;
	margin-bottom: 40px;
}
a {
	text-decoration: none;
}

/* Header -------------------------------------------- */

.header {
	height: 67px;
	position: relative;
	background-image: url(images/menu-back.png);
}
.header h1{
	display: block;
	width: 361px;
	height: 67px;
}
.header h1 a {
	text-indent: -10000px;
	background-image: url(images/brekford.jpg);
	display: block;
	width: 361px;
	height: 67px;
}


/* Menu -------------------------------------------- */

.menu {
	position: absolute;
	width: 510px;
	height: 67px;
	left: 459px;
	background-image: url(images/menu.png);
	top:0;
	z-index: 100000
}
.menu li {
	position: absolute;
	text-indent: -10000px;
}
.menu li a {
	display: block;
	height: 67px;
}
.mHome {left: 0;}
.mCompany {left: 74px}
.mServices {left: 160px;}
.mProducts {left: 247px;}
.mInvestors {left: 336px;}
.mContact {left: 425px;}

.mHome a {width: 74px;}
.mCompany a {width: 86px;}
.mServices a{width: 87px}
.mProducts a {width: 89px;}
.mInvestors a { width: 89px;}
.mContact a {width: 85px;}

.mHome a:hover, .home .mHome{background: url(images/menu.png) 0 -67px;}
.mCompany a:hover, .company .mCompany a {background: url(images/menu.png) -74px -67px;}
.mServices a:hover {background: url(images/menu.png) -160px -67px;}
.mProducts a:hover, .shop .mShop a {background: url(images/menu.png) -247px -67px;}
.mInvestors a:hover {background: url(images/menu.png) -336px -67px;}
.mContact a:hover {background: url(images/menu.png) -425px -67px;}


#menu li ul {	
	margin: -10px 0 0 0;
	padding: 58px 0 0 0;
	position: absolute;
	visibility: hidden;
	text-indent: 0;
	width: 189px;
	height: 165px;
	background-image: url(images/submenu-new.png);
	top: 20px !important;
	left: -2px !important;
	behavior:url(js/iepngfix.htc);
	z-index: 1000000;
}
#menu li ul li {	
	float: none;
	display: block;
	text-indent: 0;
	position: relative;
	width: 134px;
	height: 28px;
	margin: 3px 0 0 12px;
}
#menu li ul li a {	
	display: block;
	width: 134px;
	height: 28px;
	text-indent: -10000px;
}

#menu li ul .mHistory a, #menu li ul .mHistory a:hover {
	background: url(images/submenu-overview.png) 0 0;
}

#menu li ul .mLeadership a, #menu li ul .mLeadership a:hover {
	background: url(images/submenu-news.png) 0 0;
}

#menu li ul .mBlog a, #menu li ul .mBlog a:hover {
	background: url(images/submenu-blog.png) 0 0;
}

#menu li ul .mBoard a, #menu li ul .mBoard a:hover {
	background: url(images/submenu-board.png) 0 0;
}

#menu li ul .mManagement a, #menu li ul .mManagement a:hover {
	background: url(images/submenu-management.png) 0 0;
}

#menu li ul li a:hover {	
	background-image: none;
}



/* Footer -------------------------------------------- */

.footer {
	color: #084e86;
	width: 863px;
	border-top: 1px solid #084e86;
	margin: 0 auto;
	text-transform: uppercase;
        font-weight: bold;
	font-size: 16px;
	padding-top: 5px;
}
.footer .copyright {
	color: #7f7f7f;
	position: relative;
	width: 863px;
	font-size: 12px;
}
.footer .copyright img {
	position: absolute;
        padding-top: 5px;
	right: 0;
}

/* Forms -------------------------------------------- */


legend {
	color: #4c4c4c;
	font-size: 20px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	*margin-left:-8px;
}

/* inner layout -------------------------------------------- */

.content {
	margin: 40px 0 80px 38px;
}

.content .pageMenu, .content .right {
	float: left;
}

.content .pageMenu {
	width: 200px;

	margin-left: 10px;
}

.company .content .pageMenu {
	margin-right: 30px;
}

.content .right {
	width: 660px;
}

.content .right h2 {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.company .content .right h2 {
	color: #0f7bce;
	font-size: 18px;
	font-weight: normal;
	line-height: 23px;
	margin-bottom: 8px;
	text-transform: none;
}


.content .right h3 {
	color: #fa7a05;
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	margin-bottom: 10px;
}


.content .right hd {
	color: #7f7f7f;
	font-size: 14px;
	font-weight: bold;
	line-height: 0px;
	margin-bottom: 0px;
}

.content .right pnews {
	color: #107bce;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	margin-bottom: 10px;
}

.content .right h4 {
	color: #0f7bce;
	font-size: 18.5px;
	margin-bottom: 15px;
}

.content .description {
	width: 280px;
	float: left;
	position: relative;
	margin-right: 10px;
}

.products .content .description {
	width: 288px;
	float: left;
	position: relative;
	margin-left: 32px;
}

.company .content h1 {
        font-family: Calibri, sans-serif;
	font-size: 18px;
        text-transform: uppercase;
        font-weight: bolder;
        color: #000000;
        margin-bottom: 10px;
}


.company .content h1.right {
        fload: left;
	font-size: 18px;
        text-transform: uppercase;
        font-weight: bolder;
        color: #fa7a05;
        margin-bottom: 10px;
}

.company .content ol {
	list-style-type:square;
        margin-left: 25px;
}


.company .content .description {
	width: 380px;
	margin-right: 30px;
}

.service .content .description {
	width: 680px;
	margin-left: 30px;
	background: url(images/service_content_bg.png) bottom right no-repeat;
}


.service .content p {
	width: 350px;
}

.investors .content h1 {
        font-family: Calibri, sans-serif;
	font-size: 17px;
        text-transform: uppercase;
        font-weight: bolder;
        color: #000000;
        margin-bottom: 10px;
}


.investors .content h1.right {
        fload: left;
	font-size: 17px;
        text-transform: uppercase;
        font-weight: bolder;
        color: #fa7a05;
        margin-bottom: 10px;
}


.investors .content .description {
	width: 650px;
	margin-left: 30px;
}


.investors .content p {
	width: 650px;
}


.investors .content ol {
	list-style-type:square;
        margin-left: 25px;
}

.content .right p {
	margin-bottom: 15px;
}


.image{
	width: 330px;
	float: left;
}

div.subtotal {
	margin-top: 40px;
}

div.subtotal .price {
	color: #0064ff;
	font-size: 20px;
}

div.subtotal .price strong {
	font-weight: normal;
	position: absolute;
	right: 0;
	*margin-top:2px;
}

.image p {
	text-align: right;
	font-size: 11px;
}

.image a {
	color: #7f7f7f;
	text-decoration: underline;
	background: url(images/pdf.jpg) center right no-repeat;
	padding-right: 30px;
        margin-top: -10px;
	height: 25px;
	display: block;
	padding-top: 12px;
}

.image a:hover {
	color: #222;
}

p.subtotal {
	border-top: 1px solid #ccc;
	padding-top: 20px;
	margin-top: 20px;
	color: #000;
	font-size: 20px;
}

p.subtotal strong {
	font-weight: normal;
	margin-left: 355px;
	margin-right: 29px;
}
p.subtotal button {
	text-indent: -10000px;
	background: url(images/add-to-cart.png) no-repeat;
	width: 77px;
	height: 20px;
	border: none;
}
p.subtotal button:hover {
	cursor: pointer;
}
p.note {
	font-size: 11px;
	width: 200px;
	line-height: 12px;
	color: #c2c2c2;
}


.pageMenu {



}

.pageMenu h2 {
	background: url(images/side_menu_top.png) center top no-repeat;
	width: 200px;
	height: 0px;
	font-size: 15px;
	font-weight: normal;
	padding-top: 20px;
	padding-left: 0px;
	margin-top: 0px;
	color: #000;
}

.pageMenu h3 {
	background: url(images/side_menu_bt.png) center bottom no-repeat;
	width: 200px;
	height: 24px;
	margin-top: -7px;
}

.pageMenu h5 {
	background: url(images/l_pic_1.png) center bottom no-repeat;
	width: 249px;
	height: 137px;
	margin-left: -30px;
	padding-top: 100px;
}

.pageMenu ul {

	margin: 0px 0 0px 0px;
}
.pageMenu ul li {
	font-size: 12px;
	margin-bottom: 6.5px;
        font-weight: 700;
}
.pageMenu ul a {
	font-size: 12px;
        font-weight: 700;
	color: #7f7f7f;

}

.pageMenu ul a:hover {
        display: block;
	color: #0f7bce;

}
.pageMenu .on a{
	color: #0274cc;
	font-weight: bold;
}

.sectionHeader {
	margin-left: 10px;
	width: 961px;
}
.sectionHeader img {
	display: block;
}

.sectionHeader p {
	background: url(images/i.png) no-repeat 70px center #7cb7eb;
	padding: 15px 0 15px 120px;
	margin: 0;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}

.sectionHeader p strong {
	color: #000;
}


/* News Header Blue Bar -------------------------------------------- */

.sectionHeaderNews {
	margin-left: 10px;
	width: 961px;
}
.sectionHeaderNews img {
	display: block;
}

.sectionHeaderNews p {
	background: url(images/News_BlueBar.jpg) no-repeat center #7cb7eb;
	padding: 15px 0 15px 150px;
	margin: 0;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}
.sectionHeaderNews p strong {
	color: #000;
}


.sideData {
	width: 240px;
	float: left;
	background: url(images/side-data.png) center bottom;
	font-size: 12px;
	padding-bottom: 20px;
}


.content .sideData h3{
	background: url(images/side-data-title.png) center top no-repeat;
	color: #666;
	padding: 15px 0 0 20px;
	font-size: 17px;
}
.content .sideData p {
	margin: 0 0 5px 80px;
	position: relative;
	width: 120px;
}



/* Start Blog Page  -------------------------------------------- */

.content .blog {
        float: left;
	width: 350px;
}

.content .blog h2 {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
}


.content .blog h3 {
	color: #fa7a05;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 10px;
}


.content .blog img {
	margin-left: 0px;
}

.content .blog h4 {
	color: #4c4c4c;
        font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
}

.content .blog h5 {
	color: #4c4c4c;
        font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
}


.content .blogdesc {
	width: 400px;
	float: left;
	position: relative;
	margin-right: 10px;
}

.content .blogdesc img {
	float: left;
	position: relative;
	padding: 5px;
}




.sideBlog {
	width: 248px;
	float: right;
        position: relative;
        margin-right: -10px;
	background: url(images/side_bottom.png) center bottom no-repeat;
	font-size: 11.5px;
}


.content .sideBlog h3 {
	background: url(images/side_top.png) center top;
        border-bottom: 1px dotted grey;
	color: #666;       
	padding: 15px 0 0 10px;
	font-size: 16px;
        font-weight: bold;
}
.content .sideBlog p {
	margin: 0 0 15px 20px;
	position: relative;
	width: 220px;
}

.content .sideBlog img {
	float: left;
	position: relative;
        margin-right: 7px;
        margin-bottom: 5px;
	padding: 5px;
}

.sideVideo {
	width: 248px;
	float: right;
        margin-top: 20px;
        margin-bottom: 20px;        
        margin-right: -10px;
	background: url(images/v_side_bottom.png) center bottom no-repeat;
	font-size: 11.5px;
}


.content .sideVideo h3 {
	background: url(images/v_side_top.png) center top;
        border-bottom: 1px dotted grey;
	color: #FFFFFF;       
	padding: 10px 0 0 10px;
	font-size: 16px;
        font-weight: bold;
}

.content .sideVideo p {
	padding: 0px;
	position: relative;
	width: 220px;
}


.content .sideVideo img {
	padding: 0px;
        margin-left: 12px;
        margin-bottom: 5px;
	position: relative;
	width: 220px;
}

/* End Blog Page  -------------------------------------------- */


.sideDataBlog {
	width: 248px;
	float: left;
	font-size: 12px;
	padding-bottom: 20px;
}


.sideDataService {
        top: 500px;
	width: 240px;
	float: left;
        left: -50px;
	background: url(images/side-data.png) center bottom;
	font-size: 12px;
	padding-bottom: 20px;
}


.content .sideDataBlog img{
	width: 248px;
	float: left;
	margin-left: 12px;

	font-size: 12px;
	padding-bottom: 0px;
}


.content .sideDataService {
	width: 248px;
	float: left;
	font-size: 12px;
	padding-bottom: 20px;
}


.sideData p strong {
	width: 90px;
	position: absolute;
	left: -60px;
}
.sideData a {
	color: #7cb7eb;
}
.sideData a:hover {
	color: #0073cc
}


/* Individual Pictures -------------------------------------------- */

#lpic {position: absolute; top: 50px; left: 5px;}