* {
    margin: 0px;
    padding: 0px;
}

a:hover, a:focus {
    outline: none;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: black;
}

h1 {
    font-size: 15px;
    font-weight: bold;
    color: #0028c4;
}

h2 {
    font-size: 40px;
    font-weight: bold;
    text-align: left;
    color: white;
    padding-left: 120px;
    padding-top: 13px;
}

h3 {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    margin-top: 2px;
    color: white;
    padding-left: 120px;
}

h4 {
    font-size: 24px;
    padding-left: 50px;
    padding-top: 5px;
    font-weight: bold;
    text-align: left;
    color: white;
}

h5 {
    margin-top: 5px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: black;
}

h6 {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: black;
}

#base_container {
    width: 780px;
    height: 100%;
    min-height: 100%;
	padding-left: 10px;
	padding-right: 10px;
    text-align: center;
    margin: auto;
}

#base_container #bookmark_add {
    position: relative;
    width: 300px;
	min-width: 300px;
    height: 18px;
    min-height: 18px;
    padding-top: 2px;
	padding-bottom: 2px;
    text-align: left;
	float:left;
}


#base_container #lang_selector {
    position: relative;
    width: 477px;
	min-width: 477px;
    height: 18px;
    min-height: 18px;
    padding-top: 2px;
	padding-bottom: 2px;
    padding-right: 3px;
    text-align: right;
	float: right;
}


#base_container #teaser_line {
    position: relative;
    width: 780px;
    height: 120px;
    min-height: 120px;
    background-image: url(../img/FromSMS2.png);
    background-repeat: no-repeat;
	float: left;
}

#base_container #main_left {
    position: relative;
    width: 420px;
    height: 230px;
    min-height: 250px;
    text-align: left;
    float: left;
}

#base_container #main_right {
    position: relative;
    width: 360px;
    height: 200px;
    min-height: 200px;
    text-align: left;
    float: left;
    color: white;
    background-image: url(../img/down_bkg.png);
    background-repeat: no-repeat;
}

#base_container #main_right #device_list {
    position: relative;
    width: 340px;
	height: 95px;
	min-height: 95px;
    float: left;
	text-align: center;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 16px;
	margin-top: 4px;
}

.device_list_lnk {
	color: white;
	border: 0;
}


.fromsms_down {
    border: 0;
    margin-top: 5px;
}

.fromsms_down2 {
    border: 0;
    margin-top:18px;
}

#base_container #main_right #news_list {
    position: relative;
    width: 340px;
    float: left;
	text-align: left;
	color: black;
	height: 105px;
	min-height: 105px;
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 5px;
    background-image: url(../img/news_bkg.png);
    background-repeat: no-repeat;
}


#base_container #spacer_1 {
    position: relative;
    width: 780px;
    height: 1px;
    background-color: grey;
    float: left;
}

#base_container #howto_txt {
    position: relative;
    width: 780px;
    height: 360px;
    min-height: 360px;
    margin-top: 15px;
    text-align: left;
    float: left;
}

#base_container #spacer_2 {
    position: relative;
    width: 780px;
    height: 1px;
    background-color: grey;
    float: left;
}
#base_container #spacer_5 {
    position: relative;
    width: 780px;
    height: 1px;
    background-color: grey;
    float: left;
}

#base_container #need_todo {
    position: relative;
    width: 609px;
    height: 330px;
    min-height: 330px;
    margin-top: 15px;
    text-align: left;
    float: left;

    background-image: url(../img/todo_bkg.png);
    background-repeat: no-repeat; 
	
	/*border: 1px solid #CCCCCC; */
}

#base_container #need_todo #todo_top {
    list-style: none;
    margin-left: 17px;
}

#base_container #need_todo #todo_bottom {
    list-style: none;
    margin-left: 34px;
}

#base_container #faq {
    position: relative;
    width: 171px;
    height: 360px;
    min-height: 360px;
    margin-top: 15px;
    text-align: left;
    float: left;
   /* background-image: url(../img/faq_bkg.png); */
    background-repeat: no-repeat;

}

.literal_txt {
    font-size: 12px;
	font-weight: bold;
	font-style: italic;
    color: black;
	
}

#base_container #faq #faq_tryout {
	height: 113px;
    position: relative;	
    text-align: left;
    float: left;
	background-image: url(../img/faq_bkg.png);
	width: 171px;
}

#base_container #faq #faq_txt {
	height: 113px;
    position: relative;	
    text-align: left;
    float: left;
	background-image: url(../img/faq_bkg.png);
	width: 171px;
}

.tryout_lnk {
	padding-left: 25px;	
}

.faq_lnk {
	padding-left: 25px;
	
}

#base_container #spacer_3 {
    position: relative;
    width: 780px;
    height: 1px;
    background-color: grey;
    float: left;
}

#base_container #contact_txt {
    position: relative;
    width: 780px;
    height: 100px;
    min-height: 100px;
    margin-top: 1px;
    text-align: left;
    float: left;
}

#base_container #spacer_4 {
    position: relative;
    width: 780px;
    height: 1px;
    background-color: grey;
    float: left;
}

#base_container #footer_line {
    position: relative;
    width: 780px;
	padding-bottom: 10px;
    text-align: right;
    float: left;
}

.fd_logo {
    border: 0;
    margin-top: 5px;
}

#down_conatainer {
    width: 350px;
    height: 100%;
    min-height: 100%;
    text-align: left;
}

#down_conatainer #down_title {
    position: relative;
    width: 350px;
    height: 40px;
    min-height: 40px;
    margin-bottom: 20px;
    margin-left: 10px;
    text-align: left;
    float: left;
    background-image: url(../img/down_title_bkg.png);
    background-repeat: no-repeat;
}

#down_conatainer #down_desc {
    position: relative;
    width: 330px;
    height: 280px;
    min-height: 280px;
    margin-bottom: 20px;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 20px;
    text-align: left;
    float: left;
    background-image: url(../img/down_desc_bkg.png);
    background-repeat: no-repeat;
}

#down_conatainer #faq_desc {
    position: relative;
    width: 330px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 20px;
	padding-bottom: 10px;
    text-align: left;
    float: left;
}

#down_conatainer #down_start {
    position: relative;
    width: 350px;
    height: 27px;
    min-height: 27px;
    margin-left: 10px;
    text-align: left;
    float: left;
}

.start_down_btn {
    border: 0;
}

#teaser_line h2 span
{
    color: #ccc;
}

