* { margin:0; padding:0 }

/*===== Universal Classes ======*/

h1, h2, h3, h4, h5, h6 { display: inline; }

ol, ul { text-align:left; }

ol { padding-left:40px; }

ul { padding-left:30px; }

li { padding-bottom:10px; }

body { background: #eeecd3; }

/*===== End Universal Classes ======*/

/*===== General Classes ======*/

/* Borders */

.BW-1 { border-width: 1px; }
.BW-2 { border-width: 2px; }
.BW-3 { border-width: 3px; }
.BW-4 { border-width: 4px; }
.BW-5 { border-width: 5px; }

.BS-S 	{ border-style: solid; }
.BS-D 	{ border-style: dashed; }

.BC-Blu	{ border-color: #0000FF; }
.BC-NBlu{ border-color: #003366; }
.BC-MBlu{ border-color: #006699; }
.BC-DGry{ border-color: #333333; }
.BC-AGry{ border-color: #CCCCCC; }
.BC-Red { border-color: #FF0000; }
.BC-DRed{ border-color: #990000; }
.BC-DOra{ border-color: #FF6600; }

/* END Borders */

/* Borders & Styles*/

/* Solid Borders */

.B-S1NBlu { border: 1px solid #003366; }
.B-S2NBlu { border: 2px solid #003366; }
.B-S3NBlu { border: 3px solid #003366; }
.B-S4NBlu { border: 4px solid #003366; }
.B-S5NBlu { border: 5px solid #003366; }

.B-S1MBlu { border: 1px solid #006699; }
.B-S2MBlu { border: 2px solid #006699; }
.B-S3MBlu { border: 3px solid #006699; }
.B-S4MBlu { border: 4px solid #006699; }
.B-S5MBlu { border: 5px solid #006699; }

.B-S1DRed { border: 1px solid #800000; }
.B-S2DRed { border: 2px solid #800000; }
.B-S3DRed { border: 3px solid #800000; }
.B-S4DRed { border: 4px solid #800000; }
.B-S5DRed { border: 5px solid #800000; }

.B-S1Red { border: 1px solid #FF0000; }
.B-S2Red { border: 2px solid #FF0000; }
.B-S3Red { border: 3px solid #FF0000; }
.B-S4Red { border: 4px solid #FF0000; }
.B-S5Red { border: 5px solid #FF0000; }

.B-S1Gry { border: 1px solid #CCCCCC; }
.B-S2Gry { border: 2px solid #CCCCCC; }
.B-S3Gry { border: 3px solid #CCCCCC; }
.B-S4Gry { border: 4px solid #CCCCCC; }
.B-S5Gry { border: 5px solid #CCCCCC; }

/* END Solid Borders */
		
/* Dashed Borders */

.B-D1NBlu { border: 1px dashed #003366; }
.B-D2NBlu { border: 2px dashed #003366; }
.B-D3NBlu { border: 3px dashed #003366; }
.B-D4NBlu { border: 4px dashed #003366; }
.B-D5NBlu { border: 5px dashed #003366; }

.B-D1MBlu { border: 1px dashed #006699; }
.B-D2MBlu { border: 2px dashed #006699; }
.B-D3MBlu { border: 3px dashed #006699; }
.B-D4MBlu { border: 4px dashed #006699; }
.B-D5MBlu { border: 5px dashed #006699; }

.B-D1DRed { border: 1px dashed #800000; }
.B-D2DRed { border: 2px dashed #800000; }
.B-D3DRed { border: 3px dashed #800000; }
.B-D4DRed { border: 4px dashed #800000; }
.B-D5DRed { border: 5px dashed #800000; }

.B-D1Red { border: 1px dashed #FF0000; }
.B-D2Red { border: 2px dashed #FF0000; }
.B-D3Red { border: 3px dashed #FF0000; }
.B-D4Red { border: 4px dashed #FF0000; }
.B-D5Red { border: 5px dashed #FF0000; }

.B-D1Gry { border: 1px dashed #CCCCCC; }
.B-D2Gry { border: 2px dashed #CCCCCC; }
.B-D3Gry { border: 3px dashed #CCCCCC; }
.B-D4Gry { border: 4px dashed #CCCCCC; }
.B-D5Gry { border: 5px dashed #CCCCCC; }

/* Dashed Borders */

/* END Borders & Styles */

/* Colored Boxes */

.D-OWht {
padding: 10px;
border: 1px Dashed #CCC;
background: #FFFFF5;
}

.D-DRed {
padding: 10px;
border: 1px Dashed #CCC;
background: #800000;
}

.D-NBlu {
padding: 10px;
border: 1px Dashed #CCC;
background: #003366;
}

.D-MBlu {
padding: 10px;
border: 1px Dashed #CCC;
background: #006699;
}

.D-LBlu {
padding: 10px;
border: 1px Dashed #CCC;
background: #F4FAFF;
}

.D-AGry {
padding: 10px;
border: 1px Dashed #CCC;
background: #F5F5F5;
}

/* END Colored Boxes */

/* Font Family */

.FF-Ari 	{ font-family: arial; }
.FF-Ver 	{ font-family: verdana; }
.FF-Tah 	{ font-family: tahoma; }
.FF-TimNR 	{ font-family: "Times New Roman"; }

/* END Font Family */

/* Font Sizes */

.FS-0	{ font-size: 0px; }
.FS-6	{ font-size: 6px; }
.FS-7	{ font-size: 7px; }
.FS-8	{ font-size: 8px; }
.FS-9	{ font-size: 9px; }
.FS-10	{ font-size: 10px; }
.FS-11 	{ font-size: 11px; }
.FS-12 	{ font-size: 12px; }
.FS-13 	{ font-size: 13px; }
.FS-14 	{ font-size: 14px; }
.FS-15 	{ font-size: 15px; }
.FS-16 	{ font-size: 16px; }
.FS-17 	{ font-size: 17px; }
.FS-18 	{ font-size: 18px; }
.FS-19 	{ font-size: 19px; }
.FS-20 	{ font-size: 20px; }
.FS-21 	{ font-size: 21px; }
.FS-22 	{ font-size: 22px; }
.FS-23 	{ font-size: 23px; }
.FS-24 	{ font-size: 24px; }
.FS-25 	{ font-size: 25px; }
.FS-26 	{ font-size: 26px; }
.FS-27 	{ font-size: 27px; }
.FS-28 	{ font-size: 28px; }
.FS-29 	{ font-size: 29px; }
.FS-30 	{ font-size: 30px; }
.FS-31 	{ font-size: 31px; }
.FS-32 	{ font-size: 32px; }
.FS-33 	{ font-size: 33px; }
.FS-34 	{ font-size: 34px; }
.FS-35 	{ font-size: 35px; }
.FS-36 	{ font-size: 36px; }
.FS-37 	{ font-size: 37px; }
.FS-38 	{ font-size: 38px; }
.FS-39 	{ font-size: 39px; }
.FS-40 	{ font-size: 40px; }
.FS-41 	{ font-size: 41px; }
.FS-42 	{ font-size: 42px; }
.FS-43 	{ font-size: 43px; }
.FS-44 	{ font-size: 44px; }
.FS-45 	{ font-size: 45px; }
.FS-46 	{ font-size: 46px; }
.FS-47 	{ font-size: 47px; }
.FS-48 	{ font-size: 48px; }
.FS-49 	{ font-size: 49px; }
.FS-50 	{ font-size: 50px; }

/* END Font Sizes */

/* Font Colors */

.FC-NBlu{ color: #003366; }
.FC-Blu	{ color: #0000FF; }
.FC-DGry{ color: #333333; }
.FC-AGry{ color: #CCCCCC; }
.FC-Red { color: #FF0000; }
.FC-DRed{ color: #990000; }
.FC-Ora	{ color: #FF9900; }
.FC-DOra{ color: #FF6600; }
.FC-Bla { color: #000000; }
.FC-Yel	{ color: #FFFF00; }
.FC-Wht	{ color: #FFFFFF; }

/* END Font Colors */

/* Font Weight & Styles */

.B 	{ font-weight: bold; }
.XB { font-weight: bolder; }
.N 	{ font-weight: normal; }
.Em { font-style: italic; }
.U 	{ text-decoration: underline; }

/* END Font Weight & Styles */

/* Text Alignment */

.Left { text-align: left; }
.Center { text-align: center; }
.Right { text-align: right; }

/* END Text Alignment */

/* Fonts Sizes & Colors */

/* Font Navy Blue */

.F-NBlu32, .F-NBlu30, .F-NBlu28, .F-NBlu26, .F-NBlu24, .F-NBlu22, .F-NBlu20, .F-NBlu18, .F-NBlu16, .F-NBlu14, .F-NBlu12 {
Color: #003366;
}

.F-NBlu32{ font-size: 32px; }
.F-NBlu30{ font-size: 30px; }
.F-NBlu28{ font-size: 28px; }
.F-NBlu26{ font-size: 26px; }
.F-NBlu24{ font-size: 24px; }
.F-NBlu22{ font-size: 22px; }
.F-NBlu20{ font-size: 20px; }
.F-NBlu18{ font-size: 18px; }
.F-NBlu16{ font-size: 16px; }
.F-NBlu14{ font-size: 14px; }
.F-NBlu12{ font-size: 12px; }

/* END Font Navy Blue */

/* Font Blue */

.F-Blu32, .F-Blu30, .F-Blu28, .F-Blu26, .F-Blu24, .F-Blu22, .F-Blu20, .F-Blu18, .F-Blu16, .F-Blu14, .F-Blu12{
color: #0000FF;
}

.F-Blu32{ font-size: 32px; }
.F-Blu30{ font-size: 30px; }
.F-Blu28{ font-size: 28px; }
.F-Blu26{ font-size: 26px; }
.F-Blu24{ font-size: 24px; }
.F-Blu22{ font-size: 22px; }
.F-Blu20{ font-size: 20px; }
.F-Blu18{ font-size: 18px; }
.F-Blu16{ font-size: 16px; }
.F-Blu14{ font-size: 14px; }
.F-Blu12{ font-size: 12px; }

/* END Font Blue */

/* Font Maroon */

.F-DRed32, .F-DRed30, .F-DRed28, .F-DRed26, .F-DRed24, .F-DRed22, .F-DRed20, .F-DRed18, .F-DRed16, .F-DRed14, .F-DRed12 {
color: #990000;
}

.F-DRed32{ font-size: 32px; }
.F-DRed30{ font-size: 30px; }
.F-DRed28{ font-size: 28px; }
.F-DRed26{ font-size: 26px; }
.F-DRed24{ font-size: 24px; }
.F-DRed22{ font-size: 22px; }
.F-DRed20{ font-size: 20px; }
.F-DRed18{ font-size: 18px; }
.F-DRed16{ font-size: 16px; }
.F-DRed14{ font-size: 14px; }
.F-DRed12{ font-size: 12px; }

/* END Font Maroon */

/* Font Maroon */

.F-Red32, .F-Red30, .F-Red28, .F-Red26, .F-Red24, .F-Red22, .F-Red20, .F-Red18, .F-Red16, .F-Red14, .F-Red12 {
color: #FF0000;
}

.F-Red32{ font-size: 32px; }
.F-Red30{ font-size: 30px; }
.F-Red28{ font-size: 28px; }
.F-Red26{ font-size: 26px; }
.F-Red24{ font-size: 24px; }
.F-Red22{ font-size: 22px; }
.F-Red20{ font-size: 20px; }
.F-Red18{ font-size: 18px; }
.F-Red16{ font-size: 16px; }
.F-Red14{ font-size: 14px; }
.F-Red12{ font-size: 12px; }

/* END Font Maroon */

/* Font Black */

.F-Blk32, .F-Blk30, .F-Blk28, .F-Blk26, .F-Blk24, .F-Blk22, .F-Blk20, .F-Blk18, .F-Blk16, .F-Blk14, .F-Blk12 {
color: #000000;
}

.F-Blk32{ font-size: 32px; }
.F-Blk30{ font-size: 30px; }
.F-Blk28{ font-size: 28px; }
.F-Blk26{ font-size: 26px; }
.F-Blk24{ font-size: 24px; }
.F-Blk22{ font-size: 22px; }
.F-Blk20{ font-size: 20px; }
.F-Blk18{ font-size: 18px; }
.F-Blk16{ font-size: 16px; }
.F-Blk14{ font-size: 14px; }
.F-Blk12{ font-size: 12px; }

/* END Font Black */

/* Font Yellow */

.F-Yel32, .F-Yel30, .F-Yel28, .F-Yel26, .F-Yel24, .F-Yel22, .F-Yel20, .F-Yel18, .F-Yel16, .F-Yel14, .F-Yel12 {
color: #FFFF00;
}

.F-Yel32{ font-size: 32px; }
.F-Yel30{ font-size: 30px; }
.F-Yel28{ font-size: 28px; }
.F-Yel26{ font-size: 26px; }
.F-Yel24{ font-size: 24px; }
.F-Yel22{ font-size: 22px; }
.F-Yel20{ font-size: 20px; }
.F-Yel18{ font-size: 18px; }
.F-Yel16{ font-size: 16px; }
.F-Yel14{ font-size: 14px; }
.F-Yel12{ font-size: 12px; }

/* END Font Yellow */

/* Font Dark Orange */

.F-DOrg32, .F-DOrg30, .F-DOrg28, .F-DOrg26, .F-DOrg24, .F-DOrg22, .F-DOrg20, .F-DOrg18, .F-DOrg16, .F-DOrg14, .F-DOrg12 {
color: #FF6600;
}

.F-DOrg32{ font-size: 32px; }
.F-DOrg30{ font-size: 30px; }
.F-DOrg28{ font-size: 28px; }
.F-DOrg26{ font-size: 26px; }
.F-DOrg24{ font-size: 24px; }
.F-DOrg22{ font-size: 22px; }
.F-DOrg20{ font-size: 20px; }
.F-DOrg18{ font-size: 18px; }
.F-DOrg16{ font-size: 16px; }
.F-DOrg14{ font-size: 14px; }
.F-DOrg12{ font-size: 12px; }

/* END Font Dark Orange */

/* Font Dark Green */

.F-DGrn32, .F-DGrn30, .F-DGrn28, .F-DGrn26, .F-DGrn24, .F-DGrn22, .F-DGrn20, .F-DGrn18, .F-DGrn16, .F-DGrn14, .F-DGrn12 {
color: #5c8515;
}

.F-DGrn32{ font-size: 32px; }
.F-DGrn30{ font-size: 30px; }
.F-DGrn28{ font-size: 28px; }
.F-DGrn26{ font-size: 26px; }
.F-DGrn24{ font-size: 24px; }
.F-DGrn22{ font-size: 22px; }
.F-DGrn20{ font-size: 20px; }
.F-DGrn18{ font-size: 18px; }
.F-DGrn16{ font-size: 16px; }
.F-DGrn14{ font-size: 14px; }
.F-DGrn12{ font-size: 12px; }

/* END Font Dark Green */

/* Font White */

.F-Wht32, .F-Wht30, .F-Wht28, .F-Wht26, .F-Wht24, .F-Wht22, .F-Wht20, .F-Wht18, .F-Wht16, .F-Wht14, .F-Wht12 {
color: #FFFFFF;
}

.F-Wht32{ font-size: 32px; }
.F-Wht30{ font-size: 30px; }
.F-Wht28{ font-size: 28px; }
.F-Wht26{ font-size: 26px; }
.F-Wht24{ font-size: 24px; }
.F-Wht22{ font-size: 22px; }
.F-Wht20{ font-size: 20px; }
.F-Wht18{ font-size: 18px; }
.F-Wht16{ font-size: 16px; }
.F-Wht14{ font-size: 14px; }
.F-Wht12{ font-size: 12px; }

/* END Font White */

/* END Fonts Sizes & Colors */


/* Paddings */

.Pd0  { padding: 0px; }
.Pd1  { padding: 1px; }
.Pd2  { padding: 2px; }
.Pd3  { padding: 3px; }
.Pd4  { padding: 4px; }
.Pd5  { padding: 5px; }
.Pd6  { padding: 6px; }
.Pd7  { padding: 7px; }
.Pd8  { padding: 8px; }
.Pd9  { padding: 9px; }
.Pd10 { padding: 10px; }
.Pd11 { padding: 11px; }
.Pd12 { padding: 12px; }
.Pd13 { padding: 13px; }
.Pd14 { padding: 14px; }
.Pd15 { padding: 15px; }
.Pd16 { padding: 16px; }
.Pd17 { padding: 17px; }
.Pd18 { padding: 18px; }
.Pd19 { padding: 19px; }
.Pd20 { padding: 20px; }

/* END Paddings */


/* Margins */

.Mr0  { padding: 0px; }
.Mr1  { padding: 1px; }
.Mr2  { padding: 2px; }
.Mr3  { padding: 3px; }
.Mr4  { padding: 4px; }
.Mr5  { padding: 5px; }
.Mr6  { padding: 6px; }
.Mr7  { padding: 7px; }
.Mr8  { padding: 8px; }
.Mr9  { padding: 9px; }
.Mr10 { padding: 10px; }
.Mr11 { padding: 11px; }
.Mr12 { padding: 12px; }
.Mr13 { padding: 13px; }
.Mr14 { padding: 14px; }
.Mr15 { padding: 15px; }
.Mr16 { padding: 16px; }
.Mr17 { padding: 17px; }
.Mr18 { padding: 18px; }
.Mr19 { padding: 19px; }
.Mr20 { padding: 20px; }

/* END Margins */

.mrl20 {margin-left:20px;}


/* Background Colors */

.Bg-Red  { background: #FF0000; }
.Bg-DRed { background: #800000; }
.Bg-Blu  { background: #0000FF; }
.Bg-NBlu { background: #003366; }
.Bg-MBlu { background: #006699; }
.Bg-LBlu { background: #F5FAFF; }
.Bg-AGry { background: #F5F5F5; }
.Bg-OWht { background: #FFFFF5; }
.Bg-Wht  { background: #FFFFFF; }

/* END Background Colors */

/* Highlights*/

.HL-Red  { background: #FF0000; }
.HL-DRed { background: #800000; }
.HL-Blu  { background: #0000FF; }
.HL-NBlu { background: #003366; }
.HL-MBlu { background: #006699; }
.HL-LBlu { background: #F5FAFF; }
.HL-AGry { background: #F5F5F5; }
.HL-OWht { background: #FFFFF5; }
.HL-Yel  { background: #FFFF00; }

/* END Highlights */

/* Bonus 1 */

#Bonus1-T {
font-size: 14px;
}

#Bonus1-T .Header {
height:80px;
background:url(../images/bonus1.gif) no-repeat;
}

/* END Bonus 1 */


/* Bonus 2 */

#Bonus2-T {
font-size: 14px;
font-weight: bold;
}

#Bonus2-T .Header {
height:80px;
background:url(../images/bonus2.gif) no-repeat;
}

#Bonus2-T .Content { padding: 10px; }

#Bonus2-T .Content ul { color: #006699; }

#Bonus2-T p img {
padding: 10px;
border: 5px solid #333333;
width: 145px;
margin: 0 auto;
background: #FFFFFF;
}

/* END Bonus 2 */


/* Days & Words Table */

#DaysAndWords-T .Header{
background: url(../images/fe_be.gif) repeat-x;
height: 32px;
color: #ffffff;
line-height: 24px;
text-align: center;
padding: 0px;
}

#DaysAndWords-T td{
font-family: Arial;
font-size: 16px;
font-weight: bold;
padding: 5px;
}

/* END Date & Price Table */


/* Pages & Discount Table */

#PagesAndDiscount-T .Header {
background: url(../images/fe_be.gif) repeat-x;
height: 32px;
color: #ffffff;
line-height: 24px;
text-align: center;
padding: 0px;
}

#PagesAndDiscount-T td{
font-family: Arial;
font-size: 16px;
font-weight: bold;
padding: 5px;
}

/* END Pages & Discount Table */

/* Guarantee Box */

#Guarantee {
width:550px;
height:auto;
background:url(../images/GuaranteeMid.gif) repeat-y;
}

#Guarantee .GuaranteeTop {
height:69px;
background:url(../images/GuaranteeTop.gif);
}

#Guarantee .GuaranteeMid {
height:auto;
text-align:center;
padding: 0px 70px 0px 70px;
}

#Guarantee .GuaranteeBot {
height:69px;
background:url(../images/GuaranteeBottom.gif);
}


/* END Guarantee Box */


/* Payment Methods Table */

#PaymentMethods-T {
font-family: arial;
background: #CCCCCC;
}

#PaymentMethods-T .Header {
background: url(../images/PaymentMethods.jpg) no-repeat;
height: 80px;
}

#PaymentMethods-T .Heading {
background: url(../images/fe_be.gif) repeat-x;
color: #fff;
height: 32px;
line-height: 30px;
font-size: 14px;
font-weight: bold;
text-align: center;
}

#PaymentMethods-T .Content {
text-align: left;
background: #FFFFF5;
padding: 10px;
}

#PaymentMethods-T .ContentMiddle {
text-align: left;
background: #E6F7FF;
padding: 10px;
}

#PaymentMethods-T .Divider {
border: 2px Solid #003366;
border: 0px 2px 0px 2px;
}

/* END Payment Methods Table */

/* Freebies */

#Freebies-T td {
padding: 10px;
text-align: left;
font-size: 16px;
font-weight: bold;
}

#Freebies-T .Heading {
text-align: center;
font-size: 20px;
font-weight: bold;
color: #FFFFFF;
}

/* END Freebies */

/* Heading Box */

.HeadingBox {
text-align:center;
border: 3px dashed #006699;
background: #F5F5F5;
font-size: 22px;
padding: 10px;
}

/* END Heading Box */

/* END General Classes */


/* ===== Index.htm ===== */

#ContentHeading {
border: 3px Solid #006699;
background: #800000;
padding: 10px;
}

#ContentHeading, #ContentHeading h1{ /* Span Must Use Before h1 */
font-family:Verdana;
font-size:22px;
font-weight:bold;
color: #FFFFFF;
} 

#CheckPoint-T td {
padding: 10px;
height: 60px;
text-align: left;
font-size: 12px;
}

#Container-Left a {
color: #0000FF;
font-size: 14px;
font-weight: bold;
}

#Container-Left a:hover {
color: #FF6600;
font-size: 14px;
font-weight: bold;
}

#NewSitePoll {
width: 780px;
height: 70px;
margin: 0 auto;
margin-bottom: 10px;
background: url(../images/OldSiteView.jpg) repeat-x;
cursor: hand;
}

#ShowHideOldSiteThumb {
display: none;
width: 500px;
height: 500px;
margin: 0 auto;
position: absolute;
top: 24%;
left: 24%;
background: url(../images/OldSiteThumbnail.gif) no-repeat;
border: 5px solid #000;
cursor: hand;
}

/* ===== END Index.htm ===== */


/* ===== Body Classes ===== */

#bodyBG {
background: url(../images/BgGradient.gif) repeat-x;
height: 390px;
padding: 0px;
}

#wrapper {
width:778px;
margin:0 auto;
border: 1px Solid #cccccc;
background: #ffffff;
margin-bottom: 10px;
}

/* ===== END Body Classes ===== */


/*===== Header ======*/

#HeaderMain {
width:780px;
height:auto;
margin:0 auto;
margin-bottom: 20px;
}

#TopLinks {
width:760px;
height:14px;
margin:0 auto;
text-align:center;
padding: 10px;
}

#TopLinks span, h1, h2 {
color: #FFFFFF;
font-size: 12px;
font-weight: bold;
display: inline;
font-family: tahoma;
padding: 0px;
margin: 0px;
}

#LogoHeader {
width: 780px;
height: 100px;
}

#LogoHeader .logo {
width: 400px;
height: 90px;
float: left;
}

#LogoHeader .quicklinks {
width: 246px;
height: 93px;
float: right;
}

#header {
width:780px;
height:200px;
font-size: 0px;
}

#header .headimg1, .headimg2, .headimg3, .headimg4, .headimg5, .headimg6 {
width:130px;
height:200px;
float:left;
}

#header .headimg1{ background:url(../images/duk_01.jpg); }
#header .headimg2{ background:url(../images/duk_02.jpg); }
#header .headimg3{ background:url(../images/duk_03.jpg); }
#header .headimg4{ background:url(../images/duk_04.jpg); }
#header .headimg5{ background:url(../images/duk_05.jpg); }
#header .headimg6{ background:url(../images/duk_06.jpg); }

/* ===== Menues ====== */

/* Menu General Classes */

#menu {width:780px; height:36px; padding: 0px; margin: 0px; font-size: 0px; color: #333333; font-weight: bold; font-family:Arial;}
#menu .mnuleft{width:0px; height:36px; background:url(../images/duk_08.gif); float:left;}
#menu .mnuright{width:0px; height:36px; background:url(../images/duk_16.gif); float:left;}

#menu a { font-size:14px; color: #333333; text-decoration: none; }
#menu a:hover { font-size:14px; color: #990000; text-decoration: underline; }

.Seperator {width: 2px; height: 36px; float: left; }
.SeperatorLast {width: 1px; height: 36px; float: left; }

/* END Menu General Classes */

/* Menu Home */

#menuhome { width:92px; height:36px; display:block; float:left; font-family:Arial; font-size:14px; text-align:center; line-height:35px; }
#menuhome .MenuBtnLeft{ width: 8px; height: 36px; background: url(../images/MenuBtnLeft.png) no-repeat; float: left; }
#menuhome .MenuBtnCenter{ width: 76px; height: 36px; background: url(../images/MenuBtnCenter.png) repeat-x; float: left; }
#menuhome .MenuBtnRight{ width: 8px; height: 36px; background: url(../images/MenuBtnRight.png) no-repeat; float: left; }
#menuhome a { color: #FFFFFF; }

#menuhomeDis {width:92px;height:36px;display:block; float:left; font-family:Arial; font-size:14px; text-align:center; line-height:35px;}
#menuhomeDis .MenuBtnLeft { width: 8px; height: 36px; background: url(../images/MenuBtnLeftDis.png) no-repeat; float: left; }
#menuhomeDis .MenuBtnCenter { width: 76px; height: 36px; background: url(../images/MenuBtnCenterDis.png) repeat-x; float: left; }
#menuhomeDis .MenuBtnRight { width: 8px; height: 36px; background: url(../images/MenuBtnRightDis.png) no-repeat; float: left; }

/* END Menu Home */

/* Menu About */

#menuabout{width:105px;height:36px;display:block; float:left; font-family:Arial; font-size:14px; text-align:center; line-height:35px;}
#menuabout .MenuBtnLeft{ width: 8px; height: 36px; background: url(../images/MenuBtnLeft.png) no-repeat; float: left; }
#menuabout .MenuBtnCenter{ width: 89px; height: 36px; background: url(../images/MenuBtnCenter.png) repeat-x; float: left; }
#menuabout .MenuBtnRight{ width: 8px; height: 36px; background: url(../images/MenuBtnRight.png) no-repeat; float: left; }
#menuabout a { color: #FFFFFF; }

#menuaboutDis {width:105px;height:36px;display:block; float:left; font-family:Arial; font-size:14px; text-align:center; line-height:35px;}
#menuaboutDis .MenuBtnLeft{ width: 8px; height: 36px; background: url(../images/MenuBtnLeftDis.png) no-repeat; float: left; }
#menuaboutDis .MenuBtnCenter{ width: 89px; height: 36px; background: url(../images/MenuBtnCenterDis.png) repeat-x; float: left; }
#menuaboutDis .MenuBtnRight{ width: 8px; height: 36px; background: url(../images/MenuBtnRightDis.png) no-repeat; float: left; }

/* END Menu About */

/* Menu Price */

#menuprice{width:84px;height:36px;display:block; float:left; font-family:Arial; font-size:14px; text-align:center; line-height:35px;}
#menuprice .MenuBtnLeft{ width: 8px; height: 36px; background: url(../images/MenuBtnLeft.png) no-repeat; float: left; }
#menuprice .MenuBtnCenter{ width: 68px; height: 36px; background: url(../images/MenuBtnCenter.png) repeat-x; float: left; }
#menuprice .MenuBtnRight{ width: 8px; height: 36px; background: url(../images/MenuBtnRight.png) no-repeat; float: left; }
#menuprice a { color: #FFFFFF; }

#menupriceDis{width:84px;height:36px;display:block; float:left; font-family:Arial; font-size:14px; text-align:center; line-height:35px;}
#menupriceDis .MenuBtnLeft{ width: 8px; height: 36px; background: url(../images/MenuBtnLeftDis.png) no-repeat; float: left; }
#menupriceDis .MenuBtnCenter{ width: 68px; height: 36px; background: url(../images/MenuBtnCenterDis.png) repeat-x; float: left; }
#menupriceDis .MenuBtnRight{ width: 8px; height: 36px; background: url(../images/MenuBtnRightDis.png) no-repeat; float: left; }

/* END Menu Price */

/* Menu Order Form */

#menuorder{width:114px;height:36px;display:block; float:left; font-family:Arial; font-size:14px; text-align:center; line-height:35px;}
#menuorder .MenuBtnLeft{ width: 8px; height: 36px; background: url(../images/MenuBtnLeft.png) no-repeat; float: left; }
#menuorder .MenuBtnCenter{ width: 98px; height: 36px; background: url(../images/MenuBtnCenter.png) repeat-x; float: left; }
#menuorder .MenuBtnRight{ width: 8px; height: 36px; background: url(../images/MenuBtnRight.png) no-repeat; float: left; }
#menuorder a { color: #FFFFFF; }

#menuorderDis {width:114px;height:36px;display:block; float:left; font-family:Arial; font-size:14px; text-align:center; line-height:35px;}
#menuorderDis .MenuBtnLeft{ width: 8px; height: 36px; background: url(../images/MenuBtnLeftDis.png) no-repeat; float: left; }
#menuorderDis .MenuBtnCenter{ width: 98px; height: 36px; background: url(../images/MenuBtnCenterDis.png) repeat-x; float: left; }
#menuorderDis .MenuBtnRight{ width: 8px; height: 36px; background: url(../images/MenuBtnRightDis.png) no-repeat; float: left; }

/* END Menu Order Form */

/* Menu FAQ */

#menufaq{width:76px;height:36px;display:block; float:left; font-family:Arial; font-size:14px; text-align:center; line-height:35px;}
#menufaq .MenuBtnLeft{ width: 8px; height: 36px; background: url(../images/MenuBtnLeft.png) no-repeat; float: left; }
#menufaq .MenuBtnCenter{ width: 60px; height: 36px; background: url(../images/MenuBtnCenter.png) repeat-x; float: left; }
#menufaq .MenuBtnRight{ width: 8px; height: 36px; background: url(../images/MenuBtnRight.png) no-repeat; float: left; }
#menufaq a { color: #FFFFFF; }

#menufaqDis {width:76px;height:36px;display:block; float:left; font-family:Arial; font-size:14px; text-align:center; line-height:35px;}
#menufaqDis .MenuBtnLeft{ width: 8px; height: 36px; background: url(../images/MenuBtnLeftDis.png) no-repeat; float: left; }
#menufaqDis .MenuBtnCenter{ width: 60px; height: 36px; background: url(../images/MenuBtnCenterDis.png) repeat-x; float: left; }
#menufaqDis .MenuBtnRight{ width: 8px; height: 36px; background: url(../images/MenuBtnRightDis.png) no-repeat; float: left; }

/* END Menu FAQ */

/* Menu Contact Us */

#menucontact{width:118px;height:36px;display:block; float:left; font-family:Arial; font-size:14px; text-align:center; line-height:35px;}
#menucontact .MenuBtnLeft{ width: 8px; height: 36px; background: url(../images/MenuBtnLeft.png) no-repeat; float: left; }
#menucontact .MenuBtnCenter{ width: 102px; height: 36px; background: url(../images/MenuBtnCenter.png) repeat-x; float: left; }
#menucontact .MenuBtnRight{ width: 8px; height: 36px; background: url(../images/MenuBtnRight.png) no-repeat; float: left; }
#menucontact a { color: #FFFFFF; }

#menucontactDis{width:118px;height:36px;display:block; float:left; font-family:Arial; font-size:14px; text-align:center; line-height:35px;}
#menucontactDis .MenuBtnLeft{ width: 8px; height: 36px; background: url(../images/MenuBtnLeftDis.png) no-repeat; float: left; }
#menucontactDis .MenuBtnCenter{ width: 102px; height: 36px; background: url(../images/MenuBtnCenterDis.png) repeat-x; float: left; }
#menucontactDis .MenuBtnRight{ width: 8px; height: 36px; background: url(../images/MenuBtnRightDis.png) no-repeat; float: left; }

/* END Menu Contact Us */

/* Menu Sample */

#menusample{width:179px;height:36px;display:block; float:left; font-family:Arial; font-size:14px; text-align:center; line-height:35px;}
#menusample .MenuBtnLeft{ width: 8px; height: 36px; background: url(../images/MenuBtnLeft.png) no-repeat; float: left; }
#menusample .MenuBtnCenter{ width: 163px; height: 36px; background: url(../images/MenuBtnCenter.png) repeat-x; float: left; }
#menusample .MenuBtnRight{ width: 8px; height: 36px; background: url(../images/MenuBtnRight.png) no-repeat; float: left; }
#menusample a { color: #FFFFFF; }

#menusampleDis {width:179px;height:36px;display:block; float:left; font-family:Arial; font-size:14px; text-align:center; line-height:35px;}
#menusampleDis .MenuBtnLeft{ width: 8px; height: 36px; background: url(../images/MenuBtnLeftDis.png) no-repeat; float: left; }
#menusampleDis .MenuBtnCenter{ width: 163px; height: 36px; background: url(../images/MenuBtnCenterDis.png) repeat-x; float: left; }
#menusampleDis .MenuBtnRight{ width: 8px; height: 36px; background: url(../images/MenuBtnRightDis.png) no-repeat; float: left; }

/* END Menu Sample */

/*===== END Menues ======*/

/*===== END Header ======*/


/*===== Page ======*/

#page {width:780px; height:auto; font-family:Arial; font-size:12px;}
#page .pg_padding {padding: 10px;}
#page .pg_padding-form { padding:10px 10px 10px 10px;}

/*===== END Page ======*/


/* ===== Container Left ===== */

#Container-Left {
width:550px;
height:auto;
float:left;
text-align:center;
font-family:Arial;
font-size: 14px;
border: 1px dashed #ccc;
padding: 10px;
}

/* ===== END Container Left ===== */

/* ===== Container Right ===== */

#container_right {
width:175px;
height:auto;
float:right;
}

#container_right img {
width: 175px;
height:auto;
padding-bottom:10px;
}

/* ===== END Container Right ===== */

/* ===== Dissertation_Editing.htm ===== */


#DE-Problems-T td {
border: 1px dashed #ccc;
padding: 10px;
}

/* ===== END Dissertation_Editing.htm ===== */

/* ===== Footer ===== */
 
#footer {height:auto; background: url(../images/footerGradient.gif) repeat-x bottom; padding: 10px; font-family:Arial; text-align:center; font-size:12px; font-weight: normal; }
#footer a { color:#FFFFCC; text-decoration: none; }
#footer a:hover { color:#FFFFFF; text-decoration:underline; }
#footer .allrights{color: #FFFFFF; padding: 5px; }

/* ===== END Footer ===== */

/* ===== Resource Center ===== */

#container_RC_left {
width:574px;
height:auto;
float:left;
font-family:Verdana;
background: #ffffff;
}

#container_RC_left .RC{
font-family:Tahoma;
font-size:25px;
color:#FFFFFF;
font-weight:bold;
margin: 0px 0px 10px 0px;
padding: 5px;
text-align: center;
background: url(../images/ArticleHeadingBar.gif) repeat-x;
border: 1px Solid #CCCCCC;
}

#container_RC_left .RC-BACK{
padding: 0px 5px 0px 5px;
background: url(../images/BackToArticle.gif) repeat-x;
}

#container_RC_left .RC-BACK a{
color: #003366;
text-decoration: none;
}

#container_RC_left .RC-BACK a:hover{
color: #FFFFFF;
text-decoration: none;
}

#container_RC_left .PAD{
padding: 10px;
border: 1px Dashed #006699;
}

.articlemain {
	width:530px;
	padding:10px;
	border:1px solid #A4D1FF;
	margin-bottom:10px;
	background:#E1F0FF;
}
.articlemain .articlehead {
	font-size:18px;
	}
.articlemain .articldetail {
	font-size:12px;
	}
	
#Table-SubCat{
font-family: verdana;
font-size: 12px;
font-weight: bold;
color: #006699;
}

#Table-SubCat a{
color: #006699;
text-decoration: none;
}

#Table-SubCat a:hover{
color: #333333;
text-decoration: underline;
}

#Table-SubCat td{
background: #990000;
border: 1px Solid #ffffff;
width: 25%;
text-align: center;
vertical-align: middle;
}

#Table-SubCat .Dis{
background: url(../images/SubMenuesDis.png) no-repeat;
}

#Table-SubCat .Act{
background: url(../images/SubMenues.png) no-repeat;
color: #003366;
}

#FreeDTandDS .FreeDT {
background: #003366;
color: #ffffff;
border: 1px solid #cccccc;;
}

#FreeDTandDS .FreeDS {
background: #003366;
color: #ffffff;
border: 1px solid #cccccc;
}

.readarticle a {
font-weight: bold;
color: #FF6600;
}

.readarticle a:hover {
font-weight: bold;
color: #003366;
}

#PayMode td {
padding: 2px;
}

#container_RC_left .Q-Table2 {
text-align: left;
font-size: 14px;
}

#container_RC_left .Q-Table2 td {
padding: 10px;
background: #FFFFF0;
border: 1px dashed #CCCCCC;
}

#container_RC_left .Q-Heading  {
font-size: 18px;
font-weight: bold;
color: #990000;
text-decoration:underline;
}

/* ===== END Resource Center ===== */

/* ===== Order Form ===== */

#Table-OrderForm td {
height: 26px;
padding: 5px 5px 5px 10px;
width: 33%;
}

#Table-OrderForm .SmallDesc {
font-size: 11px;
}

#Table-OrderForm .Heading {
background:url(../images/ArticleHeadingBar.gif) repeat-x;
font-size: 20px;
font-weight: bold;
color: #FFFFFF;
}

.textarea {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	width: 275px;
	height: 110px;
	padding: 5px;
}

.text {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	width: 275px;
	height: 20px;
	margin-top: 5px;
}

.Deadline {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	width: 90px;
	height: 20px;
	margin-top: 5px;
}

.SubmitButton {
	background-color:#333333;
	border:0px solid #CCCCCC;
	color:#FFFFFF;
	width: 120px;
	height: 20px;
}

.ErrorText {
color: #FF0000;
font-weight: bold;
font-size: 14px;
}

.PreviewText {
color: #0099CC;
font-weight: bold;
font-size: 14px;
}

#SH-ReqDays2 {
display: none;
}

#SH-NumWords2 {
display: none;
}

/* ===== END Order Form ===== */

/* Thankyou.htm */

.PhoneNumberImg {
background: url(../images/PhoneNumber.gif) no-repeat;
margin: 0 auto;
width: 222px;
height: 19px;
}

/* END Thankyou.htm */


.l-h20 {line-height:20px;}


.pdl5 {padding-left:5px;}

.resume-table {background:url(../images/resume_writing_01.jpg) repeat-x;}
.resume-table2 {background:url(../images/resume_writing_02.jpg) repeat-x;}
.resume-table-bd {border: 1px solid #F3E6B4;}
.resume-table-bd td {border: 1px solid #F3E6B4;}

.best-diss {
		width:520px; 
		margin:0 auto; 
		height:220px;
		padding:15px;
		background:url(../images/best_dissertation.jpg) repeat-x;
		}
		
.left-displan {width:260px; float:left; padding:5px;}
.right-displan {width:260px; float:left; padding:5px; margin-left:10px; text-align:left;}

.displan-table {padding:10px; text-align:center;}
.displan-table td { background-color:#FFFFF9; padding:5px; border:1px solid #e7e78a;}
.displan-table .heading5 {background:#ffdda3; border:1px solid #ffb579;}

.dis-thesis {width:520px; margin:0 auto;}

.dis-thesis-h {
	font: bold 18px arial;
	color: #7A2725;
	background:url(../images/sub-heading.jpg) repeat-x;
	text-align:center;
		}
.dis-thesis-sh {
	font: bold 16px arial;
	color: #244266;
	padding:5px 0px 5px 0px;
	text-align:center;
		}
.dis-main-txt {
	font: normal 14px arial;
	color: #000000;
	padding:10px 10px 10px 10px;
	background: url(../images/dis-thesis.gif) repeat-y;
	border:1px solid #f0dcb5;
	text-align:left;
		}
.dis-main-txt2 {
	font: normal 14px arial;
	color: #000000;
	padding:10px 10px 10px 10px;
	background: url(../images/dis-thesis2.gif) repeat-y;
	border:1px solid #add5eb;
	text-align:left;
		}
		
.dis-thesis-box	{
	font: bold 18px arial;
	color: #637627e;	
	background:url(../images/dis-thesis-box3.jpg) repeat-x;
	border:1px solid #ebf4cf;
	padding:10px 0px 0px 0px;
	}

.do-diss {
	background:url(../images/do-bg.gif) repeat-x;
	font: bold 16px Arial;color: #ffffff;
	text-align:center;
	padding:10px 0px 10px 0px;
	}
.do-diss2 {
	background:url(../images/do-bg2.gif) repeat-x;
	font: bold 16px Arial;color: #ffffff;
	text-align:center;
	padding:10px 0px 10px 0px;
	}
	
.finish-box {
	width:470px;
	padding:15px;
	margin:0 auto;
	font: bold 16px Arial;
	color: #707c1d;
	border:1px solid #bfcf50;
	background:url(../images/finish-my-dis.jpg) repeat-x;
	}

.finish-box2 {
	width:470px;
	padding:15px;
	margin:0 auto;
	font: bold 16px Arial;
	color: #8b5800;
	border:1px solid #edae42;
	background:url(../images/finish-my-dis2.jpg) repeat-x;
	}