@charset "UTF-8";
/* 

CSS 


bgcolor dk blue : #1537aa


*/


/* =STRUCTURE
----------------------------------------------- */


#wrapper {
	width: 760px;
	padding: 200px 30px 70px 30px;
	margin: 20px auto 0;
	background-image: url(../_images/moog_cons_bg.jpg);
	background-repeat: no-repeat;
}



#fm_hdr {
	width: 800px;
	text-align:right;
	background-color: #fff;
	background-image: url(../../_images/_global/fm_bg.jpg);
	background-repeat: repeat-y;
}

#lang_bar {
	width: 780px;
	padding: 4px 0 4px 20px;
	background-color:#00204a;
}

/*.main {
	width: 750px;
	padding: 0;
	margin: 180px auto 0;
}*/



#main_bg_gradient {
background-image:url(../_images/content_bg.jpg);
background-repeat: repeat-x;
}


.clear {
	clear:both;
	line-height: 0px;
}


#footer {
	width: 800px;
	padding: 0px 0 20px 0;
	color:#666666;
	margin: 0 auto;
}



.content {
margin-top: 2px;
	padding:20px;
	width: 592px;
	background-color: #f1eee7;

}


.content_progasket {
	margin-top: 2px;
	padding:20px;
	width: 592px;
	background-color: #f1eee7;
	background-image: url(../../fp/_images/progasket_bg.jpg);
}




/* =BODY & TEXT
----------------------------------------------- */

body {
	height:100%;
	color:#fff;
	background-repeat: no-repeat;
}

*,img {
border-style:none;
margin:0;
padding:0;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}


p {
	font-size:14px;
	line-height:20px;
	padding-bottom: 1em;
}

p.legal {
	font-size: 1em;
	line-height: 1.2em;
}

.left {
	float: left;
}

.right {
	float: right;
}




/* =HEADINGS
----------------------------------------------- */

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 3em;
	letter-spacing:-1px;
	color:#0061AA;
	font-weight:normal;
	padding-bottom: .5em;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	letter-spacing:-1px;
	color:#FFE719;
	margin-bottom: 0.5em;
	font-weight: normal;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	letter-spacing:-1px;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 2em;
	letter-spacing:-1px;
	color:#333;
}

h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color:#333;
}

h6 {
}



/* =LINKS
----------------------------------------------- */

/*a:link {
	text-decoration:none;
}*/

p a:visited,h2 a:visited {
text-decoration:none;
	
}

p a:link,h2 a:link,p a:visited,h2 a:visited {
	color: #1537AA;
	border-bottom: 1px dotted #1537AA;
	text-decoration:none;
}

p a:hover,h2 a:hover{
	color: #1537AA;
	border-bottom: 1px solid #1537AA;
}

#footer a, #footer hover { 
color: #333;
text-decoration:none;
} 


h3 a:link,h2 a:visited {
text-decoration:none;
color:#CC0000;
}

h3 a:hover {
border-bottom: thin solid #CC0000;
}




.white a:link,.white a:visited {
	color: #FFCC00;
	border-bottom: 1px dotted #FFCC00;
	text-decoration:none;
}

.white a:hover {
	color: #FF3300;
	border-bottom: 1px dotted #FF3300;
	text-decoration:none;
}

/* =IMAGES & FLASH
----------------------------------------------- */

.ds_logo {
	float:left;
	padding-bottom: 60px;
}


.submit_cdn_btn {
	float:right;
	padding: 50px 50px 0 0;
}

.cert_print_bt {
	float:right;
	padding: 5px 0 20px 30px;
}
/* =TABLE
----------------------------------------------- */

.form td {
	padding: 8px;
}

.table_txt {
font-size:1.2em;
color:#fff;
font-weight:bold;
}

input {
	height: auto;
	font-size: 14px;
	padding: 2px;
}



.form_tbl {
	width: 487px;
	background-image: url(_images/_global/table_mid.gif);
	background-repeat: repeat-y;
	padding: 0 10px;
}




/* =LANUGAGE 
----------------------------------------------- */


#lang {
}

ul#lang {
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#lang li {
display: inline;
list-style-type: none;
}

#lang a { 
padding: 3px 10px; 
}

#lang a:link, #lang a:visited {
color: #fff;
text-decoration: none;
}

#lang a:hover
{
color: #fff;
background-color: #2d67b4;
text-decoration: none;
}


/* =LIST
----------------------------------------------- */

#content li {
	font-size:14px;
	line-height:18px;
	padding-bottom: 0.75em;
	padding-left: 0.1em;
	}
	
#content ul  { 
margin-left: 18px; 
padding-left: 0; 
}

#content_cert li {
	font-size:12px;
	line-height:16px;
	padding-bottom: 0.25em;
	}
	
#content_cert ul { 
margin-left: 18px; 
padding-left: 0; 
padding-bottom: 10px;
}

