
/* 
** SQL Star Corporate Website CSS Document
** 2010 (c) International SQL Star Pte Ltd.
** All Rights Reserved
**
** Web: http://www.sqlstar.com.sg/
*/

/* -------------------------------------------------- */
/* LAYOUT SETTING
/* -------------------------------------------------- */

img {
	border:none
}

body {
    height:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	border-bottom: 3px solid  #ec0000;
}

#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-attachment: fixed;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	text-align:center;
	width: 980px;
	height:auto;
	margin: 0px auto;
	padding: 0px;
	overflow:hidden;
}
#contentspacer {
	width: 3px;
	background-image: url(../images/contentspacer.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;	
}

#header {
	margin: 0px;
	padding: 0px;
	width: 980px;
	height: 80px;
	background-color: #FFF;
	background-image: url(../images/headerTopBanner.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;

	}
#header_right {
	float: right;
	overflow: hidden;
	height: 24px;
	width: 321px;

}
#menucontainer {
	width: 980px;
	height: 35px;
	text-align: left;
	padding: 0;  
}
#homeflashcontainer {
	float: left;
	height: 343px;
}
#flashcontainer {
	float: left;
	height: 118px;
	width: 766px;
	clear:left;
	padding:0px;
	margin: 0px ;
	text-align:left
}
#contentcontainer {
	margin:0px;
	padding:0px;
	height: auto;
	width: 980px;
	clear: none;
	float: left;
	background-image:url(../images/contentbg.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}
#pagecontent {
	width: 726px;
	clear: left;
	float: left;
	background-image:url(../images/pagecontent.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding: 20px; 
	color: #333333; 
	font-family: arial; 
	font-weight: normal; 
	font-size: 11px; 
	text-align:left;	
}

.pagecontent_bold {
 	font-weight:bold
}
.pagecontent_italics {
	font-style: italic;
}
.pagecontent {
	font-weight:bold;
	color: #333333;
	text-decoration:underline;
}
.pagecontent a:link {
	font-weight:bold;
	color: #333333;
	text-decoration:underline;
}

.pagecontent a:hover {
	color: #333333;
	text-decoration:none;
}
.pagecontentsubtitle {
	color: #FF0000;
	font-family: arial;
	font-weight: bold;
	font-size: 9pt;
	text-transform:uppercase;
}

#rightcontentcontainer {
	float: right;
	width: 207px;
	height: auto;
	margin: 0px;
	padding: 0px;
	overflow:hidden;
}
#homepagecontent {
	float: left;
	height: auto;
	width: 770px;
	padding: 0px;
	padding-top:10px

}

td#leftcol {
	width: 770px;
	height: auto;
}

td#rightcol {
	width: 207px;
	height: auto;
}

#microsoftlogocontainer {
	float: right;
	overflow: hidden;
	clear: right;
	width:75px;
	height:45px;
	padding-top:5px;
	padding-right:5px;
}
#countrydivcontainer {
	background-image:url(../images/tabcontenbg.png);
	background-repeat:no-repeat;
	width:95%;
	height:170px;
	margin-left:10px;	
	margin-bottom: 1em; 
	padding: 10px; 
	color: #333333; 
	font-family: arial; 
	font-weight: normal; 
	font-size: 11px; 
	text-align:left;
}
#countrytabs {
	margin-left:20px;	
}
td#signupfornewsletter {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#444444;
	padding-top: 10px;
	padding-bottom: 10px;	
	padding-left:20px;
	text-align:left;
}
.signupfornewsletterRed {
	color: #ff0000;
	font-weight:bold;
}



/* -------------------------------------------------- */
/* COLOR AND SIZES ATTRIBUTES
/* -------------------------------------------------- */

.small {font-size:10px;}
.normal {font-size:11px;}
.big {font-size:14px;}
.huge {font-size:16px;}
.enormous {font-size:24px;}

