/* CSS Document */

/***** General declaration *********/
* { margin:0; padding:0; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }
img { border:0; }
h2 { font-size: 16px; font-weight: bold; }
h5 { font-size:12px; padding-top:15px; }
ul li { margin:0; padding:0; list-style-type:none; }

/***** Header *******/

#main { width: 960px; margin:0px auto; }
#header { float:left; height: 70px; width: 100%; background-color: #000000; padding-top:20px; }
#header #links { float: right; padding-right: 25px; }
#header #links a { float:left; }
#blue-header { float:left; width: 960px; background:url(../images/headerbg.jpg) repeat-x; height:259px; }
#blue-header li { display:inline; float:left; }
#blue-header li.logo { float:left; text-align: left; }
/* #blue-header li.buynow { text-align:center; margin-top: 80px; float:left; } */
/* #blue-header li.design { float:right; background:url('../images/design.jpg') no-repeat; width:180px; height:255px; position:relative; z-index:1; } */

/****** Content *****/
#container { width: 770px; float: left; background:url(../images/container-bg.gif) #F3F0F0 repeat-x; height:531px; padding: 48px 95px; position:relative;}
#container h1 { background: url(../images/heading-welcome.gif) no-repeat; width: 252px; height: 17px; }
#container p { text-align:justify; line-height:16px; padding: 10px 0 10px 0; }
#container .line-h { text-align:center; padding: 30px 0 50px 0; }
#container #columns { float:left; width:100%; }
#container #columns li { display:inline; color: #666666; }
li img { padding-bottom: 17px; }
.c1 { width:205px; float:left; margin-right:10px; }
.c2 { width: 1px; padding: 0 10px; float:left; }
.c3 { float:left; width: 255px; margin-left:15px; }
#container #columns li li { background: url('../images/tick.gif') no-repeat 0 10px; padding-left: 18px; width:100%; line-height:30px; float:left; }

/*****  Footer *****/
#footer { float:left; width: 910px; background-color: #303123; color:#FFFFFF; padding: 15px 0 15px 50px; position:relative;}

