Do you mean a different style?
If so:Configuration
The configuration is controlled by a file called templateConfig.inc.php. Just modify this file to reflect the configuration you want to implement. If you have trouble modifying this file once you’ve installed the template, try using JoomlaXplorer
<?php
/***********************************************
**** This code below allows you to change ****
**** Some template configuration options ****
***********************************************/
$template_style = "green"; // green|blue|red
$menu_side = "left"; // left|right
$template_banner = "inline"; // module|inline
$position_banner = "first"; // first|second
$menu_name = "mainmenu";
?>
I hope that helps.