.black {color:#282828 !important;}
.dgrey {color:#333333 !important;}
.grey {color:#666666 !important;}
.lgrey {color:#CCCCCC !important;}
.green {color:#74B121 !important;}
.dgreen {color:#647C1B !important;}
.blue {color:#0099CC !important;}
.lblue {color:#A5DBED !important;}
.mblue {color:#B9D8EE !important;}
.dblue {color:#266C9F !important;}
.white {color:#FFFFFF !important;}
.red {color:#990000 !important;}
.orange {color:#FF6600 !important;}

.centered {text-align:center;}

.padpx {padding:1px;}
.padsmall {padding:5px;}
.padnormal {padding:8px;}
.padten {padding:10px;}
.padbig {padding:12px;}
.padhuge {padding:15px;}

.title_text {
	color: #3c3c3c;
	font-family: arial;
	font-weight: bold;
	font-size: 16px;
}
a.subtitle_links:link {
	color: #3c3c3c; 
	font-family: Arial; 
	font-weight: bold; 
	font-size: 11px; 
	text-decoration: underline; 
}
a.subtitle_links:visited {
	color: #3c3c3c; 
}
a.subtitle_links:hover {
	color:#F00;
	text-decoration: none;
}
#footer {
	width: 960px;
	height:auto;
	margin: 0px auto;
	padding: 5px 10px 10px 10px ;
	overflow:hidden;
	text-align: center;
  	clear: both;
	float:left
}
.footer {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color: #444444;
	padding-bottom:20px;
	font-weight:normal;	
	text-decoration:none;
	background-color: transparent;	
	
}
.footer a:links {
	color: #444444;
	text-decoration:none;
	font-weight:bold;
}
.footer a:hover {
	color: #ff6600;
	text-decoration:underline;
}
.footer a:visited {
	color: #444444;
	text-decoration:none;
}
.breadcrumbs {
	color:#444444;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px
}
.breadcrumbs a:link {
	color:#444444;
	text-decoration:underline;
}
.breadcrumbs a:hover {
	color:#444444;
	text-decoration:none;
}
.breadcrumbs a:visited {
	color:#444444;
	text-decoration:underline;
}
.breadcrumbscurrent {
	color:#444444;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;	
}
.breadcrumbscurrent a:link {
	color:#4c4c4c;
	text-decoration:none;
}
.breadcrumbscurrent a:hover {
	color:#666666;
	text-decoration:none;
}
.breadcrumbscurrent a:visited {
	color:#666666;
	text-decoration:none;
}
.imagecontrollerright {
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
	clear:left;
}


#iconcontainer {
	width: 29px;
	margin-left: 4px;
	border: 1px solid #CCCCCC;
	padding:5px;
	margin: 0;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#4c4c4c;
}
/* -------------------------------------------------- */
/* TAB CONTENT
/* -------------------------------------------------- */


#tabcontent {
	float: left;
	height: 180px;
	width: 265px;
	background-image:url(../images/tabcontentManagedinnerbg.png);
	background-repeat:no-repeat;
	background-position:left top;
	text-align:left;
	padding-right:10px;
	padding-right:10px;
	*padding-top: 10px; /* notice the * before the property - shows in IE7 and below */
	_padding-top: 10px; /* notice the _ before the property - shows in IE6 and below */
}
#tabcontent2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3C3C3C;
	float: left;
	height: 138px;
	width: 430px;
	text-align:left;
	padding:10px;
}
#tabcontentManagedservices {
	float: left;
	height: 148px;
	width: 265px;
	background-image:url(../images/tabcontentManagedinnerbg.png);
	background-repeat:no-repeat;
	background-position:left top;
	text-align:left;
	padding-right:10px;
	*padding-top: 10px; /* notice the * before the property - shows in IE7 and below */
	_padding-top: 10px; /* notice the _ before the property - shows in IE6 and below */
}	
.tabcontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align:left;
	text-decoration:none;
}
.tabcontent a:link {
	color: #FFFFFF;
	text-decoration:none;	
}
.tabcontent a:hover {
	color: #FFFFFF;
	text-decoration:underline;	
}
.tabcontent a:visited {
	color: #FFFFFF;
	text-decoration:none;	
}
.tabtitle_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color:#3c3c3c;
	font-weight:normal
}

/* -------------------------------------------------- */
/* MENU
/* -------------------------------------------------- */

#menurightcol {
	width:11px;
	height:35px;
	float:left;
}
#menuleftcol {
	width:11px;
	height:35px;
	float:left;	
}
#menucontainercol {
	width:708px;
	height:35px;
	float:left;
}

#searchcontainer {
	float: left;
	width:250px;
	height:35px;
	margin: 0px;
	padding:0px;
	background-color:#999;
	background-image:url(../images/search.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}#searchbtncontainer {
	float: right;
	height: 16px;
	width: 18px;
	overflow: hidden;	
	margin: 7px 11px 0 0 ;
	padding:0px;
}
#searchtextfieldcontainer {
	float: right;
	height: 14px;
	width: 140px;
	margin: 8px 0 0 0 ;	
}
#searchtextfield{
	border: 0px;
	height:12px;
	width:140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#4C4C4C;
	border: none;	

}
#searchtextfield focus{
	border: 0px;
	height:12px;
	width:140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#4C4C4C;
	border: none;	
}

.textInput{
border: none;
background: #555555;
color: #ffffff;
font-size: 1.1em;
}
/* -------------------------------------------------- */
/* HOME GALLERY
/* -------------------------------------------------- */
#gallery_wrap {
	width: 770px;
	height: 343px;
	background-color:#C00;
	background: url(img/border.png) top left no-repeat;
}
.galleryview {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 1.45em;
	line-height: 1.05em;
	border-bottom: 1px solid #333;
}
.panel{
}
.panel-overlay h2{
    font-family:Arial, Helvetica, sans-serif; 
    font-size:11pt; 
    font-weight:bold; 
    margin-top:5px; 
    text-align:left; 
    padding-left:25px; 
}
.panel-overlay p{
    margin-top:-10px; 
    font-family:Arial, Helvetica, sans-serif; 
    font-size:8pt; 
    font-weight:bold; 
    text-align:left; 
    padding-left:25px;

}
