Advertisement
Guest User

style.css

a guest
Dec 31st, 2011
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 25.74 KB | None | 0 0
  1. /* === General Structure === */
  2. body,td,th {
  3.     font-family: Arial, Helvetica, sans-serif;
  4.     font-size: 12px;
  5.     color: #444;
  6. }
  7. body {
  8.     background:url(Images/bg.jpg) repeat;
  9.     margin:30px 0 0 0;
  10.     text-align:center;
  11. }
  12. p{
  13.     line-height:20px;
  14. }
  15. a:link {
  16.     color: #0a47b0;
  17. }
  18. a:visited {
  19.     color: #0a47b0;
  20. }
  21. a:hover {
  22.     color: #c32547;
  23. }
  24. a:active {
  25.     color: #0a47b0;
  26. }
  27. .clear{
  28.     clear:both;
  29. }
  30. h2 a, h3 a, h4 a, h5 a{
  31.     text-decoration:none;
  32. }
  33. h5{
  34.     font-size:14px;
  35.     font-weight:normal;
  36.     margin:0;
  37. }
  38. img{
  39.     -moz-border-radius:5px;
  40.     -webkit-border-radius:5px;
  41. }
  42. table td img{
  43.     -moz-border-radius:0;
  44.     -webkit-border-radius:0;
  45. }
  46. img.left{
  47.     float:left;
  48.     margin:15px 15px 15px 0;
  49.     border:1px solid #ededed;
  50.     background:#fff;
  51.     padding:5px;
  52.     -moz-border-radius:5px;
  53.     -webkit-border-radius:5px;
  54. }
  55. img.right{
  56.     float:right;
  57.     margin:15px 0 15px 15px;
  58.     border:1px solid #ededed;
  59.     background:#fff;
  60.     padding:5px;
  61.     -moz-border-radius:5px;
  62.     -webkit-border-radius:5px;
  63. }
  64. img.styled{
  65.     border:1px solid #ededed;
  66.     background:#fff;
  67.     padding:5px;
  68.     -moz-border-radius:5px;
  69.     -webkit-border-radius:5px;
  70. }
  71. #wrapper{
  72.     width:990px;
  73.     text-align:left;
  74.     background:white;
  75.     -moz-box-shadow: 0 0 5px 5px #6E4122;
  76.     -webkit-box-shadow: 0 0 5px 5px #6E4122;
  77.     box-shadow: 0 0 5px 5px #6E4122;
  78.     -moz-border-radius:5px;
  79.     -webkit-border-radius:5px;
  80.     margin-top: 0;
  81.     margin-right: auto;
  82.     margin-bottom: 0;
  83.     margin-left: auto;
  84. }
  85. .padtop{
  86.     padding-top:30px;
  87. }
  88. blockquote{
  89.     font-size:16px;
  90.     font-style:italic;
  91.     line-height:20px;
  92.     text-shadow:1px solid white;
  93.     background:#eaeaea;
  94.     padding:15px;
  95.     -moz-border-radius:5px;
  96.     border:1px solid #bdbdbd;
  97.     -webkit-border-radius:5px
  98. }
  99. /* === Logo === */
  100. #logo{
  101.     float:left;
  102.     padding:15px 0 0 30px;
  103.     position:relative;
  104.     z-index:888;
  105. }
  106. #logo h1{
  107.     background:url(Images/logo.png) top left no-repeat;
  108.     height:37px;
  109.     width:205px;
  110.     margin:0;;
  111.     overflow:hidden;
  112. }
  113. #logo h1 a{
  114.     display:block;
  115.     padding-left:205px;
  116. }
  117. /* === Main Navigation === */
  118. #nav{
  119.     background:url(Images/navbg.jpg) repeat-x top;
  120.     height:68px;
  121.     position:relative;
  122.     width:100%;
  123. }
  124. #nav .left{
  125.     background:url(Images/nav-left.jpg) top left no-repeat;
  126.     width:100%;
  127.     height:68px;
  128. }
  129. #nav .right{
  130.     background:url(Images/nav-right.jpg) top right no-repeat;
  131.     width:100%;
  132.     height:68px;
  133. }
  134. #menu{
  135.     text-align:right;
  136. }
  137. #menu ul{
  138.     width:900px;
  139.     position:absolute;
  140.     top:12px;
  141.     right:30px;
  142. }
  143. #menu ul li {
  144. display:inline;
  145. margin-left:2px;
  146. margin-right:10px;
  147. padding-top:13px;
  148. padding-bottom:13px;
  149. height:12px;
  150. }
  151. #menu ul li a {
  152. text-decoration:none;
  153. font-weight:normal;
  154. text-shadow:1px 1px #fff;
  155. padding-top:13px;
  156. padding-bottom:13px;
  157. height:13px;
  158. font-size:16px;
  159. }
  160. #menu .left {background:url(Images/navbutton-left.jpg) top left no-repeat;padding:8px 7px 20px 0px}
  161. #menu .right {color:#222;background: url(Images/navbutton-right.jpg) top right no-repeat;padding:8px 10px 20px 0px}
  162. .active span.navspan {background-image:url(Images/navbutton-hover.jpg) !important;color:#000}
  163. #menu ul li a:hover {color:#000} /* MSIE fix */
  164. #menu ul li a:hover span.navspan {background-image:url(Images/navbutton-hover.jpg) !important; color:#000}
  165.  
  166. /* === Dropdown Nav === */
  167. #menu ul ul {
  168. position:absolute;
  169. display:none;
  170. top:40px;
  171. left:0;
  172. z-index:999;
  173. background: url(Images/top-ulul.jpg) top repeat-x #fff;
  174. -moz-border-radius: 0 0 5px 5px;
  175. -webkit-border-radius: 0 0 5px 5px;
  176. padding:13px 5px 5px 5px;
  177. width:130px;
  178. text-align:left;
  179. -moz-opacity:.80; filter:alpha(opacity=80); opacity:.80;
  180. }
  181. #menu ul li ul li{
  182.     background:none;
  183.     position:relative;
  184.     z-index:999;
  185.     padding:0;margin:0
  186. }
  187. #menu ul li ul a:link, #menu ul li ul a:visited{
  188. display:block;
  189. padding:7px 0 7px 10px;
  190. width:120px;
  191. font-size:12px;
  192. color:#444;
  193. text-decoration:none;
  194. font-weight:normal;
  195. float:left;
  196. margin:0;
  197. position:relative;
  198. z-index:999;
  199. height:16px;
  200. background:#fff;
  201. text-shadow:1px solid white;
  202. border-bottom:1px solid #ededed;
  203. }
  204. #menu ul li ul a:hover{
  205. z-index:999;
  206. border-bottom:1px solid #ccc;
  207. }
  208.  
  209. #menu ul ul ul{
  210. top:auto;z-index:999;
  211. }  
  212.  
  213. #menu ul li ul ul {
  214. left:146px;
  215. margin:0px 0 0 10px;
  216. z-index:9999;
  217. }
  218. #menu ul li{
  219.         position:relative;
  220.         z-index:999;
  221. }
  222. /* === Subpage Header === */
  223. #subbanner{
  224.     background:url(Images/subbanner.jpg) top left no-repeat;
  225.     width:990px;
  226.     position:relative;
  227.     height:114px;
  228.     border-bottom:1px solid #ccc;
  229. }
  230. .titlehol{
  231.     top:32px;
  232.     left:60px;
  233.     position:absolute;
  234. }
  235. #subbanner h2{
  236.     font-size:36px;
  237.     font-weight:bold;
  238.     color:white;
  239.     text-shadow:1px 1px #0a1f40;
  240.     font-style:italic;
  241.     margin:0;
  242.     float:left;
  243.     padding:0;
  244. }
  245. #subbanner h3{
  246.     font-size:18px;
  247.     color:white;
  248.     margin:0;
  249.     text-shadow:1px 1px #081b38;
  250.     float:left;
  251.     padding:10px 0 0 30px;
  252. }
  253. /* === Homepage Slider === */
  254. #banner{
  255.     height:398px;
  256.     width:990px;
  257.     position:relative;
  258.     overflow:hidden;
  259.     background:url(Images/banner.jpg) top left no-repeat;
  260. }
  261. #banner .package{
  262.     height:398px;
  263.     width:990px;
  264.     position:absolute;
  265.     top:0;
  266.     background:url(Images/banner.jpg) top left no-repeat;
  267.     left:0;
  268. }
  269. #banner .package h2{
  270.     font-size:36px;
  271.     font-weight:bold;
  272.     color:white;
  273.     text-shadow:1px 1px #0a1f40;
  274.     text-transform:uppercase;
  275.     font-style:italic;
  276.     position:absolute;
  277.     margin:0;
  278.     top:30px;
  279.     left:60px;
  280.     padding:0;
  281. }
  282. /* === Slider Pink Box === */
  283. .pinkbox{
  284.     background:url(Images/pinkbox.png) top left no-repeat;
  285.     width:310px;
  286.     height:177px;
  287.     position:absolute;
  288.     left:60px;
  289.     top:128px;
  290. }
  291. .pinkbox ul{
  292.     margin:0;
  293.     padding:15px 0 0 15px;
  294.     text-shadow:1px 1px #a82441;
  295.     font-size:16px;
  296.     font-weight:normal;
  297.     color:white;
  298.     list-style:none;
  299.     line-height:0;
  300. }
  301. .pinkbox ul li{
  302.     background:url(Images/pinkbullet.png) left no-repeat;
  303.     display:block;
  304.     padding-left:15px;
  305.     padding-top:5px;
  306.     padding-bottom:4px;
  307.     height:15px;
  308. }
  309. #banner .package h3{
  310.     font-size:18px;
  311.     color:white;
  312.     margin:0;
  313.     text-shadow:1px 1px #081b38;
  314.     position:absolute;
  315.     top:98px;
  316.     left:60px;
  317.     width: 183px;
  318. }
  319. /* === Sldier Server Image === */
  320. .server{
  321.     position:absolute;
  322.     right:59px;
  323.     top:30px;
  324.     background:url(Images/server.png) top left;
  325.     width:315px;
  326.     height:331px;
  327. }
  328. /* === Slider Alt Image === */
  329. #precision .server{
  330.     position:absolute;
  331.     right:45px;
  332.     top:30px;
  333.     background:url(Images/server2.png) top left;
  334.     width:344px;
  335.     height:361px;
  336. }
  337. /* === Slider Order Link === */
  338. .orderbox{
  339.     width:340px;
  340.     text-align:left;
  341.     position:absolute;
  342.     left:60px;
  343.     bottom:30px;
  344.     font-size:30px;
  345.     color:white;
  346.     text-shadow:1px 1px #081b38;
  347.     font-weight:bold;
  348. }
  349. .orderbox span.button{
  350.     display:block;
  351.     text-align:center;
  352.     float:left;
  353.     padding-top:5px;
  354. }
  355. .orderbox span.button a{
  356.     color:#444;
  357.     text-shadow:1px 1px #fff;
  358.     font-size:14px;
  359.     background:url(Images/green-button.png) top center no-repeat;
  360.     width:102px;
  361.     height:26px;
  362.     display:block;margin:0 auto;
  363.     text-decoration:none;
  364.     padding:14px 0 0 0;
  365. }
  366. .orderbox em{
  367. float:left;
  368. padding-right:30px;
  369. padding-top:15px;
  370. }
  371. .orderbox span.button a:hover{
  372.     background:url(Images/green-button.png) bottom center no-repeat;
  373.     color:#000;
  374. }
  375. /* === Slider Control Bar === */
  376. #control{
  377.     width:100%;
  378.     background:url(Images/banner-controlbar.jpg) repeat-x top;
  379.     height:20px;
  380.     text-align:center;
  381.     padding-top:11px;
  382.     text-align:center;
  383. }
  384. #control #holder{
  385.     margin:0 auto;
  386.     width:54px;
  387. }
  388. #control a{
  389.     background:url(Images/controls.jpg) top left no-repeat;
  390.     height:8px;
  391.     overflow:hidden;
  392.     width:8px;
  393.     margin:0 5px 0 5px;
  394.     outline:none;
  395.     display:block;
  396.     float:left;
  397. }
  398. #control a span{
  399.     display:none;
  400. }
  401. #control a:hover,#control a.activeSlide{
  402.     background:url(Images/controls.jpg) bottom left no-repeat;
  403. }
  404. /* === Section With 3 Boxes - Homepage === */
  405. #section1{
  406.     background:#eaeaea;
  407.     border-top:1px solid #cacaca;
  408.     padding:15px 0 15px 0;
  409. }
  410. #section1 .box{
  411.     width:258px;
  412.     height:135px;
  413.     float:left;
  414.     padding:15px;
  415.     margin-left:30px;
  416.     border:1px solid #cfcfcf;
  417.     -moz-border-radius: 5px;
  418.     border-radius: 5px;
  419.     background:#fff;
  420.     color:#444;
  421.     position:relative;
  422. }
  423. /* === Arrow Controls === */
  424. .arrows{
  425.         width:29px;
  426.         height:8px;
  427.         position:absolute;
  428.         top:15px;
  429.         right:15px;
  430. }
  431. .arrows a{
  432.         height:8px;
  433.         width:12px;
  434.         display:block;
  435.         float:left;
  436.         outline:none;
  437. }
  438. .arrows a span{
  439.         display:none;
  440. }
  441. .arrows a.next{
  442.         background:url(Images/arrows.jpg) top left no-repeat;
  443.         margin-right:5px;
  444. }
  445. .arrows a.next:hover{
  446.         background:url(Images/arrows.jpg) bottom left no-repeat;
  447. }
  448. .arrows a.prev{
  449.         background:url(Images/arrows.jpg) top right no-repeat;
  450. }
  451. .arrows a.prev:hover{
  452.         background:url(Images/arrows.jpg) bottom right no-repeat;
  453. }
  454. /* === Testimonial Box === */
  455. #testimonials{
  456.     width:258px;
  457.     height:110px;
  458.     overflow:hidden;
  459.     position:relative;
  460. }
  461. #testimonials p{
  462.     position:absolute;
  463.     top:0;
  464.     left:0;
  465.     background:white;
  466. }
  467. #section1 .box p{
  468.     padding:10px 0 0 0;
  469.     margin:0;
  470. }
  471. #section1 .box h2{
  472.     font-size:18px;
  473.     color:#444;
  474.     font-weight:normal;
  475.     margin:0;
  476. }
  477. #section1 .box em{
  478.     font-size:11px;
  479.     padding-top:3px;
  480.     display:block;
  481. }
  482. /* === Domain Look Up Box === */
  483. #section1 .box form{
  484.     padding:15px 0 0 0;
  485. }
  486. #section1 .box form .field{
  487.     background:#f6f6f6;
  488.     font:Arial, Helvetica, sans-serif 12px;
  489.     border:1px solid #d4d4d4;
  490.     padding:4px;
  491. }
  492. #section1 .box form .select{
  493.     background:#f6f6f6;
  494.     font:Arial, Helvetica, sans-serif 12px;
  495.     border:1px solid #d4d4d4;
  496.     padding:3px;
  497.     margin-left:7px;
  498. }
  499. #section1 .box form .button{
  500.     background:url(Images/check.jpg) top left no-repeat;
  501.     border:none;
  502.     width:65px;
  503.     height:26px;
  504.     cursor:pointer;
  505. }
  506. #section1 .box form #checker{
  507.     padding:20px 0 0 0;
  508. }
  509. #section1 .box form #checker span{
  510.     padding:0 0 0 30px;
  511. }
  512. #section1 .box form #checker span font{
  513.     color:white;
  514.     background:#eb2a2b;
  515. }
  516. #section1 .box form .button:hover{
  517.     background:url(Images/check.jpg) bottom left no-repeat;
  518.     cursor:pointer;
  519. }
  520. /* === Services Box === */
  521. #services{
  522.     padding:15px 0 15px 0;
  523. }
  524. #services span a em{
  525.     display:none !important;
  526. }
  527. #money{
  528.     background:url(Images/money.jpg) bottom left no-repeat;
  529.     width:48px;
  530.     height:48px;
  531.     float:left;
  532.     overflow:hidden;
  533.     text-align:center;
  534.     margin-left:0px;
  535. }
  536. #money a{
  537.     background:url(Images/money.jpg) top left no-repeat;
  538.     height:48px;
  539.     display:block;
  540.     padding-left:48px;
  541. }
  542. #support{
  543.     background:url(Images/support.jpg) bottom left no-repeat;
  544.     width:48px;
  545.     height:48px;
  546.     float:left;
  547.     overflow:hidden;
  548.     text-align:center;
  549. }
  550. #support a{
  551.     background:url(Images/support.jpg) top left no-repeat;
  552.     height:48px;
  553.     display:block;
  554.     padding-left:48px;
  555. }
  556. #barchart{
  557.     background:url(Images/barchart.jpg) bottom left no-repeat;
  558.     width:48px;
  559.     height:48px;
  560.     float:left;
  561.     overflow:hidden;
  562.     text-align:center;
  563.     margin-left:15px;
  564.     margin-right:15px;
  565. }
  566. #barchart a{
  567.     background:url(Images/barchart.jpg) top left no-repeat;
  568.     height:48px;
  569.     display:block;
  570.     padding-left:48px;
  571. }
  572. #credit{
  573.     background:url(Images/credit.jpg) bottom left no-repeat;
  574.     width:48px;
  575.     height:48px;
  576.     float:left;
  577.     overflow:hidden;
  578.     text-align:center;
  579.     margin-left:15px;
  580.     margin-right:15px;
  581. }
  582. #credit a{
  583.     background:url(Images/credit.jpg) top left no-repeat;
  584.     height:48px;
  585.     display:block;
  586.     padding-left:48px;
  587. }
  588. /* === Latest News (bottom of page) === */
  589. .latest{
  590.     padding:15px 30px 0 30px;
  591.     display:block;
  592.     background:#f9f9f9;
  593.     border-top:1px solid #cacaca;
  594.     height:27px;
  595. }
  596. .latest h5{
  597.     float:left;
  598.     padding-top:1px;
  599. }
  600. .latest #lnews{
  601.     float:left;
  602.     width:700px;
  603.     position:relative;
  604.     margin-left:7px;
  605. }
  606. .latest #lnews a{
  607.     position:absolute;
  608.     top:0;
  609.     left:0;
  610. }
  611. /* === Main Content Section === */
  612. #content .fivethird {
  613.     width: 300px;
  614. }
  615. #content{
  616.     background:white;
  617.     padding:30px;
  618. }
  619. #content ul{
  620.     line-height:24px;
  621.     padding:15px 0 0 15px;
  622.     margin:0;
  623. }
  624. #content h2{
  625.     font-size:24px;
  626.     color:#000;
  627.     font-weight:normal;
  628.     margin:0;
  629. }
  630. #content h2 a{
  631.     color:#000;
  632. }
  633. /* === Left Column (two thirds of width) === */
  634. .twothird{
  635.     float:left;
  636.     width:912px;
  637.     padding-right:10px;
  638. }
  639. .twothird .half{
  640.     float:left;
  641.     width:291px;
  642. }
  643. .twothird .half.first{
  644.     padding-right:30px;
  645. }
  646. .twothird .third{
  647.     float:left;
  648.     width:184px;
  649.     border:none;
  650.     padding:0;
  651. }
  652. .twothird .third.middle{
  653.     padding:0 30px 0 30px;
  654. }
  655. .twothird ol{
  656.     margin:0;
  657.     padding:0;
  658. }
  659. .numbered{
  660.     height:27px;
  661. }
  662. #content .twothird h4{
  663.     margin-top:30px;
  664. }
  665. .twothird .numbered h3{
  666.     padding:6px 0 0 0;
  667. }
  668. .twothird .numbered em{
  669.     display:block;
  670.     float:left;
  671.     background:url(Images/numberbg.jpg) top left no-repeat;
  672.     width:27px;
  673.     height:22px;
  674.     color:white;
  675.     text-shadow:1px 1px #9b132c;
  676.     font-size:14px;
  677.     text-align:center;
  678.     padding:5px 0 0 0;
  679.     font-weight:bold;
  680.     margin-right:15px;
  681. }
  682. .twothird ol{
  683.     list-style:none;
  684.     margin:30px 0 0 0;
  685.     }
  686. .twothird ol li{
  687.     padding:0 0 30px 0;
  688. }
  689. .twothird h3{
  690.     padding-top:30px;
  691. }
  692. /* === Right Column (third of width) === */
  693. #content h3, .third h4{
  694.     font-size:18px;
  695.     margin:0;
  696.     color:#444;
  697.     font-weight:normal;
  698. }
  699. .third h4{
  700.     font-size:16px;
  701. }
  702. .third{
  703.     float:right;
  704.     width:288px;
  705.     padding-left:19px;
  706. }
  707. /* === Member Login === */
  708. .members{
  709.     background:url(Images/member-bg.jpg) top left no-repeat;
  710.     width:258px;
  711.     height:110px;
  712.     padding:15px;
  713.     position:relative;
  714.     margin:0 0 30px 0;
  715.     -moz-border-radius: 5px;
  716.     border-radius: 5px;
  717. }
  718. .members h4{
  719.     font-size:16px;
  720.     color:white;
  721.     text-shadow:1px 1px #08204b;
  722.     margin:0;
  723.     padding-bottom:13px;
  724.     }
  725. .members .field{
  726.     position:relative;
  727.     width:190px;
  728.     height:24px;
  729.     margin:15px 0 0 0;
  730. }
  731. .members .field label{
  732.     color:#ccc;
  733.     float:left;
  734.     padding:3px 0 0 0;
  735. }
  736. .members .field input{
  737.     float:right;
  738.     top:0;
  739.     right:0;
  740.     background:#091b3d;
  741.     border:1px solid #103678;
  742.     width:115px;
  743.     padding:4px;
  744.     color:#bccbe4;
  745.     font:Arial, Helvetica, sans-serif;
  746. }
  747. .members .button{
  748.     position:absolute;
  749.     right:15px;
  750.     bottom:33px;
  751.     background:url(Images/login-button.jpg) top left no-repeat;
  752.     width:49px;
  753.     height:27px;
  754.     cursor:pointer;
  755.     outline:none;
  756.     border:none;
  757. }
  758. .members .button:hover{
  759.     background:url(Images/login-button.jpg) bottom left no-repeat;
  760. }
  761. /* === Support Online Box (support page) === */
  762. .third .sbox{
  763.     margin-bottom:30px;
  764.     padding:15px;
  765.     display:block;
  766.     background:#eee url(Images/adbox-bottom.jpg) repeat-x bottom;
  767.     border:1px solid #b9b9b9;
  768.     -moz-border-radius: 5px;
  769.     border-radius: 5px;
  770.     position:relative;
  771. }
  772. .third .sbox.live a{
  773. background:url(Images/live.png) left no-repeat;
  774. padding-left:24px;
  775. }
  776. .third .sbox.offline a{
  777. background:url(Images/offline.png) left no-repeat;
  778. padding-left:24px;
  779. }
  780. .third .sbox h4 a{
  781.     color:#444;
  782.     text-decoration:none;
  783.     display:block;
  784. }
  785. .third .sbox h4 a:hover{
  786.     color:#000;
  787. }
  788. /* === Ad Box Cycle (homepage) === */
  789. .adbox{
  790.     margin-top:30px;
  791.     padding:15px 15px 18px 15px;
  792.     display:block;
  793.     background:#eee url(Images/adbox-bottom.jpg) repeat-x bottom;
  794.     border:1px solid #b9b9b9;
  795.     -moz-border-radius: 5px;
  796.     border-radius: 5px;
  797.     position:relative;
  798.     height:213px;
  799. }
  800. .adbox .arrows{
  801.     background:white;
  802.     -moz-border-radius: 5px;
  803.     border-radius: 5px;
  804.     padding:5px;
  805.     right:10px;
  806.     top:10px;
  807. }
  808. .adbox img{
  809.     -moz-border-radius: 5px;
  810.     border-radius: 5px;
  811.     position:absolute;
  812.     top:15px;
  813.     left:15px;
  814.     z-index:2
  815.     }
  816. .adbox .arrows{
  817.     z-index:999;
  818.     }
  819. /* === Packs (homepage) === */
  820. .replica{
  821.     padding:15px 0 15px 30px;
  822.     border-bottom:1px solid #ccc;
  823.     border-top:1px solid white;
  824.     background:#fbfbfb;
  825. }
  826. ul#packs{
  827.     margin:0;
  828.     padding:0;
  829.     list-style:none;
  830. }
  831. ul#packs li{
  832.     width:208px;
  833.     float:left;
  834.     background:#eaeaea;
  835.     -moz-border-radius: 5px;
  836.     border-radius: 5px;
  837.     border:1px solid #bdbdbd;
  838.     position:relative;
  839.     margin-right:30px;
  840. }
  841. ul#packs li.last{
  842.     margin:0 !important;
  843. }
  844. ul#packs h4{
  845.     font-size:16px;
  846.     margin:0;
  847.     display:block;
  848.     text-align:center;
  849.     color:#000;
  850.     font-weight:normal;
  851.     text-shadow:1px 1px white;
  852.     padding:15px 0 15px 0;
  853. }
  854. ul#packs span.price{
  855.     display:block;
  856.     background:#bdbdbd;
  857.     border-top:1px solid #a2a2a2;
  858.     border-bottom:1px solid #a2a2a2;
  859.     text-shadow:1px 1px #7c7c7c;
  860.     font-size:14px;
  861.     text-align:center;
  862.     padding:7px 0 7px 0;
  863.     margin:0;
  864.     color:white;
  865. }
  866. ul#packs span.info{
  867.     display:block;
  868.     font-size:14px;
  869.     padding:7px 0 7px 30px;
  870.     border-bottom:1px solid #d2d2d2;
  871. }
  872. ul#packs span.alter{
  873.     background:#fff;
  874. }
  875. ul#packs span.ordernow{
  876.     display:block;
  877.     padding:7px 0 7px 0;
  878.     text-align:center;
  879. }
  880. ul#packs span.ordernow a{
  881.     display:block;
  882.     background:url(Images/order-now.jpg) top left no-repeat;
  883.     width:116px;
  884.     height:40px;
  885.     margin:0 auto;
  886. }
  887. ul#packs span.ordernow a:hover{
  888.     background:url(Images/order-now.jpg) bottom left no-repeat;
  889. }
  890. ul#packs span.ordernow a em{
  891.     display:none;
  892. }
  893. ul#packs .topbuy{
  894.     position:absolute;
  895.     background:url(Images/topbuy.png) top left no-repeat;
  896.     width:76px;
  897.     height:76px;
  898.     top:-4px;
  899.     right:-4px;
  900. }
  901. /* === Network Content === */
  902. #network{
  903.     padding:30px 0 0 0;
  904.     margin-top:30px;
  905.     border-top:1px solid #ededed;
  906. }
  907. #network a{
  908.     width:208px;
  909.     height:140px;
  910.     position:relative;
  911.     display:block;
  912.     margin-bottom:30px;
  913. }
  914. #network a img{border:none;}
  915. #network a span{
  916.     position:absolute;
  917.     top:0;
  918.     left:0;
  919. }
  920. .quart{
  921.     width:208px;
  922.     float:left;
  923.     margin-right:30px;
  924. }
  925. .quart.last{
  926.     margin:0;
  927. }
  928. /* === Footer === */
  929. #footer{
  930.     background:url(Images/footer.jpg) repeat-x top;
  931.     height:109px;
  932.     width:100%;
  933.     border-top:7px solid black;
  934.     margin-bottom:30px;
  935.     color:#ccc;
  936.     text-shadow:1px 1px #000;
  937.     position:relative;
  938. }
  939. #footer .left{
  940.     background:url(Images/footer-left.jpg) bottom left no-repeat;
  941.     width:100%;
  942.     height:109px;
  943. }
  944. #footer .right{
  945.     background:url(Images/footer-right.jpg) top right no-repeat;
  946.     width:930px;
  947.     height:89px;
  948.     padding:30px;
  949. }
  950. #footer a{
  951.     color:#ccc;
  952. }
  953. #footer a:hover{
  954.     color:white;
  955. }
  956. #footer small{
  957.     font-size:11px;
  958.     color:#666;
  959. }
  960. #footer ul{
  961.     padding:15px 0 0 0;
  962.     margin:0;
  963.     list-style:none;
  964. }
  965. #footer ul li{
  966.     display:inline;
  967. }
  968. #footer #otherlinks{
  969.     position:absolute;
  970.     top:40px;
  971.     right:30px;
  972. }
  973. #footer #otherlinks a{
  974. background:#040404;
  975. border:1px solid #151515;
  976. -moz-border-radius: 5px;
  977.     border-radius: 5px;
  978.     font-size:14px;
  979.     padding:7px;
  980. }
  981. #footer #otherlinks a#facebook{
  982.     padding-left:42px;
  983.     background:url(Images/1306678804_facebook.png) left no-repeat #040404;
  984.     margin-right:30px;
  985. }
  986. #footer #otherlinks a#twitter{
  987.     padding-left:42px;
  988.     background:url(Images/1306678810_twitter.png) left no-repeat #040404;
  989. }
  990. /* === Plans Page Table === */
  991. table{
  992.     margin:30px 0 30px 0;
  993. }
  994. td.border{
  995.     border-right:1px solid #bdbdbd;
  996. }
  997. td{
  998.     color:#444;
  999.     text-align:center;
  1000.     font-size:12px;
  1001. }
  1002.  
  1003. td.alignright{
  1004.     text-align:right;
  1005.     border-right:none !important;
  1006.     background:#fff !important;
  1007.     border-bottom:none !important;
  1008. }
  1009. th{
  1010.     background:#eaeaea;
  1011.     height:55px;
  1012.     font-size:18px;
  1013.     font-weight:normal;
  1014.     color:black;
  1015.      text-align:center;
  1016.      border-top:1px solid #bdbdbd;
  1017.      border-right:1px solid #bdbdbd;
  1018.      padding:0;
  1019.      color:#444;
  1020. }
  1021. th.firstone{
  1022.     -moz-border-radius:5px 0 0 0;
  1023. -webkit-border-radius:5px 0 0 0;
  1024. border-left:1px solid #bdbdbd;
  1025. }
  1026. th.lastone{
  1027.     -moz-border-radius:0 5px 0 0;
  1028. -webkit-border-radius:0 5px 0 0;
  1029. }
  1030. th.none{
  1031.     background:none;
  1032.     border-right:none;
  1033.     border-bottom:none;
  1034.     border-top:none;
  1035. }
  1036. .noborder{
  1037.     border:none !important;
  1038. }
  1039. .firstone{
  1040.     border-left:1px solid #bdbdbd;
  1041. }
  1042. td.lastend{
  1043. -moz-border-radius:0 0 5px 0;
  1044. -webkit-border-radius:0 0 5px 0;
  1045. }
  1046. td.firstend{
  1047. -moz-border-radius:0 0 0 5px;
  1048. border-left:1px solid #bdbdbd;
  1049. -webkit-border-radius:0 0 0 5px;
  1050. }
  1051. .subth td{
  1052.     background:#bdbdbd;
  1053.     height:47px;
  1054. border-right:1px solid #a2a2a2;
  1055. border-top:1px solid #a2a2a2;
  1056. border-bottom:1px solid #a2a2a2;
  1057. font-weight:bold;
  1058. font-size:14px;
  1059. text-shadow:1px 1px #7f7f7f;
  1060. color:white;
  1061. text-align:center;
  1062. padding:0;
  1063. }
  1064. .subth td strong{
  1065.     font-size:18px;
  1066. }
  1067. .subth td.none{
  1068.     background:none;
  1069.     border-right:none;
  1070.     border-bottom:none;
  1071.     border-top:none;
  1072. }
  1073. tr.zebra1 td{
  1074.     background:white;
  1075.     border-right:1px solid #bdbdbd;
  1076. }
  1077. tr.zebra2 td{
  1078.     background:#eaeaea;
  1079.     border-right:1px solid #bdbdbd;
  1080. }
  1081. tr.bottom td{
  1082.     border-bottom:1px solid #bdbdbd;
  1083. }
  1084. .order-small{
  1085.     background:url(Images/order-nownobg.png) top left no-repeat;
  1086.     width:116px;
  1087.     height:40px;
  1088.     display:block;
  1089.     margin:0 auto;
  1090. }
  1091. .order-small:hover{
  1092.     background-image: url(Images/order-nownobg.png);
  1093.     background-repeat: no-repeat;
  1094.     background-position: left bottom;
  1095. }
  1096. .order-small span{
  1097.     display:none;
  1098. }
  1099. colgroup .maintdcol{
  1100.     width:180px;
  1101. }
  1102. td.betterhover{
  1103. font-weight:bold !important;
  1104. font-size:14px !important;
  1105. padding:0 10px 0 10px !important;
  1106. }
  1107. td.alignright.betterhover{
  1108. font-weight:normal !important;
  1109. font-size:12px !important;
  1110. padding:0 10px 0 10px !important;
  1111. }
  1112. tr.zebra2 td.betterhover{
  1113. background:#f1f1f1;
  1114. }
  1115. tr.bottom td.betterhover{
  1116. background:#eaeaea !important;
  1117. }
  1118. tr.bottom td.alignright.betterhover{
  1119. background:#fff !important;
  1120. }
  1121. h2 strong, h3 strong, h4 strong{
  1122.     color:#c32547;
  1123.     font-weight:normal;
  1124. }
  1125. /* === Meet The Team === */
  1126. ul#team, ul#contact{
  1127.     list-style:none;
  1128.     padding:0;
  1129.     margin:0;
  1130. }
  1131. ul#team h5{
  1132.     display:block;
  1133. }
  1134. ul#team li{
  1135.     height:168px;
  1136.     padding:15px 0 15px 0;
  1137. }
  1138. ul#team div{
  1139.     float:left;
  1140.     display:block;
  1141.     padding-top:6px;
  1142.     width:110px;
  1143. }
  1144. ul#team img.left{
  1145.     margin-top:0;
  1146. }
  1147. /* === Contact Form === */
  1148. ul#contact{
  1149.     padding:15px 15px 18px 15px;
  1150.     display:block;
  1151.     background:#eee url(Images/adbox-bottom.jpg) repeat-x bottom;
  1152.     border:1px solid #b9b9b9;
  1153.     -moz-border-radius: 5px;
  1154.     border-radius: 5px;
  1155.     position:relative;
  1156. }
  1157.  
  1158. ul#contact li{
  1159.     height:30px;
  1160. }
  1161. ul#contact li.area{
  1162.     height:135px;
  1163. }
  1164. ul#contact{
  1165.     margin:15px 0 0 0;
  1166. }
  1167. ul#contact .field,ul#contact .area .field{
  1168.     float:right;
  1169.     width:157px;
  1170.     margin-right:0px;
  1171. }
  1172. ul#contact .area label{
  1173.     width:60px;
  1174. }
  1175. ul#contact .area .field{
  1176.     height:120px;
  1177.     width:182px;
  1178.     resize:none;
  1179. }
  1180. ul#contact .button{
  1181.     height:40px;
  1182.     padding-left:135px;
  1183.     padding-top:10px;
  1184. }
  1185. ul#contact .button input{
  1186.     background:url(Images/submit.jpg) top left no-repeat;
  1187.     width:65px;
  1188.     height:26px;
  1189.     outline:none;
  1190.     border:none;
  1191.     cursor:pointer;
  1192. }
  1193. ul#contact .button input:hover{
  1194.     background:url(Images/submit.jpg) bottom left no-repeat;
  1195. }
  1196. ul#contact label{
  1197.     float:left;
  1198.     width:85px;
  1199.     text-align:right;
  1200. }
  1201. ul#contact #error{
  1202.     height:auto !important;
  1203. }
  1204. /* === Blog === */
  1205. .blogheading{
  1206.     border-bottom:1px solid #ededed;
  1207.     padding-bottom:15px;
  1208.     position:relative;
  1209. }
  1210. .blogheading span.date {
  1211.     -moz-border-radius: 5px 5px 5px 5px;
  1212.     background: none repeat scroll 0 0 #8dc142;
  1213.     border: 1px solid #6a962c;
  1214.     color: #374911;
  1215.     font-size: 16px;
  1216.     font-weight: bold;
  1217.     margin-right: 20px;
  1218.     padding: 5px;
  1219.     position: absolute;
  1220.     right: 0;
  1221.     text-shadow: 1px 1px #bddc53;
  1222.     top: 0;
  1223. }
  1224. .blog{
  1225.     margin-bottom:60px;
  1226. }
  1227. .blogheading h2{
  1228.     padding-bottom:5px;
  1229. }
  1230. /* === Comments Section === */
  1231. .reply {
  1232.     clear: both;
  1233.     font-size: 12px;
  1234.     margin-top: 10px;
  1235. }
  1236. .commentlist li {
  1237.     border: 1px solid #DDDDDD;
  1238. }
  1239. .commentlist li .avatar {
  1240.     background: none repeat scroll 0 0 #FFFFFF;
  1241.     border: 1px solid #DDDDDD;
  1242.     float: right;
  1243.     padding: 2px !important;
  1244. }
  1245. .commentlist cite, .commentlist cite a {
  1246.     font-style: normal;
  1247. }
  1248. .commentlist p {
  1249.     font-weight: normal;
  1250.     text-transform: none;
  1251. }
  1252. .commentmetadata {
  1253.     font-family: Arial,Helvetica,sans-serif;
  1254.     font-style: normal;
  1255.     font-weight: normal;
  1256. }
  1257. #respond:after {
  1258.     clear: both;
  1259.     content: ".";
  1260.     display: block;
  1261.     height: 0;
  1262.     visibility: hidden;
  1263. }
  1264. .commentlist {
  1265.     margin: 0;
  1266.     padding: 20px 0 0;
  1267. }
  1268. .comment-author {
  1269.     color: #666666;
  1270.     font-size: 14px;
  1271.     font-style: normal;
  1272.     font-weight: normal;
  1273. }
  1274. .comment-author a {
  1275.     color: #666666;
  1276.     font-size: 14px;
  1277.     font-style: normal;
  1278.     text-decoration: none;
  1279. }
  1280. .commentlist ol {
  1281.     margin: 0;
  1282.     padding: 10px;
  1283. }
  1284. .commentlist li {
  1285.     list-style: none outside none;
  1286.     margin: 0 0 25px 0;
  1287.     padding: 10px 5px 10px 10px;
  1288. }
  1289. .commentlist li ul li {
  1290.     margin-left: 10px;
  1291.     margin-right: -6px;
  1292. }
  1293. .commentlist p {
  1294.     margin: 10px 5px 10px 0;
  1295.     padding: 0;
  1296. }
  1297. .commentmetadata {
  1298.     display: block;
  1299.     font-size: 10px;
  1300.     margin: 0;
  1301. }
  1302. .commentlist li{
  1303.     padding:15px !important;
  1304. }
  1305. .thread-alt {
  1306.     background: none repeat scroll 0 0 #FFFFFF;
  1307. }
  1308. .thread-even {
  1309.     background: none repeat scroll 0 0 #F5F5F5;
  1310. }
  1311. .even, .alt {
  1312.     border-bottom: 1px solid #DDDDDD;
  1313.     border-top: 1px solid #DDDDDD;
  1314. }
  1315. .depth-2 {
  1316.     background: none repeat scroll 0 0 #FFFFFF;
  1317. }
  1318. .depth-3 {
  1319.     background: none repeat scroll 0 0 #F1F1F1;
  1320. }
  1321. .depth-4 {
  1322.     background: none repeat scroll 0 0 #F1F1F1;
  1323. }
  1324. .depth-5 {
  1325.     background: none repeat scroll 0 0 #FFFFFF;
  1326. }
  1327. .inputf {
  1328.     -moz-border-radius: 5px 5px 5px 5px;
  1329.     background: none repeat scroll 0 0 #F5F5F5;
  1330.     border: 1px solid #CCCCCC;
  1331.     color: #666666;
  1332.     font-family: Verdana,Arial,Helvetica,sans-serif;
  1333.     font-size: 12px;
  1334.     font-weight: lighter;
  1335.     height: 18px;
  1336.     margin-bottom: 10px;
  1337.     margin-top: 2px;
  1338.     outline: medium none;
  1339.     padding-left: 5px;
  1340.     padding-top: 2px;
  1341.     width: 200px;
  1342. }
  1343. .single {
  1344.     border-bottom: 1px solid #DDDDDD;
  1345.     padding-bottom: 30px;
  1346.     margin-bottom:30px;
  1347. }
  1348. .areab {
  1349.     -moz-border-radius: 5px 5px 5px 5px;
  1350.     background: none repeat scroll 0 0 #F5F5F5;
  1351.     border: 1px solid #CCCCCC;
  1352.     color: #333333;
  1353.     font-family: Verdana,Arial,Helvetica,sans-serif;
  1354.     font-size: 16px;
  1355.     font-weight: lighter;
  1356.     height: 80px;
  1357.     outline: medium none;
  1358.     padding: 5px;
  1359.     width: 300px;
  1360. }
  1361. .commentlist li {
  1362.     -moz-border-radius: 5px 5px 5px 5px;
  1363.     color: #333333;
  1364.     font-size: 12px;
  1365.     font-style: normal;
  1366. }
  1367. .submitcom {
  1368.     background: none repeat scroll 0 0 #EDEDED;
  1369.     border: 1px solid #CCCCCC;
  1370.     color: #666666;
  1371.     font-family: Arial,Helvetica,sans-serif;
  1372.     font-size: 12px;
  1373.     margin-top: 5px;
  1374.     outline: medium none;
  1375.     padding: 3px 6px;
  1376. }
  1377. #commentform p {
  1378.     margin: 10px 0 0;
  1379. }
  1380. #commentform {
  1381.     margin: 10px 0 0;
  1382. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement