/* Typeface Standardization */

h1, h2, h3, h4, h5, h6, p, b, i, big, small, em, 
sub, sup, ul, ol, li, u, s, a, span, link, blockquote, body{
    /* font-weight:normal; */
    font-size:1em;
    font-style:normal;
    font-variant:normal;
    text-align:left;
    text-decoration:none;
    /* color:#000; */
    border:none;
}

/* Global Headers--------------------------------------*/

h1, h2, h3 {
    font-family: "Verdana", Arial, Helvetica, sans-serif;
    font-weight: bold;   
}
h1 {font-size: 36px; line-height: 42px;}
h2 {font-size: 24px; line-height: 36px;}
h3 {font-size: 18px; line-height: 26px;}

h4, h5, h6 {
    font-family: "Georgia", Times, serif;
    font-weight: bold;
}
h4 {font-size: 36px; line-height: 52px;}
h5 {font-size: 24px; line-height: 36px;}
h6 {font-size: 18px; line-height: 26px;}

big {font: bold 56px/58px "Arial Black", Verdana, Helvetica, sans-serif;}

/* Global Body Copy-------------------------------------*/

p {font: normal 14px/20px "Verdana", Arial, Helvetica, sans-serif; color:#333;}

blockquote {
    font: normal 24px/36px "Georgia", Times, serif; color:#333;
    text-indent:-10px;
    margin:15px;
}

.small {font: normal 11px/11px "Verdana", Arial, Helvetica, sans-serif; color:#666;}

li.header {font: bold 14px/20px "Verdana", Arial, Helvetica, sans-serif; color:#333; margin-top:20px;}
li.items {font: normal 12px/16px "Verdana", Arial, Helvetica, sans-serif; color:#333;}

/* Line Margins-----------------------------------------*/

.top5 {margin-top:5px;}
.top8 {margin-top:8px;}
.top10 {margin-top:10px;}
.top16 {margin-top:16px;}
.top20 {margin-top:20px;}

.bottom5 {margin-bottom:5px;}
.bottom8 {margin-bottom:8px;}
.bottom10 {margin-bottom:10px;}
.bottom16 {margin-bottom:16px;}
.bottom20 {margin-bottom:20px;}

/* Relative positioned Headers--------------------------*/

.samsung {
	background: url(../../pictures/samsung.gif) no-repeat;
	font: 11px "Open Sans", Arial, Helvetica, sans-serif;
	padding-left: 65px;
	width: 150px;
	margin-top: 10px;
	color: #2c3382;
}


.lenovo {
	background: url(../images/lenovo.jpg) no-repeat;
	background-size:75px;
	font: 11px "Open Sans", Arial, Helvetica, sans-serif;
	padding-left: 86px;
	width: 150px;
	margin-top: 2px;
	color: #2c3382;
}

.lenovo-bedge {
	background: url(../images/Lenovo-Service-Logo-Sticker.jpg) center left no-repeat;
	background-size:100px;
	font: 11px "Open Sans", Arial, Helvetica, sans-serif;
	text-align:justify;
	width:100%;
	height:100px;
	padding-left:110px;
}

.repair {
	background: url(../images/service_centre_icon.jpg) no-repeat;
	background-size:75px;
	font: 11px "Open Sans", Arial, Helvetica, sans-serif;
	padding-left: 86px;
	padding-bottom:2px;
	padding-top:10px;
	width: 150px;
	margin-top: 10px;
	color: #2c3382;
}